few shots update

This commit is contained in:
2026-03-11 09:08:32 +03:00
parent b77fa45e4e
commit 765178f12e
9 changed files with 203 additions and 425 deletions

View File

@@ -568,3 +568,8 @@ All implementation tasks MUST follow the Design-by-Contract specifications:
| Polish Tasks | 7 |
| Unit Tests Tasks | 11 |
| MVP Scope | Phases 1-5 (25 tasks) |
## Post-Verification Fixes (2026-03-11)
- [x] D095 [US3] Migrate deprecated native event directives to event attributes in [`+page.svelte`](frontend/src/routes/dashboards/+page.svelte), fix modal propagation handlers, and address targeted a11y warnings in [`automation/+page.svelte`](frontend/src/routes/settings/automation/+page.svelte).
- [x] D096 [US6] Resolve blocking parse error in [`ProtectedRoute.svelte`](frontend/src/components/auth/ProtectedRoute.svelte) by removing HTML comments from script scope and aligning rendering with Svelte 5 (`{@render ...}`).