Move tabs and TabBar into UI package

This commit is contained in:
Gregor Vostrak
2026-03-23 17:25:26 +01:00
parent 5c6d84dc38
commit c19a0f9acc
35 changed files with 103 additions and 25 deletions

View File

@@ -58,6 +58,7 @@ const props = withDefaults(
emptyPlaceholder?: string;
allowReset?: boolean;
enableEstimatedTime: boolean;
organizationBillableRate: number | null;
canCreateProject: boolean;
class?: string;
variant?: 'input' | 'ghost' | 'outline';
@@ -660,6 +661,7 @@ const showCreateProject = ref(false);
v-model:show="showCreateProject"
:create-client
:enable-estimated-time="enableEstimatedTime"
:organization-billable-rate="organizationBillableRate"
:currency="currency"
:clients="clients"
:create-project></ProjectCreateModal>