fix: mobile-responsive layout for dashboard and board views

Add hamburger menu with off-canvas sidebar drawer on mobile.
Responsive padding, full-width panels, and stacked layouts
for screens under 768px (md breakpoint).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
0xjjjjjj
2026-03-07 17:18:39 -08:00
parent fa445127d9
commit ea0149bd88
15 changed files with 77 additions and 45 deletions

View File

@@ -130,7 +130,7 @@ export function BoardGroupsTable({
stickyHeader={stickyHeader}
emptyMessage={emptyMessage}
rowClassName="transition hover:bg-slate-50"
cellClassName="px-6 py-4 align-top"
cellClassName="px-3 py-3 md:px-6 md:py-4 align-top"
rowActions={
showActions
? {