Knowledge List and Article History Restoration
Back and Forward now restore the Knowledge category, search term, list position, and article reading position, while direct links return safely to the default Knowledge view.
# Knowledge List and Article History Restoration
This release makes the Knowledge list, article detail, and browser history a predictable and recoverable navigation path.
## List and article round trips
- Before an article opens from a category or Unicode search result, the active category, search term, and list scroll position are stored in the current history entry.
- Returning restores that complete context. Browser Forward reopens the same article and restores its reading position.
- The in-app Back action returns to the source entry without creating a duplicate history item.
## Direct links and safe fallback
- When `/articles/<slug>` is opened directly, Back replaces the current entry with the default Knowledge view instead of taking the visitor away from the site.
- Unknown versions, mismatched routes, and invalid scroll values are rebuilt from the current URL with safe defaults while unrelated root-level History fields are preserved.
- Search terms stay in browser History rather than the URL. Account data, Chat drafts, Quick Transfer passphrases, and content are never stored there.
## Focus and verification
After list or detail restoration, focus moves once to the matching stable heading and never selects the search field automatically. Desktop and mobile headless audits cover in-app Back, browser Back and Forward, direct links, and malformed state, with all 99 checks passing.