mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
move time entry mass updates to ui package and remove its dependencies
This commit is contained in:
@@ -24,6 +24,7 @@ import type {
|
||||
import TimeTrackerRunningInDifferentOrganizationOverlay from '@/packages/ui/src/TimeTracker/TimeTrackerRunningInDifferentOrganizationOverlay.vue';
|
||||
import { useClientsStore } from '@/utils/useClients';
|
||||
import { getOrganizationCurrencyString } from '@/utils/money';
|
||||
import { isAllowedToPerformPremiumAction } from '@/utils/billing';
|
||||
|
||||
const page = usePage<{
|
||||
auth: {
|
||||
@@ -111,6 +112,7 @@ const { tags } = storeToRefs(useTagsStore());
|
||||
|
||||
<TimeTrackerControls
|
||||
:createProject
|
||||
:enableEstimatedTime="isAllowedToPerformPremiumAction()"
|
||||
:createClient
|
||||
:clients
|
||||
:tags
|
||||
|
||||
Reference in New Issue
Block a user