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 -1
View File
@@ -4,7 +4,7 @@
"loading": "Caricamento..."
},
"nav": {
"title": "🏠 Dispensa",
"title": "🏠 EverShelf",
"home": "Home",
"inventory": "Dispensa",
"recipes": "Ricette",