-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Skeleton loader for LoadAsync directive #1373
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
602cd22
feat: added skeleton component
3a3d19b
feat: added skeleton component
cba76a7
fix: integrating skeleton component with loader
e81d1df
style: adding loader types and fixing display
e879a4e
feat: added skeleton shapes and styling
24015a1
fix: linting errors
3ef1fe2
style: minor style adjustments to skeletons
5fd455a
feat: added donut skeleton shape
7f1cbcc
Merge branch 'main' into skeleton-loader
91a4832
fix: requested changes
bf2b846
fix: linting fixes
a6f5b7e
fix: default isOldLoaderFlag to true
1048339
fix: requested changes
3d048dd
test: updated for loader component changes
39ed6a3
Merge branch 'main' into skeleton-loader
dbdd5cf
fix: appeasing linter
6d90a76
test: skeleton component testing
d416769
Merge branch 'main' into skeleton-loader
91c7214
refactor: requested changes
17b08ee
fix: appeasing linter
86212a4
refactor: tests to account for requested changes
8f19a6d
refactor: some of requested changes
2e2048d
Merge branch 'main' into skeleton-loader
48418e0
refactor: to appease linter with switch
c99cebe
refactor: requested changes
429fc03
refactor: linter
12f0047
refactor: requested changes
6a07033
refactor: naming change
65a867e
refactor: name placement to after class definition
0b7c6b4
Merge branch 'main' into skeleton-loader
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we usually keep static properties at the top, right after class definition.