feat: 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 c949a08981
commit e3f7e2f470
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 {