mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
1.2 KiB
1.2 KiB
0.71.20 — Mobile polish + view-mode icon cleanup
Mobile (0.71.16)
- Search modal: filter-chip row is skipped on mobile, where the chips +
When-builder were eating too much vertical space. The typed
in:/when:syntax still works in the input. - View-mode buttons: tiny-mode + open-in-new-window buttons are hidden on mobile (neither works there). The lone Compact button shrinks to 28x28 to match the other mobile pill heights.
View-mode icons (0.71.16 – 0.71.20)
- Compact button's icon swaps to
maximize-2while compact mode is active, so the affordance reads as "exit / expand" rather than the static "enter" glyph. All four call sites flipped (initial fix in 0.71.16, follow-ups through 0.71.18). - The "exit compact" icon then changed from
maximize-2topanel-top(0.71.19) — the diagonal-arrows look was visually too similar to the tiny-mode exit glyph, andpanel-topevokes "restore the top panel I hid," which is semantically closer to what exit-compact does. - The "exit tiny mode" button's
⤢unicode glyph was replaced with the lucidemaximize-2icon (0.71.20), with proper flex centering + SVG sizing on.stashpad-tiny-expandso it renders correctly inside the icon-only button.