Files
remanso/src/modules
Julien Calixte 1b47101340
All checks were successful
CI / verify (push) Successful in 2m2s
fix(notes): persist new SHA and dedup files by path on edit
Editing a note in a stacked note saved cache without the path, so
store.files never received the new SHA and lookups went stale. Pass the
path through, and make addFile dedup by path as well as SHA so an edit
(same path, new SHA) replaces the old entry instead of duplicating it.
2026-06-28 23:52:37 +02:00
..