grub-basket_SP/release-notes/0.71.20.md

1.2 KiB
Raw Permalink Blame History

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-2 while 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-2 to panel-top (0.71.19) — the diagonal-arrows look was visually too similar to the tiny-mode exit glyph, and panel-top evokes "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 lucide maximize-2 icon (0.71.20), with proper flex centering + SVG sizing on .stashpad-tiny-expand so it renders correctly inside the icon-only button.