Conditionally show cost column in report tables; Task/Project Modal

Field cleanup; improve estimated time UX
This commit is contained in:
Gregor Vostrak
2026-02-11 17:09:32 +01:00
parent 2d9f33387e
commit c78c681ec4
18 changed files with 664 additions and 266 deletions

View File

@@ -13,6 +13,7 @@ const props = defineProps<{
name: string;
focus?: boolean;
currency: string;
disabled?: boolean;
}>();
const model = defineModel<number | null>({
@@ -33,6 +34,7 @@ function formatValue(modelValue: number | null) {
:id="name"
ref="billableRateInput"
:model-value="formatValue(model)"
:disabled="disabled"
:step-snapping="false"
class="block w-full"
:format-options="{