Drag feedback for sorted categories — dragging a bookmark in an A–Z / Recent category now explains why it can't be reordered instead of doing nothing.
Bookmarks
- fix Explain why a sorted category won't drag — categories sorted A–Z or Recent don't create a
DragReorderinstance (a manual drag would be re-sorted away), so bookmarks there aren't draggable. That previously looked broken. Sort-active lists now carry a hover tooltip and anot-allowedcursor, and a genuine drag gesture (press + >8px move) shows a single throttled toast telling you to switch the category back to manual order; a plain click still opens the bookmark (dashboard/dashboard-render-core.jsattachSortLockedDragHint,css/dashboard.css,locales/{en,nl,de,fr}.json).
Developer & docs
- fix Tests — added an e2e case in
dashboard-bookmark-drag.spec.jsasserting the hover tooltip, the explain-why toast on a drag attempt, and silence on a plain click (forces a full render so the sort-locked hint attaches deterministically). - fix README, MANUAL & Config Help — v2026.07.14.1 notes.
- fix Cache-bust —
whats-new-v158data version (asset_versions.go,whats-new-stub.js),2026.07-dashboard-release-v117dashboard release token, and bumpeddashboard.css/ render-core asset tokens.