From b3ea60b7fa30107fb51abf3657a2f2d923676abe Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 27 Feb 2026 18:52:38 +0100 Subject: [PATCH] Add reusable DangerZoneAction component for settings - Create boxed danger zone component with red-tinted background - Props: title, description, buttonText - Consistent styling with border and hover effects - Mobile-responsive padding and layout --- src/components/settings/DangerZoneAction.vue | 72 ++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/components/settings/DangerZoneAction.vue diff --git a/src/components/settings/DangerZoneAction.vue b/src/components/settings/DangerZoneAction.vue new file mode 100644 index 0000000..a3afde2 --- /dev/null +++ b/src/components/settings/DangerZoneAction.vue @@ -0,0 +1,72 @@ + + + + +