feat(#389): mobile wave B — list & actions at phone width #521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-389b"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wave B of the #389 mobile pass, per the approved mockup (star + kebab rows with bottom-sheet menus).
≤480px:
size · datetail in the subtitle — the c-size/c-mod columns those live in are already hidden on narrow lists, so the information returns instead of disappearing.__phoneRowHeadhook in both rowmenu builders — hidden by CSS above 480px.body[data-space="personal"]selector specificity so the personal-space container rule cannot reassert the 40px action column.≤819px:
#sel-*buttons + count into a#selbotcontainer (__phoneSelhook inapplySel). Width-gated via matchMedia and fully reversible — buttons move home when selection clears or the viewport widens (resize listener covers rotation), so existing handlers stay wired.Desktop invariant (≥820px): second base line
.n2ph, .shhead, #selbot{display:none}, everything else behind max-width media fences; fence gate re-verified across all six style blocks,node --checkgreen on both script blocks.No new i18n keys needed — the header and bar reuse existing strings.