feat(ui): responsive mobile layout for dashboard - #306
Merged
Conversation
- Header nav collapses to hamburger menu below md breakpoint with active-link highlighting; user email hidden on small screens - Issues/transactions/release-health tables hide secondary columns on small screens and allow title wrapping (shadcn table-cell ships whitespace-nowrap which forced 572px min-width at 390px viewport) - Search/filter inputs go full-width on mobile; header rows wrap - DSN row gets min-w-0 so truncate works inside flex card - Refresh tracked web/build/index.html placeholder to latest build Verified at 390x844: 0px horizontal overflow on all six pages; desktop 1280px unchanged (nav links, all columns, email visible).
- Bump @sveltejs/kit, nanoid, postcss, undici via npm audit fix - npm audit --audit-level=moderate now reports 0 vulnerabilities
Merged
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.
What
Why
The dashboard was desktop-only; on phones the nav and tables overflowed or were unusable. The dependency vulnerabilities (3 high, 1 moderate) were failing the Security checks and blocking merge.
Testing
npm run check,npm test,npm run buildall passnpm audit --audit-level=moderatereports 0 vulnerabilities