learning_ai_notes/mobile/src/api
saravanakumardb1 37d7284730 feat(mobile): add Smart Actions — API client, prompt store, note detail integration
Phase 4 of Smart Actions Roadmap:

- Create mobile/src/api/note-prompts.ts: typed API client
  - listPromptTemplates, runPrompt, suggestTags, getReadingTime
- Create mobile/src/store/prompt-store.ts: Zustand store
  - fetchTemplates, runPrompt, clearResult, clearError
- Enhance note detail screen (mobile/src/app/note/[id].tsx):
  - Collapsible Smart Actions section with toggle
  - Reading time display on expand
  - Suggest tags button with inline tag display
  - Prompt template list (top 6) with one-tap execution
  - ActivityIndicator during prompt execution
  - Inline result card with model/token info and dismiss
- Mobile typecheck passes
2026-04-06 08:23:55 -07:00
..
auth.ts fix(config): align notes product identity across web and mobile 2026-03-10 11:45:59 -07:00
blob-upload.ts feat(mobile): blob upload abstraction via shared blobClient (Block F) 2026-03-31 01:32:30 -07:00
client.ts feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
config.ts fix(config): align notes product identity across web and mobile 2026-03-10 11:45:59 -07:00
note-agent-actions.ts feat(mobile): wire review note input to inbox approve/reject 2026-03-10 19:41:39 -07:00
note-prompts.ts feat(mobile): add Smart Actions — API client, prompt store, note detail integration 2026-04-06 08:23:55 -07:00
notes.ts feat(notes): wire backend-backed note workspace slice 2026-03-10 15:53:57 -07:00
workspaces.ts feat(mobile): align notes runtime with backend 2026-03-10 12:08:31 -07:00