learning_ai_notes/web/src/lib
saravanakumardb1 dbb1a84dba fix(web): lazy-init extraction + blob clients, add use-client to notes-client
- extraction-client.ts: lazy singleton (SSR crash fix) [A1]
- blob-client.ts: lazy singleton + remove dead re-export [A1]
- notes-client.ts: add "use client" directive [A6]
- next.config.ts: add output: "standalone" [A2]
- Delete mock-data.ts and review-data.ts (dead code) [D3, D4]
2026-03-19 07:20:28 -07:00
..
api-helpers.ts refactor(web): extract shared API client factory, fix types, use crypto.randomUUID 2026-03-10 19:53:45 -07:00
auth.ts feat(web): align notes runtime with backend 2026-03-10 12:22:39 -07:00
blob-client.ts fix(web): lazy-init extraction + blob clients, add use-client to notes-client 2026-03-19 07:20:28 -07:00
diagnostics.ts fix(web): align diagnostics platform config 2026-03-10 12:40:41 -07:00
extraction-client.ts fix(web): lazy-init extraction + blob clients, add use-client to notes-client 2026-03-19 07:20:28 -07:00
feature-flags.ts feat(web): wire feature-flag and kill-switch platform clients 2026-03-10 18:56:14 -07:00
kill-switch.ts feat(web): wire feature-flag and kill-switch platform clients 2026-03-10 18:56:14 -07:00
notes-client.test.ts feat(identity): lock NoteLett product identity across all surfaces 2026-03-10 18:47:01 -07:00
notes-client.ts fix(web): lazy-init extraction + blob clients, add use-client to notes-client 2026-03-19 07:20:28 -07:00
platform.ts feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
product-config.ts feat(web): enrich note detail with extraction 2026-03-10 12:56:45 -07:00
review-client.ts refactor(web): extract shared API client factory, fix types, use crypto.randomUUID 2026-03-10 19:53:45 -07:00
saved-views-client.ts refactor(web): extract shared API client factory, fix types, use crypto.randomUUID 2026-03-10 19:53:45 -07:00
telemetry.ts feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00
types.ts feat(web): back artifact viewing with blob sas 2026-03-10 12:50:32 -07:00
use-debounce.ts feat(web): saved views CRUD, keyboard shortcuts, debounced search 2026-03-10 19:39:28 -07:00
use-keyboard-shortcuts.ts fix(web): stabilize useKeyboardShortcuts with ref-based callback 2026-03-10 19:54:50 -07:00