capture: optimistic list update + SSE refresh on transcription complete

This commit is contained in:
2026-04-29 18:00:53 +00:00
parent 60728978e1
commit 43278686f7
2 changed files with 19 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ export function proxy(request: NextRequest) {
// Always allow these through
if (
pathname.startsWith('/api/captures') ||
pathname.startsWith('/api/') ||
pathname.startsWith('/login') ||
pathname.startsWith('/_next') ||