Start UI Change

This commit is contained in:
2026-03-21 21:13:22 +01:00
parent cfd84b773f
commit b009ac845f
65 changed files with 2837 additions and 2114 deletions

View File

@@ -247,7 +247,7 @@ const addPhase = () => {
{{ button.label }}
</UButton>
<UModal v-model="openQuickActionModal">
<UModal v-model:open="openQuickActionModal">
<UCard>
<div class="flex items-center justify-between">
<h3 class="text-base font-semibold leading-6 text-gray-900 dark:text-white">
@@ -301,4 +301,4 @@ const addPhase = () => {
<style scoped>
</style>
</style>

View File

@@ -88,7 +88,7 @@ const filteredRows = computed(() => {
<UTable
:rows="filteredRows"
:columns="columns"
:columns="normalizeTableColumns(columns)"
class="w-full"
:ui="{ divide: 'divide-gray-200 dark:divide-gray-800' }"
@select="(i) => router.push(`/projecttypes/show/${i.id}`) "
@@ -104,4 +104,4 @@ const filteredRows = computed(() => {
<style scoped>
</style>
</style>