1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00
archivr/crates/archivr-server
TheGeneralist 74d3b0b3be
fix(frontend): resolve detail entry for any remaining child after ctrl-deselect
Add entryCacheRef (uid→entry Map) populated on every row click. When
ctrl/meta-deselecting leaves exactly one other entry selected, look up
the remaining UID in the cache before falling back to the root entries
array. Without this, deselecting from a multi-selection where the
remaining entry is a child row left selectedEntry null (auto-snap only
searches root entries).
2026-07-21 13:40:33 +02:00
..
src fix(core): playlist total size includes children; per_item_quality as include-set 2026-07-21 13:18:27 +02:00
static fix(frontend): resolve detail entry for any remaining child after ctrl-deselect 2026-07-21 13:40:33 +02:00
Cargo.toml feat: entry previews (#24) 2026-07-12 16:23:04 +02:00