-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding ttl and trainee attendance loading #637
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fabd53d
to
d1703b1
Compare
d1703b1
to
3c910fa
Compare
3c910fa
to
18953b1
Compare
18953b1
to
c51eae0
Compare
c51eae0
to
4cfb85c
Compare
4cfb85c
to
1798d6a
Compare
1798d6a
to
116f599
Compare
116f599
to
03201ed
Compare
69ce822
to
ff8866f
Compare
ff8866f
to
7c6a4f3
Compare
7c6a4f3
to
c824bb2
Compare
c824bb2
to
c6df54e
Compare
c6df54e
to
b6c4a7b
Compare
b6c4a7b
to
72f5592
Compare
72f5592
to
5a566c3
Compare
5a566c3
to
2dcfb5d
Compare
2dcfb5d
to
78cba83
Compare
78cba83
to
7c7c0a6
Compare
Calebgisa72
approved these changes
Nov 21, 2024
7c7c0a6
to
40b2143
Compare
Ke-bean
approved these changes
Nov 21, 2024
40b2143
to
d8f6eaa
Compare
aimedivin
approved these changes
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
This pull request introduces skeleton components for the Teams and Attendance sections, enhancing the user experience during data loading states.
Description of tasks that were expected to be completed
Creating skeleton for Team and attendance
Description of tasks that were expected to be completed
Implemented TeamsSkeleton component to provide a placeholder design for teams data loading.
Implemented AttendanceSkeleton component to provide a placeholder design for attendance data loading.
Added responsive styles and consistent placeholder animations using Tailwind CSS.
How has this been tested?
Verified the visual appearance of the skeleton components in the browser.
Tested responsiveness across different screen sizes (mobile, tablet, and desktop).
Confirmed that the components are displayed only during data-loading states.
Please check this Checklist before you submit your PR: