Integrazione Liturgia: accordioni, navigazione date, proxy CORS, alto contrasto e piano AI

This commit is contained in:
David Frassi
2026-05-16 18:50:15 +02:00
parent ff992daa58
commit 9982441c3c
11 changed files with 732 additions and 2 deletions
+3
View File
@@ -35,10 +35,13 @@ export class SettingsService {
this.fullscreenMode.set(savedFullscreen === 'true');
}
/*
const savedEditor = localStorage.getItem('show-editor');
if (savedEditor !== null) {
this.showEditor.set(savedEditor === 'true');
}
*/
this.showEditor.set(false); // Funzione temporaneamente disabilitata
const savedAutoAdvance = localStorage.getItem('auto-advance');
if (savedAutoAdvance !== null) {