Linlin fix people report UI - #5503
Open
linlin-husky wants to merge 6 commits into
Open
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…mments to PeopleTableDetails
|
iAbhi001
self-requested a review
September 6, 2026 00:09
|
Please don't consider my previous comment as it was done by mistake. |
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
Optimized the PeopleTableDetails component to deliver a fully responsive experience across viewports. This includes implementing a robust mobile card view with proper text wrapping for long task names, fixing UI compression bugs on status badges, and standardizing dark mode styling with custom scrollbars.
Related PRs (if any):
PR 2005
PR2650
Main changes explained:
PeopleTableDetails.module.cssandPeopleTableDetails.jsxto use flexbox (align-items: flex-start,gap: 10px,flex: 1, andflex-shrink: 0) ensuring long task names wrap correctly without compressing or overflowing the "Started" status badges on narrow screens (::-webkit-scrollbar,::-webkit-scrollbar-thumb) to ensure smooth and visible scrolling behavior in dark mode.stylelintwarnings (such as redundant longhand properties and specificity orders) to ensure a clean, maintainable build.How to test:
Linlin-fix-people-report-ui).npm installandnpm run start:localto run this PR locally.Screenshots or videos of changes:
Uploading Screen Recording 2026-09-03 at 9.15.52 PM.mov…
Note:
stylelintchecks passing successfully.