learning_ai_notes/web/src/lib
saravanakumardb1 71062a57be fix(web): fix auth token key inconsistency and DRY getAccessToken()
feature-flags.ts and prompt-client.ts used bare 'access_token' key
instead of PRODUCT_ID-prefixed key — auth tokens were never sent.

Consolidates 10 web lib files to import the shared getAccessToken()
from api-helpers.ts instead of each redefining their own copy.
2026-04-13 09:59:18 -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): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
broadcast-client.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
context-pack.test.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
context-pack.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
copilot-client.ts feat(smart-actions): F1-F4 inline editor AI, F15-F19 mobile capture modes, F25-F27 scheduler/webhooks/approval 2026-04-06 10:25:34 -07:00
diagnostics.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
extraction-client.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
feature-flags.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
feedback-client.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
intake-client.ts feat(web): add intake URL bar, share dialog, intake API client — dashboard + enhanced sharing UI 2026-04-06 20:35:02 -07:00
kill-switch.ts feat(web): wire feature-flag and kill-switch platform clients 2026-03-10 18:56:14 -07:00
note-templates.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
notes-client.test.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
notes-client.ts fix(api): set JSON Content-Type on onboarding-seed 2026-03-31 13:06:00 -07:00
offline-queue.ts feat: integrate feedback, broadcast, survey, offline-queue clients + settings page + devops 2026-03-29 20:57:27 -07:00
palace-client.test.ts feat(palace): web UI — palace client, 4 components, palace page, sidebar nav, 6 tests 2026-04-10 01:46:51 -07:00
palace-client.ts feat(palace): web UI — palace client, 4 components, palace page, sidebar nav, 6 tests 2026-04-10 01:46:51 -07:00
platform-api.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
platform.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
product-config.ts feat: implement WEB_AI_FAST_ROADMAP (web + backend + docs) 2026-03-31 13:00:36 -07:00
prompt-client.test.ts test(web): add prompt-client, SmartActionsPanel, RunPromptModal, NoteEditor tests (G10-G13) 2026-04-06 13:34:04 -07:00
prompt-client.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
review-client.ts refactor(web+backend): consolidate types, optimize N+1 queries [D1, A3, A4, D2] 2026-03-19 07:32:54 -07:00
sanitize-share-html.ts fix(share): sanitize public HTML and harden token handling 2026-03-31 13:05:32 -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
survey-client.ts fix(web): fix auth token key inconsistency and DRY getAccessToken() 2026-04-13 09:59:18 -07:00
telemetry.ts refactor(web): migrate telemetry + diagnostics to createWebTelemetry/createWebDiagnostics 2026-03-20 18:54:07 -07:00
toast.ts feat: replace broken @bytelyst/ui with sonner, adopt dashboard-components, use @bytelyst/extraction 2026-03-29 20:33:33 -07:00
types.ts fix: align web+mobile types with backend (categories, output types, field names, durationMs telemetry) 2026-04-06 16:24:31 -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
use-theme.ts feat(design-system): add use-theme hook for dark/light toggle 2026-03-27 16:39:22 -07:00