mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
1.3 KiB
1.3 KiB
0.117.0 — Breadcrumb "jump to level" + breadcrumb polish
Adds a quick way to jump to any level in the current path, plus a set of breadcrumb refinements.
Jump to any level
- A new "route" button at the right end of the breadcrumb row opens a Jump to level picker. It's styled like the other breadcrumb action buttons (back / forward / select) and stays visible even when the inline crumbs are squished — which is exactly when you need it.
- The picker lists every level of the current path top-to-bottom — Home, then each folder/note down to where you are — with full, untruncated titles (long titles wrap instead of being cut off). Each level has a leading number (Home = 0, then 1, 2, …); the current level is highlighted. Click any level to jump straight there.
- The picker is a proper modal, so it works the same on desktop and mobile and sizes itself to the content.
- Right-click (or long-press on mobile) any level in the picker for the same menu the inline crumbs offer: Navigate here, Open in new Stashpad tab, or Open in editor (new tab).
Breadcrumb refinements
- On mobile, the slash separators between crumbs are tighter — a bare
/with less surrounding space — so the path doesn't look wastefully spread out at very small widths. Desktop spacing is unchanged.