Mobile compatibility, and removed unnecessary settings

This commit is contained in:
marijo 2026-06-09 11:04:13 +00:00
parent 098844ef7b
commit 57463e3865
4 changed files with 88 additions and 29 deletions

View file

@ -120,10 +120,7 @@
<label>FF deadline month<input id="feriefridage_expiry_month" type="number" step="1" min="1" max="12"></label>
<label>MonThu hours<input id="normal_day_hours" type="number" step="0.25"></label>
<label>Friday hours<input id="friday_hours" type="number" step="0.25"></label>
<label>Start vacation balance<input id="opening_vacation_days" type="number" step="0.01"></label>
<label>Start feriefridage balance<input id="opening_feriefridage_days" type="number" step="0.01"></label>
<label>Start FLEX hours<input id="opening_flex_hours" type="number" step="0.25"></label>
<p class="full help-text">Start balances are the balances before the first shown month. Monthly vacation, feriefridage, and FLEX balances are edited directly in the planner table.</p>
<p class="full help-text">Monthly vacation, feriefridage, and FLEX balances are edited directly in the planner table. Clear a value to return to the calculated balance.</p>
<div class="actions full">
<button type="submit">Save settings</button>
</div>