Skip to content

feat(portal): make app mobile responsive#23

Merged
keithfawcett merged 1 commit into
mainfrom
feat/mobile-responsive
Jun 15, 2026
Merged

feat(portal): make app mobile responsive#23
keithfawcett merged 1 commit into
mainfrom
feat/mobile-responsive

Conversation

@keithfawcett

Copy link
Copy Markdown
Contributor

The portal was desktop-only (inline CSS-in-JS, fixed 248px sidebar, no media queries). Add a mobile-responsive layer:

  • useIsMobile/useMediaQuery hook (768px) — branch inline styles by viewport
  • Both shells (Shell + CreatorShell) collapse the fixed sidebar into a hamburger top bar + slide-in drawer on mobile; sidebar takes a variant prop
  • Page/Table primitives: responsive padding + stacking header; tables get a horizontal-scroll wrapper
  • op-grid-collapse class (global.css, !important media query) collapses 22 hardcoded multi-column grids to one column on phones

What

Why

How to verify

Checklist

  • Tests added / updated (or an explicit note about why not)
  • pnpm typecheck + pnpm test green locally
  • No edits to already-applied migrations — new migration file instead
  • No new dependencies without justification
  • Architectural principles in CLAUDE.md still hold (raw-data immutability, data portability, sidecar tables for hosted-only fields)

The portal was desktop-only (inline CSS-in-JS, fixed 248px sidebar, no
media queries). Add a mobile-responsive layer:

- useIsMobile/useMediaQuery hook (768px) — branch inline styles by viewport
- Both shells (Shell + CreatorShell) collapse the fixed sidebar into a
  hamburger top bar + slide-in drawer on mobile; sidebar takes a variant prop
- Page/Table primitives: responsive padding + stacking header; tables get a
  horizontal-scroll wrapper
- op-grid-collapse class (global.css, !important media query) collapses 22
  hardcoded multi-column grids to one column on phones

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@keithfawcett keithfawcett merged commit 3fa6525 into main Jun 15, 2026
9 of 10 checks passed
@keithfawcett keithfawcett deleted the feat/mobile-responsive branch June 15, 2026 17:15
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.

1 participant