Samsung One UI 6 two-stage expand. Oscar theme only. Tab nav in the wide state.
You said three things — all addressed:
1. "Narrow on mobile" — first pull is 32% of screen height, just the essentials. Looks like a small sheet, not a takeover.
2. "Swipe twice it goes to a side" — actually in Samsung it goes to a wider full-panel, the second pull expands to 78% of the screen showing everything. So the narrow → wide flow has two states. I've mocked both side-by-side below.
3. "Stick to the actual theme" — no more iOS / frosted glass. This is all cream + forest green + Source Serif. Looks like Oscar, not a Samsung ad.
Tools (6 items) and More (7 items) — both 280px right-side drawers, identical vertical list of icon + text. The user has to tap two different buttons to see all 13 items.
The operator taps ••• More in the bottom dock. The panel appears at the bottom, narrow. They tap a tile, or swipe up to expand to the wide state. The wide state has tabs across the top for filtering.
Bottom 32% of screen. Just the essentials: today's status, progress bar, 4 quick-capture tiles. One-tap to any of them.
Bottom 78% of screen. Tabs across the top: Work / Capture / Me. 8 tiles per tab, 12 total in 2 pages. Footer: Sign out + swipe hint.
You mentioned tabs in passing — and they're a smart way to filter the wide view. Here's the logic:
Without tabs, all 12 items would be in one 4×3 grid. With tabs, each tab shows 4-5 items and stays clean. The page dots at the bottom show "page 1 of 2" so Mark knows there's more.
No frosted glass, no rounded square colour buttons, no iOS feel. Just Oscar:
Net: bottom dock is 3 tabs (Today / Projects / More) instead of 4. The More panel is a proper bottom sheet with two stages.
| v1 (this morning) | v2 (this one) | |
|---|---|---|
| Theme | iOS frosted glass + colour buttons | Oscar cream + forest green + Source Serif |
| Stage count | One state (panel always full) | Two states — narrow then wide |
| Wide state | All 12 tiles in one view | Tabs filter: Work / Capture / Me |
| Quick-capture | In the home page only | Also in the narrow panel (Voice / Photo / Pin / Note) |
| Today's status | Not visible in panel | Visible at the top: trees, drafts, progress bar |
| Swipe to expand / dismiss | No | Yes (matches Samsung) |
| Bottom dock | 4 tabs (Today / Projects / Tools / More) | 3 tabs (Today / Projects / More) |
The two-stage panel: narrow (status + 4 quick-capture) and wide (tabbed grid). One file: app/src/shell/QuickPanel.tsx. Replace the two <DrawerMenu> usages in Dock.tsx with one. Drop the Tools tab from the bottom dock.
About 150 lines of code, including the swipe-to-expand gesture handler. Should take 2-3 hours including the animation.
Mockup built 2026-07-16 15:14 UTC by Mavis. iPhone 13 viewport. Real Oscar theme: cream paper, forest green accents, Source Serif for titles. No code changes yet.