kaboot/hooks
Joey Yakimowich-Payne bce534486c Add batch upload endpoint to avoid sequential upload+OCR bottleneck
Client sends all files in a single request to /api/upload/batch,
server receives them all upfront via multer then processes OCR
sequentially. Eliminates network round-trips between each file.
2026-02-19 14:00:20 -07:00
..
useAuthenticatedFetch.ts feat: add comprehensive game configuration system 2026-01-14 01:43:23 -07:00
useBodyScrollLock.ts Fix modal scrolling 2026-01-13 23:56:21 -07:00
useGame.ts Add batch upload endpoint to avoid sequential upload+OCR bottleneck 2026-02-19 14:00:20 -07:00
useQuizLibrary.ts Add sharing 2026-01-16 08:49:21 -07:00
useUserConfig.ts feat: add comprehensive game configuration system 2026-01-14 01:43:23 -07:00
useUserPreferences.ts Flesh out payment stuff 2026-01-22 12:21:12 -07:00