feat: lists are now sorted by modified_at desc

This commit is contained in:
2026-08-22 22:08:09 +02:00
parent 0c81091252
commit e27e7a679e
4 changed files with 12 additions and 13 deletions
-4
View File
@@ -50,10 +50,6 @@ export const useListsStore = defineStore('lists', () => {
if (!isLoaded.value) {
await refresh()
}
// The server is the source of truth: even though we already have a
// local snapshot to render instantly (including while offline), always
// kick off a background sync/pull so views reflect the latest server
// state on every visit, not just on the first load of the session.
void sync()
}