diff --git a/dashboard/src/components/ConfigModal.jsx b/dashboard/src/components/ConfigModal.jsx index 57a102a..8db284c 100644 --- a/dashboard/src/components/ConfigModal.jsx +++ b/dashboard/src/components/ConfigModal.jsx @@ -273,19 +273,21 @@ export default function ConfigModal({ onClose, currentUserId = null }) { return ( <> -
-
+
+
{/* Header */} -
+

Settings

Admin
- +
-
-
+
+
-
+
{/* Error banner */} {saveError && (
@@ -385,7 +387,7 @@ export default function ConfigModal({ onClose, currentUserId = null }) {

Manually set avg minutes per test type. Leave blank to use calculated average from completed tests.

-
+
{AVG_FIELDS.map(({ key, label }) => (
@@ -555,17 +557,17 @@ export default function ConfigModal({ onClose, currentUserId = null }) {
{/* Footer */} -
+
{activeTab === 'general' ? ( <> - -
+
+ -
)}
diff --git a/server/data/dashboard.db b/server/data/dashboard.db index 659e622..633f14c 100644 Binary files a/server/data/dashboard.db and b/server/data/dashboard.db differ diff --git a/server/data/dashboard.db-shm b/server/data/dashboard.db-shm deleted file mode 100644 index 3917a73..0000000 Binary files a/server/data/dashboard.db-shm and /dev/null differ diff --git a/server/data/dashboard.db-wal b/server/data/dashboard.db-wal deleted file mode 100644 index df9ffcd..0000000 Binary files a/server/data/dashboard.db-wal and /dev/null differ