feat: Implement settings loading skeleton and enhance UI elements

This commit is contained in:
Jokob @NetAlertX
2026-06-20 00:40:01 +00:00
parent a9b2f4b256
commit 8cb466e722
8 changed files with 338 additions and 26 deletions

View File

@@ -512,6 +512,9 @@
border: 1px solid #353c42;
color: #bec5cb;
}
#settingsPage .panel-heading:hover {
background-color: #272c30;
}
.box.box-solid.box-info,
.box.box-solid.box-info > .box-header {
color: #bec5cb;
@@ -731,4 +734,14 @@
font-family: 'Courier New', monospace;
font-size: .85em;
cursor: pointer;
}
}
/* Settings skeleton - dark theme */
:root {
--skel-base: #2e3540;
--skel-shine: #3d4555;
--skel-section: #252c38;
--skel-panel-bg: #1e242e;
--skel-border: #2a323e;
--skel-bg: #353c42;
}