feat: Update Notification system and UI refinements (v1.0.7)

This commit is contained in:
Psychotoxical
2026-03-13 19:31:44 +01:00
parent 85823ff4c4
commit 5528123193
8 changed files with 154 additions and 13 deletions
+8 -2
View File
@@ -18,7 +18,10 @@ const enTranslation = {
settings: 'Settings',
help: 'Help',
expand: 'Expand Sidebar',
collapse: 'Collapse Sidebar'
collapse: 'Collapse Sidebar',
updateAvailable: 'Update available',
updateReady: '{{version}} is ready',
updateLink: 'Go to release →'
},
home: {
starred: 'Personal Favorites',
@@ -372,7 +375,10 @@ const deTranslation = {
settings: 'Einstellungen',
help: 'Hilfe',
expand: 'Sidebar einblenden',
collapse: 'Sidebar ausblenden'
collapse: 'Sidebar ausblenden',
updateAvailable: 'Update verfügbar',
updateReady: '{{version}} ist bereit',
updateLink: 'Zum Release →'
},
home: {
starred: 'Persönliche Favoriten',