1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist 6db480229c
feat(frontend): persist selected entry in URL params
Extend parseLocation() to read ?entry= and initialise
selectedEntryUid from it on mount.

When entries load (or reload), a new effect checks whether
selectedEntryUid is set without a corresponding selectedEntry
object and restores it by finding the matching entry in the list.
This covers page refresh, URL sharing, and back/forward navigation.

The URL params sync effect now includes selectedEntryUid alongside
q and tag, and the popstate handler restores all three.

Also includes rebuilt frontend static assets.
2026-07-13 14:28:38 +02:00
..
src feat: entry previews (#24) 2026-07-12 16:23:04 +02:00
static feat(frontend): persist selected entry in URL params 2026-07-13 14:28:38 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00