WIP: feat(webui): Themes dropdown menu #2093

Closed
Animan8000 wants to merge 13 commits from (deleted):theme into main
Showing only changes of commit 437b81e522 - Show all commits

View File

@ -1,6 +1,5 @@
let loginOrRegisterPending = false;
window.registerSubmit = false;
document.documentElement.setAttribute("data-bs-theme", localStorage.getItem("theme") || "dark");
function doLogin() {
if (loginOrRegisterPending) {