Commit cdff44a
committed
splash screen with theme-aware SVG background, login dialog redesign
- Replace ValueDialog-based LoginDialog with Dialog-based layout styled like SettingsDialog
- Add splash screen overlay with percussion-background.svg mask, auto-adapts to theme
- Show splash during Setup, AdminSetup, Login phases; fade out on Running
- Add logo.svg watermark (top-right, desaturated, wobble animation every 5s)
- Center ProgressIndicator in a rounded card during Checking phase
- Button component passes type attribute to native <button> element
- Fix Sign In from Running: transition through Login phase for proper splash display
- Fix continue-anonymous from Running: return directly without reinitializing
- Fix stale StatusBar items and score lib after logout/login without page refresh
- Tests updated
Signed-off-by: Mike Lischke <mike@lischke-online.de>1 parent 6e6f100 commit cdff44a
13 files changed
Lines changed: 4788 additions & 403 deletions
File tree
- public
- src
- components/ui
- composites
- framework
- ui
- tests
- e2e
- ui/__snapshots__
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
70 | 143 | | |
71 | 144 | | |
72 | 145 | | |
| |||
146 | 219 | | |
147 | 220 | | |
148 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
149 | 226 | | |
150 | 227 | | |
151 | 228 | | |
| |||
1662 | 1739 | | |
1663 | 1740 | | |
1664 | 1741 | | |
1665 | | - | |
1666 | 1742 | | |
1667 | 1743 | | |
1668 | 1744 | | |
1669 | 1745 | | |
1670 | 1746 | | |
1671 | 1747 | | |
1672 | | - | |
1673 | 1748 | | |
1674 | 1749 | | |
1675 | 1750 | | |
| |||
1837 | 1912 | | |
1838 | 1913 | | |
1839 | 1914 | | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
0 commit comments