S-26/#162 · Werkbak refreshes itself when a registration is ready for beoordeling #164

Merged
not merged 6 commits from feat/162-werkbak-live-refresh into main 2026-09-04 09:34:15 +00:00
Showing only changes of commit 3f8b438500 - Show all commits
@@ -64,6 +64,9 @@ export class WerkbakPage {
this.items.set(rows);
this.loading.set(false);
this.loaded.set(true);
// A read that came back is the answer, so a refresh also clears an earlier failure — the
// werkbak recovers on its own instead of showing the error until someone reloads.
this.failed.set(false);
},
// Surface the failure (e.g. 403 for a non-behandelaar) instead of swallowing it.
error: () => {