Tobias
9ff70be981
ThemeButton: Make layoutToUse optional so SubtleLink is happy
...
SubtleLink did not provide layoutToUse. And in ThemeButton, it was guarded already ```
if (layout.id === state?.layoutToUse?.id) {
return undefined
}
```
2023-06-15 05:03:52 +02:00
f0b007512b
Chore: run prettier
2023-06-14 20:44:01 +02:00
Tobias
14ae7e3272
Cleanup .bg-red
which does not exist anymore
2023-06-14 15:07:03 +02:00
4606df7d2b
Refactoring: remove obsolete 'Loc'-interface
2023-06-06 00:03:14 +02:00
ab8af30934
Styling: style themebuttons on mobile screen
2023-05-25 10:46:21 +02:00
64e791dbfb
Style: bring index page (and legacy subtle button) in line with the new style
2023-05-22 01:37:02 +02:00
7f1e8d3f9c
Refactoring: overhaul of the visual style with CSS
2023-05-11 02:18:09 +02:00
db6760015f
Fix: use theme.html?layout= instead of layout.html if a local deploy is detected
2023-05-04 23:38:32 +02:00
bef05481bd
Merge develop
2023-04-07 04:36:41 +02:00
41e6a2c760
More refactoring
2023-03-29 17:21:20 +02:00
4849f881e6
chore: formatting
2023-03-09 23:19:49 +01:00
48ef5e37ed
Fix subtle buttons
2023-02-11 15:04:20 +01:00
wjtje
1bf1700bab
Move MoreScreen to svelte
2023-02-08 01:23:06 +01:00