fix: restore app.js after sed truncation, update nav title to EverShelf

- Recover app.js from pre-rebrand commit and re-apply all substitutions safely
- Fix all localStorage keys: dispensa_* -> evershelf_* (settings, setup, lang)
- Fix TTS test strings: 'Dispensa Manager' -> 'EverShelf'
- Set nav.title to EverShelf in it/en/de translations and HTML fallback
- Fix JS syntax error (Unexpected end of input) that broke the site
- CI JavaScript Lint should now pass
This commit is contained in:
dadaloop82
2026-04-13 10:14:40 +00:00
parent 20f734d54a
commit c52a91e779
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -172,6 +172,7 @@ function changeLanguage(lang) {
if (lang === _currentLang) return;
localStorage.setItem('evershelf_lang', lang);
location.reload();
}
const LOCATIONS = {
'dispensa': { icon: '🗄️', label: 'Dispensa' },