chrysopedia/frontend
jlightner 76138887d2 fix: Creators endpoint returns paginated response, review queue limit raised to 1000, added GET /review/moments/{id} endpoint
- Creators: response_model changed from list to {items, total, offset, limit} matching frontend CreatorBrowseResponse
- Review queue: limit raised from 100 to 1000
- New GET /review/moments/{moment_id} endpoint for direct moment fetch
- MomentDetail uses fetchMoment instead of fetching full queue
- Merge candidates fetch uses limit=100
2026-03-30 01:26:12 -05:00
..
src fix: Creators endpoint returns paginated response, review queue limit raised to 1000, added GET /review/moments/{id} endpoint 2026-03-30 01:26:12 -05:00
index.html feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
package-lock.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
package.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
tsconfig.app.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
tsconfig.app.tsbuildinfo feat: Built CreatorsBrowse (randomized default sort, genre filter, name… 2026-03-30 00:13:11 +00:00
tsconfig.json feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00
vite.config.ts feat: Bootstrapped React + Vite + TypeScript frontend with typed API cl… 2026-03-29 23:21:53 +00:00