From e3f7e2f47044d97f05140f9090d9d01e60f38bce Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Feb 2026 22:57:08 +0200 Subject: [PATCH] feat: add Clients view with card grid, dialogs, and billing details --- src/components/AppSelect.vue | 2 +- src/views/Clients.vue | 337 +++++++++++++++++++++++++++++++++++ 2 files changed, 338 insertions(+), 1 deletion(-) create mode 100644 src/views/Clients.vue diff --git a/src/components/AppSelect.vue b/src/components/AppSelect.vue index 48af91c..f19a951 100644 --- a/src/components/AppSelect.vue +++ b/src/components/AppSelect.vue @@ -1,5 +1,5 @@