feat: add loading.tsx skeleton states for all dashboard routes (#227) - #1
Closed
omosvico wants to merge 1 commit into
Closed
feat: add loading.tsx skeleton states for all dashboard routes (#227)#1omosvico wants to merge 1 commit into
omosvico wants to merge 1 commit into
Conversation
Owner
Author
|
Closing - retargeting to upstream |
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
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.
Summary
Adds
loading.tsxskeleton state files for all 10 dashboard routes to improve perceived performance during page transitions.Changes
/dashboard/loading.tsx): 4 stat cards + 2-col grid + transaction table skeleton/dashboard/api-keys/loading.tsx): warning banner + button + 2 key cards skeleton/dashboard/audit-logs/loading.tsx): 4 stat cards + filter bar + 8x6 table skeleton/dashboard/compliance/loading.tsx): 4 stat cards + 2-col grid skeleton/dashboard/escrow/loading.tsx): 3 stat cards + button + 3x7 table skeleton/dashboard/payments/loading.tsx): filter bar + 4 stat cards + 10x7 table skeleton/dashboard/subscriptions/loading.tsx): 3 stat cards + button + 3x7 table skeleton/dashboard/tokens/loading.tsx): 4x6 table skeleton/dashboard/treasury/loading.tsx): 4 stat cards + 3 asset cards + liquidity metrics + reserve ratios skeleton/dashboard/webhooks/loading.tsx): 3 stat cards + button + 3x6 table skeletonVerification
pnpm --filter frontend buildpasses