seperate project types, make tag dropdown location configurable, update api client

This commit is contained in:
Gregor Vostrak
2024-08-05 15:02:51 +02:00
parent 04bb8e50a7
commit 10cc5cf42a
9 changed files with 37 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
<script setup lang="ts">
import SelectDropdown from '@/Components/Common/SelectDropdown.vue';
import type { BillableKey } from '@/utils/useProjects';
import Badge from '@/Components/Common/Badge.vue';
import { ChevronDownIcon } from '@heroicons/vue/20/solid';
import type { BillableKey } from '@/types/projects';
const model = defineModel<BillableKey>({
default: 'non-billable',