mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Replace fullcalendar calendar header with custom toolbar
This commit is contained in:
@@ -44,7 +44,7 @@ const isRunningInDifferentOrganization = computed(() => {
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-text-secondary font-medium text-xs">Current Timer</div>
|
||||
<div class="text-text-primary font-medium text-lg">
|
||||
<div class="text-text-primary font-medium text-base">
|
||||
{{ currentTime }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -157,7 +157,7 @@ const { tags } = useTagsQuery();
|
||||
:tags
|
||||
:clients></TimeEntryCreateModal>
|
||||
<CardTitle title="Time Tracker" :icon="ClockIcon"></CardTitle>
|
||||
<div class="relative pt-1">
|
||||
<div class="relative pt-1.5">
|
||||
<TimeTrackerRunningInDifferentOrganizationOverlay
|
||||
v-if="isRunningInDifferentOrganization"
|
||||
@switch-organization="
|
||||
|
||||
Reference in New Issue
Block a user