managarten/apps
Till JS f7f5c9eb3a feat(sync): add pull pagination with hasMore flag
Server now returns hasMore: true when there are more than 1000 changes
pending for a collection. Client continues pulling in a loop until
hasMore is false, using the last row's timestamp as cursor.

Prevents data loss after long offline periods where >1000 changes
accumulated for a single collection.

Server changes (Go):
- GetChangesSince() accepts limit parameter
- HandlePull() fetches limit+1, trims, sets hasMore
- SyncedUntil uses last row's timestamp when paginating

Client changes (TypeScript):
- Pull loop: while (hasMore) { fetch → apply → advance cursor }
- Cursor only persisted after all pages fetched

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 22:17:20 +02:00
..
api feat(api): port remaining 12 modules to unified API server 2026-04-02 21:34:08 +02:00
calc chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
calendar chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
cards chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
chat chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
citycorners chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
contacts chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
context chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
docs refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
guides chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
inventar chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
manacore feat(sync): add pull pagination with hasMore flag 2026-04-02 22:17:20 +02:00
manavoxel feat(manavoxel): clean up dead code, add portal keys, fix triggers, implement gold economy 2026-04-01 21:04:25 +02:00
matrix feat: add Cmd+K spotlight actions to all 23 apps 2026-04-01 12:11:34 +02:00
memoro chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
moodlit chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
mukke chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
news chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
nutriphi chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
photos chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
picture chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
planta chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
presi chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
questions chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
skilltree chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
storage chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
times chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
todo chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
traces chore: archive 17 standalone app servers (replaced by unified API) 2026-04-02 21:37:45 +02:00
uload chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00
zitare chore: archive 25 standalone web apps, move wisekeep to apps-archived 2026-04-02 20:14:29 +02:00