Config surface polish (v5 continued) — Health redirect/title fixes; Bookmarks Context and Collections editor fused into tab surfaces; list-tab shell parity; breadcrumb context; tour skip always persists completion.
Health
- fix Redirect check freeze — health
detect redirectno longer blocks the whole app while a check runs (health-runtime.js, redirect handler). - fix Title fetch & retest-all UX — bookmark title recovery and bulk Retest all give clearer progress and safer concurrency (
health.js, health handlers).
Config surfaces
- fix Bookmarks Context (B4) — Context panel inside
bookmarks-tab-surfacewith flatter toggle styling; structure workspace panel placement (config-bookmarks.js,config-lists.css, classic/modern/glass surfaces). - fix Collections editor (B8) —
#collections-edit-panelmoved inside.collections-tab-surface(config-collections.js,config-collections.css). - fix List-tab shell (A2) —
.config-list-tabon Pages, Categories, Tags, Finders, and Collections (templates/config.html,config-tab-shell.css,config-lists.css). - fix Finders shared filter (A6) — filter uses
config-filter-input/config-filter-clear; custom finders filter CSS removed (config-finders.css). - fix Empty states (B11) —
.collections-empty-state[hidden]and bookmark detail panel use.hidden/hiddenattribute consistently (config-tab-shell.css,config-bookmarks.js). - fix Breadcrumb context (B14) — compact path shows Tags filter, Stats section + period, and Collections edit selection (
config-ui.js,config-tags.js,config-stats.js,config-collections.js). - fix General action rows (A10) — Tours & onboarding uses
.config-action-list(config-general.css,templates/config.html). - fix General rhythm (B6) — section gaps use
var(--config-tab-gap)(config-forms.css).
Config tours
- fix Skip tour persistence —
ConfigTourRuntime.skipConfigTour()always callsmarkCompleted()→ server save so skipped tours never auto-start again (config-tour-runtime.js, all config*-tour.jsfiles).
Cache-bust
- fix Cache-bust —
whats-new-v111data version and2026.07-dashboard-release-v88dashboard release token;config-shell-a2b6-1onconfig.cssand related surface bundles.
Developer & docs
- fix Playwright —
config-tab-consistency.spec.jsadds B4/B8, B11/B14, A2/A6/A10/B6;config-tab-tours.spec.jsadds skip-tour persistence test. - fix README, MANUAL, Help locales & What's new — release notes for v2026.07.01.5 in EN/NL/DE/FR.