| .. |
|
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 |
|
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: Updated streamChat() API, ChatWidget, and ChatPage to thread conv…
|
2026-04-04 07:53:50 +00:00 |
|
ChatPage.tsx
|
feat: Updated streamChat() API, ChatWidget, and ChatPage to thread conv…
|
2026-04-04 07:53:50 +00:00 |
|
ConsentDashboard.module.css
|
feat: Built ConsentDashboard page with per-video consent toggles, expan…
|
2026-04-04 00:24:17 +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: Replaced 3 placeholder cards with real creator dashboard: 4 stat…
|
2026-04-04 00:13:48 +00:00 |
|
CreatorDashboard.tsx
|
feat: Added PostsFeed component to creator profile pages with Tiptap HT…
|
2026-04-04 09:17:30 +00:00 |
|
CreatorDetail.tsx
|
feat: Added PostsFeed component to creator profile pages with Tiptap HT…
|
2026-04-04 09:17:30 +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 ProtectedRoute component, CreatorDashboard with sidebar nav…
|
2026-04-03 22:02:04 +00:00 |
|
CreatorSettings.tsx
|
feat: Split 945-line public-client.ts into 10 domain API modules with s…
|
2026-04-03 23:04:56 +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 |
|
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 AuthContext provider with JWT persistence, auth API client…
|
2026-04-03 21:58:08 +00:00 |
|
Login.tsx
|
feat: Added ProtectedRoute component, CreatorDashboard with sidebar nav…
|
2026-04-03 22:02:04 +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 AuthContext provider with JWT persistence, auth API client…
|
2026-04-03 21:58:08 +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 |