mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 02:02:15 +01:00
improve timetracker on mobile; fix select all checkbox with 0 time
entries; add minimal padding to mobile dialogs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user