Loading frontend/app.mjs +2 −8 Original line number Diff line number Diff line Loading @@ -41,11 +41,5 @@ const AppLayout = { } // Finde das Root-Element im HTML, in das die Mithril-Anwendung gemountet werden soll. const appRoot = document.getElementById("app") if (appRoot) { const appRoot = document.querySelector("body") m.mount(appRoot, AppLayout) } else { console.error( "Root-Element #app nicht gefunden! Die Anwendung kann nicht gestartet werden.", ) } frontend/style.css +0 −5 Original line number Diff line number Diff line Loading @@ -9,11 +9,6 @@ html { line-height: 1.6; } #app { max-width: 100%; margin: 0 auto; } .loading-placeholder, .view-message { /* Kombiniert für Konsistenz */ Loading Loading
frontend/app.mjs +2 −8 Original line number Diff line number Diff line Loading @@ -41,11 +41,5 @@ const AppLayout = { } // Finde das Root-Element im HTML, in das die Mithril-Anwendung gemountet werden soll. const appRoot = document.getElementById("app") if (appRoot) { const appRoot = document.querySelector("body") m.mount(appRoot, AppLayout) } else { console.error( "Root-Element #app nicht gefunden! Die Anwendung kann nicht gestartet werden.", ) }
frontend/style.css +0 −5 Original line number Diff line number Diff line Loading @@ -9,11 +9,6 @@ html { line-height: 1.6; } #app { max-width: 100%; margin: 0 auto; } .loading-placeholder, .view-message { /* Kombiniert für Konsistenz */ Loading