Add splash screen backdrop to login page

This commit is contained in:
Bill Thornton
2025-04-15 12:38:50 -04:00
parent eb3c245a67
commit 3898793df9
6 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ function renderBackdrop(page, item) {
// If backdrops are disabled, but the header banner is enabled, add a class to the page to disable the transparency
page.classList.toggle('noBackdropTransparency', isBannerEnabled && !userSettings.enableBackdrops());
setBackdrops([item], null, null, isBannerEnabled);
setBackdrops([item], null, isBannerEnabled);
} else {
clearBackdrop();
}
+1 -1
View File
@@ -1,4 +1,4 @@
<div id="loginPage" data-role="page" class="page standalonePage" data-backbutton="false">
<div id="loginPage" data-role="page" class="page standalonePage backdropPage" data-backbutton="false" data-backdroptype="splashscreen">
<div class="padded-left padded-right padded-bottom-page margin-auto-y">
<form class="manualLoginForm margin-auto-x hide">
<div class="padded-left padded-right flex align-items-center justify-content-center">