feat(mobile): consolidate phone chrome + clean phone/tablet/desktop split - #84
Merged
Merged
Conversation
…plit Standardize the phone↔desktop boundary on `md` (it was split between lg for the sidebar/hamburger and md for the view strip — the cause of leftover top chrome). Phones (<md): - No more empty Workspace header band — it's `hidden md:block`; phones get just the project selector in the slim Layout top bar. - Hamburger removed (the bottom nav handles navigation). The sidebar drawer was redundant on phones; account/sign-out moved into the bottom "More" sheet (new Account section with the signed-in user + Sign out). - Filters simplified to text + ONE status dropdown (complete/incomplete/etc.); Type/Priority/Contributors are desktop-only (`hidden sm:block`). Tablet + desktop (≥md) — the richer experience, unchanged in spirit: - Sidebar rail, the full top view strip, and all four filters now consistently appear at md+ (migrated the sidebar/top-bar lg: breakpoints to md:), so tablets get the desktop layout instead of the half-mobile one. Verified phone/tablet/desktop tiers (bottom-nav only <md; Workspace header + rail only ≥md). mobile specs 10/10; smoke 5/5; typecheck clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🧪 Comprehensive Test Suite
Full-stack smoke gate runs in the CI workflow. |
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.
Standardizes the phone↔desktop boundary on md (it was split —
lgfor sidebar/hamburger,mdfor the view strip — which left empty/duplicated top chrome on phones).Phones (<md)
hidden md:block); phones show just the project selector in the slim top bar.Tablet + desktop (≥md) — the richer experience
lg:→md:), so tablets get the desktop layout, not a half-mobile one.Verified the three tiers (bottom nav only <md; Workspace header + rail only ≥md). mobile specs 10/10; smoke 5/5; typecheck clean.