Commit 707dfe1
committed
Fix all Svelte 5 const violations in components
Changed const to let for all $state and $bindable destructuring:
- RetroInput.svelte: $bindable props
- ModernJourneyFull.svelte: showSlackPreview, timelinePosition
- ModernJourneyContent.svelte: showComparison
- DebugRetro.svelte: sessions
- app-info/+page.svelte: failedImages
Tests now load properly (500 error fixed), failing on Appium being off as expected.1 parent c6772a3 commit 707dfe1
File tree
3 files changed
+4
-4
lines changed- frontend/src/lib/components
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments