mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
respect start of week setting for charts
This commit is contained in:
@@ -5,9 +5,7 @@ import { computed } from 'vue';
|
||||
import dayjs from 'dayjs';
|
||||
import { formatHumanReadableDuration } from '@/utils/time';
|
||||
import TimeTrackerStartStop from '@/Components/Common/TimeTrackerStartStop.vue';
|
||||
import { getCurrentOrganizationId } from "@/utils/useUser";
|
||||
import { switchOrganization } from "@/utils/useOrganization";
|
||||
import SecondaryButton from "@/Components/SecondaryButton.vue";
|
||||
import { getCurrentOrganizationId } from '@/utils/useUser';
|
||||
const store = useCurrentTimeEntryStore();
|
||||
const { currentTimeEntry, now, isActive } = storeToRefs(store);
|
||||
const { onToggleButtonPress } = store;
|
||||
|
||||
Reference in New Issue
Block a user