Diya fix(dashboard): 🔥 Dashboard + Leaderboard UI#4979
Merged
one-community merged 3 commits intodevelopmentfrom Mar 12, 2026
Merged
Diya fix(dashboard): 🔥 Dashboard + Leaderboard UI#4979one-community merged 3 commits intodevelopmentfrom
one-community merged 3 commits intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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.



Description
Fixes multiple UI issues on the Dashboard and Leaderboard components including layout, responsiveness, and visual consistency.
Fixes # (medium) Dashboard UI polish issues
Related PRS (if any):
None
Main changes explained:
TeamMemberTask.jsxandstyle.module.cssto center the committed/actual/remaining hours (25 / 0 / 11.0) under the team member name column and prevent wrappingstyle.module.cssto increase icon gap spacing between the red dot, clock, and summary count numberTeamMemberTask.jsxto center the user role/title text under the iconsReviewButton.jsxandreviewButton.module.cssto fix font size mismatch between "Ready for Review" and "Submit for Review" buttons, standardizing to 12pxCopyToClipboard.jsxandstyle.module.cssto fix copy icon scaling with surrounding text by setting a fixed 16px font sizeLeaderboard.jsxto improve resize debounce performance and simplifyisAbbreviatedViewbreakpoint logic to use a fixed 1200px thresholdLeaderboard.jsxto conditionally applytableLayout: fixedonly whenisAbbreviatedViewis true, fixing full-screen column layoutLeaderboard.module.cssto addwhite-space: nowrapon headers and column width rules for the abbreviated view rangeLeaderboard.jsxto scale the Name column info icon size down in abbreviated viewHow to test:
npm installandnpm run start:local25 / 0 / 11.0hours are centered under the team member name at all screen widthsScreenshots or videos of changes:
DashboardUI.mp4
Note:
The
isAbbreviatedViewbreakpoint was changed from992pxto1200pxto trigger abbreviated headers earlier, accommodating the leaderboard column width at mid-range screen sizes. Reviewers should pay particular attention to the leaderboard behavior between992pxand1200pxviewport widths.