learning_ai_notes/mobile/src/store
saravanakumardb1 c96c7855c6 fix(mobile): add error handling to store hydrate methods
- notes-store: wrap hydrate() and openNote() in try/catch to prevent isLoading stuck true
- inbox-store: wrap hydrate() in try/catch to prevent isLoading stuck true on API failure
- openNote falls back to cached list note when detail fetch fails
2026-03-31 00:51:16 -07:00
..
auth-store.test.ts feat(mobile): complete block A auth session flow 2026-03-30 23:56:18 -07:00
auth-store.ts feat(mobile): complete block A auth session flow 2026-03-30 23:56:18 -07:00
inbox-store.test.ts test(web+mobile): Playwright E2E scaffold + 23 mobile store tests [C4, B7] 2026-03-19 08:51:36 -07:00
inbox-store.ts fix(mobile): add error handling to store hydrate methods 2026-03-31 00:51:16 -07:00
mmkv-storage.ts fix(config): align notes product identity across web and mobile 2026-03-10 11:45:59 -07:00
notes-store.test.ts feat(mobile): wire offline queue enqueue and flush 2026-03-31 00:17:41 -07:00
notes-store.ts fix(mobile): add error handling to store hydrate methods 2026-03-31 00:51:16 -07:00
workspace-store.test.ts test(web+mobile): Playwright E2E scaffold + 23 mobile store tests [C4, B7] 2026-03-19 08:51:36 -07:00
workspace-store.ts feat(notes): support mobile all-workspace view 2026-03-10 17:09:16 -07:00