feat: add shared overview and harden frontend session state (#407)

This commit is contained in:
Daniel Volz
2026-03-10 06:26:03 +01:00
committed by GitHub
parent 733fe2f38a
commit 105eb7bc0d
37 changed files with 3281 additions and 1138 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ export function SchedulePage() {
<div className="card-head">
<h2>{t("dashboard.schedules.title")}</h2>
<select
className="schedule-days-select"
className="select-field schedule-days-select"
value={scheduleDays}
onChange={(e) => {
const val = Number(e.target.value);