improve timetracker on mobile; fix select all checkbox with 0 time

entries; add minimal padding to mobile dialogs
This commit is contained in:
Gregor Vostrak
2026-02-12 17:06:20 +01:00
parent 6f207a4926
commit 0e63ecb520
3 changed files with 11 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ const showMassUpdateModal = ref(false);
">
<Checkbox
id="selectAll"
:checked="allSelected"
:checked="allSelected && selectedTimeEntries.length > 0"
@update:checked="allSelected ? emit('unselectAll') : emit('selectAll')">
</Checkbox>
<FieldLabel