From d536baf3b8b2b14c6cd7156a13b10c7b3356e852 Mon Sep 17 00:00:00 2001 From: lashman Date: Tue, 17 Feb 2026 22:57:08 +0200 Subject: [PATCH] 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 @@