feat(#320): guided empty state + Kurrent primer for first-time transcribers #330

Merged
marcel merged 13 commits from feat/issue-320-transcribe-coach into main 2026-04-25 12:24:04 +02:00
Showing only changes of commit 7b3334f5e7 - Show all commits

View File

@@ -1,6 +1,3 @@
// prerender = true is safe here: hooks.server.ts exports
// handle = sequence(userGroup, handleAuth, ...)
// where handleAuth redirects all non-public paths to /login at runtime.
// Prerendered HTML is served, but the browser still hits handleAuth on
// every navigation — unauthenticated users are redirected before seeing content.
// Safe: handleAuth in hooks.server.ts redirects unauthenticated requests
// before prerendered HTML is visible.
export const prerender = true;