From 433b62e31d8718bf146a1493247bcc86012c2d9f Mon Sep 17 00:00:00 2001 From: John Leider Date: Mon, 20 Jul 2026 11:26:05 -0500 Subject: [PATCH] refactor(collapsible): rewrite DkCollapsible on v0 Collapsible Replace the native
hand-roll with the Collapsible compound (Root / Activator / Cue / Content). Keeps the same activator slot and theme tokens; open state is local via defineModel (default true). --- src/components/DkCollapsible.vue | 68 +++++++++++++++++--------------- src/pages/DashboardPage.vue | 1 - 2 files changed, 36 insertions(+), 33 deletions(-) diff --git a/src/components/DkCollapsible.vue b/src/components/DkCollapsible.vue index cb9664a..d7c8ed2 100644 --- a/src/components/DkCollapsible.vue +++ b/src/components/DkCollapsible.vue @@ -1,34 +1,36 @@ diff --git a/src/pages/DashboardPage.vue b/src/pages/DashboardPage.vue index 88bd8f1..7287120 100644 --- a/src/pages/DashboardPage.vue +++ b/src/pages/DashboardPage.vue @@ -90,7 +90,6 @@