add Clients view with card grid, dialogs, and billing details

This commit is contained in:
Your Name
2026-02-17 22:57:08 +02:00
parent 18d4d0edf9
commit 197d1708e1
2 changed files with 338 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, computed, watch, onMounted, onBeforeUnmount, nextTick } from 'vue'
import { ref, computed, onMounted, onBeforeUnmount, nextTick } from 'vue'
import { ChevronDown, Check } from 'lucide-vue-next'
interface Props {