Add theme toggle and styling updates

This commit is contained in:
2026-02-08 18:29:16 +01:00
parent f2bf63676f
commit 2193ecffae
9 changed files with 271 additions and 65 deletions

View File

@@ -48,7 +48,11 @@ const messages = {
'win.shareDownload': 'Pobierz zrzut',
'pwa.installTitle': 'Zainstaluj aplikację i graj offline',
'pwa.installMobile': 'Dodaj do ekranu głównego',
'pwa.installDesktop': 'Zainstaluj na komputerze'
'pwa.installDesktop': 'Zainstaluj na komputerze',
'theme.label': 'Motyw',
'theme.system': 'System',
'theme.light': 'Jasny',
'theme.dark': 'Ciemny'
},
en: {
'app.title': 'Nonograms',
@@ -90,7 +94,11 @@ const messages = {
'win.shareDownload': 'Download screenshot',
'pwa.installTitle': 'Install the app and play offline',
'pwa.installMobile': 'Add to home screen',
'pwa.installDesktop': 'Install on desktop'
'pwa.installDesktop': 'Install on desktop',
'theme.label': 'Theme',
'theme.system': 'System',
'theme.light': 'Light',
'theme.dark': 'Dark'
}
};