From 6c14b6b6964e65ca197e541064fb8ef24beeb200 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Tue, 10 Mar 2026 17:02:37 -0700 Subject: [PATCH] docs(notes): record mobile inbox progress --- docs/ROADMAP.md | 5 +++++ docs/roadmaps/04_MOBILE_ROADMAP.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 0f2e6c1..ccd440d 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -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 diff --git a/docs/roadmaps/04_MOBILE_ROADMAP.md b/docs/roadmaps/04_MOBILE_ROADMAP.md index 7867bd0..ad0dd2e 100644 --- a/docs/roadmaps/04_MOBILE_ROADMAP.md +++ b/docs/roadmaps/04_MOBILE_ROADMAP.md @@ -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: