change color palette, change user_id to member_id

This commit is contained in:
Gregor Vostrak
2024-05-21 01:53:50 +02:00
parent 68ecc1227d
commit 8b12dec546
51 changed files with 836 additions and 388 deletions

View File

@@ -6,6 +6,10 @@ import {
getOrganizationCurrencySymbol,
} from '../../utils/money';
defineProps<{
name: string;
}>();
const model = defineModel({
default: null,
type: Number,
@@ -51,13 +55,14 @@ function formatCents(modelValue: number) {
<template>
<div class="relative">
<TextInput
id="projectMemberRate"
:id="name"
ref="projectMemberRateInput"
:modelValue="formatCents(model)"
@blur="updateRate($event.target.value)"
type="text"
:name="name"
placeholder="Billable Rate"
class="mt-1 block w-full"
class="mt-2 block w-full"
autocomplete="teamMemberRate" />
<span>
<div