chrysopedia/frontend/src/pages
jlightner c42d21a29f feat: Added Export My Data download button to CreatorDashboard with loa…
- "frontend/src/pages/CreatorDashboard.tsx"
- "frontend/src/pages/CreatorDashboard.module.css"
- "frontend/src/api/creator-dashboard.ts"

GSD-Task: S07/T02
2026-04-04 14:19:30 +00:00
..
About.tsx feat: Created useDocumentTitle hook and wired descriptive, route-specif… 2026-03-31 08:56:16 +00:00
AdminAuditLog.module.css feat: Added AdminAuditLog page with paginated impersonation log table,… 2026-04-04 06:29:47 +00:00
AdminAuditLog.tsx feat: Added AdminAuditLog page with paginated impersonation log table,… 2026-04-04 06:29:47 +00:00
AdminPipeline.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
AdminReports.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
AdminTechniquePages.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
AdminUsage.module.css feat: Added GET /admin/usage endpoint with today/week/month token aggre… 2026-04-04 13:44:44 +00:00
AdminUsage.tsx feat: Added GET /admin/usage endpoint with today/week/month token aggre… 2026-04-04 13:44:44 +00:00
AdminUsers.module.css feat: Added ConfirmModal component, Edit As button with write-mode conf… 2026-04-04 06:27:38 +00:00
AdminUsers.tsx feat: Added ConfirmModal component, Edit As button with write-mode conf… 2026-04-04 06:27:38 +00:00
ChapterReview.module.css feat: Wired ChapterReview into App routes (/creator/chapters, /creator/… 2026-04-04 06:12:10 +00:00
ChapterReview.tsx fix: resolve TS errors in ChapterReview and HighlightQueue (noUncheckedIndexedAccess) 2026-04-04 07:09:39 +00:00
ChatPage.module.css feat: Extract shared citation parser and formatTime utilities, add time… 2026-04-04 11:46:00 +00:00
ChatPage.tsx feat: Extract shared citation parser and formatTime utilities, add time… 2026-04-04 11:46:00 +00:00
ConsentDashboard.module.css feat: Added ≤400px responsive breakpoints to ConsentDashboard, CreatorS… 2026-04-04 12:55:34 +00:00
ConsentDashboard.tsx feat: Built ConsentDashboard page with per-video consent toggles, expan… 2026-04-04 00:24:17 +00:00
CreatorDashboard.module.css feat: Added Export My Data download button to CreatorDashboard with loa… 2026-04-04 14:19:30 +00:00
CreatorDashboard.tsx feat: Added Export My Data download button to CreatorDashboard with loa… 2026-04-04 14:19:30 +00:00
CreatorDetail.tsx feat: Added PostsFeed component to creator profile pages with Tiptap HT… 2026-04-04 09:17:30 +00:00
CreatorOnboarding.module.css feat: Built 3-step onboarding wizard (Welcome → Consent → Tour), wired… 2026-04-04 13:16:58 +00:00
CreatorOnboarding.tsx feat: Built 3-step onboarding wizard (Welcome → Consent → Tour), wired… 2026-04-04 13:16:58 +00:00
CreatorsBrowse.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
CreatorSettings.module.css feat: Added ≤400px responsive breakpoints to ConsentDashboard, CreatorS… 2026-04-04 12:55:34 +00:00
CreatorSettings.tsx test: Added GET/PUT notification preferences endpoints, signed-token un… 2026-04-04 12:27:18 +00:00
CreatorTiers.module.css feat: Follow system + tier config page (M022/S02) 2026-04-04 07:34:03 +00:00
CreatorTiers.tsx feat: Follow system + tier config page (M022/S02) 2026-04-04 07:34:03 +00:00
CreatorTransparency.module.css feat: Built CreatorTransparency page with four collapsible sections, AP… 2026-04-04 13:58:33 +00:00
CreatorTransparency.tsx feat: Built CreatorTransparency page with four collapsible sections, AP… 2026-04-04 13:58:33 +00:00
EmbedPlayer.module.css feat: Extracted shared copyToClipboard utility and created EmbedPlayer… 2026-04-04 10:55:21 +00:00
EmbedPlayer.tsx feat: Extracted shared copyToClipboard utility and created EmbedPlayer… 2026-04-04 10:55:21 +00:00
HighlightQueue.module.css chore: Add GET/PUT shorts-template admin endpoints, collapsible templat… 2026-04-04 11:25:29 +00:00
HighlightQueue.tsx chore: Add GET/PUT shorts-template admin endpoints, collapsible templat… 2026-04-04 11:25:29 +00:00
Home.tsx feat: Normalized /topics and /videos endpoints from bare lists to pagin… 2026-04-03 23:09:33 +00:00
Login.module.css feat: Added ≤400px responsive breakpoints to ConsentDashboard, CreatorS… 2026-04-04 12:55:34 +00:00
Login.tsx feat: Built 3-step onboarding wizard (Welcome → Consent → Tour), wired… 2026-04-04 13:16:58 +00:00
PostEditor.module.css feat: Built Tiptap rich text post editor with file attachments, multipa… 2026-04-04 09:13:48 +00:00
PostEditor.tsx feat: Built Tiptap rich text post editor with file attachments, multipa… 2026-04-04 09:13:48 +00:00
PostsList.module.css feat: Added PostsFeed component to creator profile pages with Tiptap HT… 2026-04-04 09:17:30 +00:00
PostsList.tsx feat: Added PostsFeed component to creator profile pages with Tiptap HT… 2026-04-04 09:17:30 +00:00
Register.module.css feat: Added ≤400px responsive breakpoints to ConsentDashboard, CreatorS… 2026-04-04 12:55:34 +00:00
Register.tsx feat: Added AuthContext provider with JWT persistence, auth API client… 2026-04-03 21:58:08 +00:00
SearchResults.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
ShortPlayer.module.css feat: Added public ShortPlayer page at /shorts/:token with video playba… 2026-04-04 10:35:56 +00:00
ShortPlayer.tsx feat: Extracted shared copyToClipboard utility and created EmbedPlayer… 2026-04-04 10:55:21 +00:00
SubTopicPage.tsx feat: Split 945-line public-client.ts into 10 domain API modules with s… 2026-04-03 23:04:56 +00:00
TechniquePage.tsx feat: Added collapsible inline video player to TechniquePage with chapt… 2026-04-04 10:48:12 +00:00
TopicsBrowse.tsx feat: Normalized /topics and /videos endpoints from bare lists to pagin… 2026-04-03 23:09:33 +00:00
WatchPage.tsx feat: Wired /embed/:videoId route outside AppShell for chrome-free rend… 2026-04-04 10:59:14 +00:00