You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The newly added tab-like Skeletons for "All" and "Patina" are purely visual; consider adding aria-role or placeholder text for screen readers to mirror the intended tabs/segmented control for better a11y during loading.
List row skeletons now mimic cards; ensure spacing, heights, and counts align with the actual list layout to avoid CLS when real data loads, especially with the 17-item render and pagination placeholders.
The structure changed from one row of three to two rows; verify this matches the actual UserTags layout to prevent layout shift between skeleton and loaded content.
The added tab-like Skeletons for "All" and "Patina" appear as generic blocks without ARIA roles or descriptive placeholders; ensure the interactive pattern (tabs vs. buttons) is consistent with the actual UI and that focus order/labels are represented appropriately in skeleton state.
Dashboard skeleton adds two tab Skeletons and list rows; verify this matches the Notion requirement for "All & Patina tabs" and includes a "View All" button skeleton if that exists in the real component for consistency with other leaderboard skeletons.
Rendering 17 Paper rows with Skeletons can be heavy on low-end devices; consider memoizing the mapped list or using lightweight placeholders if perf issues arise on slow networks.
There is no coverage information present for the Files changed
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.
619
Description of changes
Checklist before review
Screenshots
Dev
Staging