Skip to content

Feat/dashboard - #560

Open
Shecodes174 wants to merge 2 commits into
Core-Foundry:mainfrom
Shecodes174:feat/dashboard
Open

Feat/dashboard#560
Shecodes174 wants to merge 2 commits into
Core-Foundry:mainfrom
Shecodes174:feat/dashboard

Conversation

@Shecodes174

Copy link
Copy Markdown

closes #390

Summary

Reworked the dashboard and notifications layout to adapt cleanly across desktop, tablet, and mobile breakpoints, with a single accessible navigation pattern across all sizes.

Changes
Sidebar nav — full labeled sidebar on desktop (≥1024px), collapses to an icon-only rail on tablet (768–1023px), becomes an off-canvas drawer behind a hamburger toggle on mobile (<768px)
Grids — stat cards and two-column panels use auto-fit/minmax() so they reflow by available width instead of a fixed breakpoint count; two-column body stacks to one column on tablet and below
Overflow safety — box-sizing: border-box globally, min-width: 0 on flex/grid children, text truncation (ellipsis) on labels, overflow-wrap: anywhere on notification copy, overflow-x: hidden as a backstop
Notifications view — filter chips wrap on narrow widths, timestamp/meta column drops below content on mobile instead of squeezing it
Accessibility
Hamburger button uses aria-expanded / aria-controls, drawer closes on Escape or backdrop click
Active nav item marked with aria-current="page"
Skip-to-content link, visible focus rings on all interactive elements
Testing
Manually checked layout at 375px, 768px, 1024px, and 1440px widths
Verified no horizontal scroll/overflow at any breakpoint
Verified nav is keyboard-operable and screen-reader labeled at each breakpoint
Files
dashboard.html — single-file implementation (markup, styles, and view-toggle script)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Mobile Responsiveness

1 participant