docs(notes): record mobile inbox progress
This commit is contained in:
parent
7a8009454f
commit
6c14b6b696
@ -335,6 +335,11 @@ Detailed implementation plans live under `docs/roadmaps/`.
|
||||
- backend-backed note creation now reflects the workspace chosen directly from the capture surface
|
||||
- verification passed for this slice with:
|
||||
- `mobile` `npm run typecheck`
|
||||
- 2026-03-10 — Mobile review actions hardened (`7a80094`):
|
||||
- mobile approve/reject actions now disable while the backend update is in flight and expose per-item pending labels
|
||||
- the mobile review surface no longer leaves approve/reject open to duplicate taps during async state changes
|
||||
- verification passed for this slice with:
|
||||
- `mobile` `npm run typecheck`
|
||||
- 2026-03-10 — Active surface copy truthfulness improved (`5458090`):
|
||||
- active landing, workspace, note-detail, and 404 surfaces now describe the backend-backed product state instead of stale scaffold/placeholder wording
|
||||
- mobile note save now awaits the persisted update before exiting edit mode
|
||||
|
||||
@ -87,6 +87,7 @@ Stack: React Native + Expo + TypeScript
|
||||
- Quick capture now persists notes through the product backend instead of saving local-only drafts (`5995b6c`).
|
||||
- Quick capture now exposes live workspace selection directly on the capture screen (`8e57799`).
|
||||
- Inbox approvals/activity now hydrate from backend `note-agent-actions`, and approve/reject actions now patch the real backend review state (`8f14698`).
|
||||
- Mobile review actions now disable while approve/reject mutations are in flight (`7a80094`).
|
||||
- Mobile note detail now reflects persisted workspace/status/updated-at data instead of scaffold-era placeholder metadata (`2a93b5b`).
|
||||
- Mobile note save now awaits the persisted update before exiting edit mode (`5458090`).
|
||||
- Re-verified the current mobile slice with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user