From 258b1ef1266b5af7555eb62b7ded01c47774aa18 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 27 Feb 2026 17:16:38 +0100 Subject: [PATCH] Add data export and account management component - Export user data in JSON or CSV format - Display request statistics with mini stat cards - View full request history button - Account deletion with confirmation modal - Warning for permanent actions with DELETE confirmation - Compact styling consistent with settings page design --- src/components/settings/DataExport.vue | 553 +++++++++++++++++++++++++ 1 file changed, 553 insertions(+) create mode 100644 src/components/settings/DataExport.vue diff --git a/src/components/settings/DataExport.vue b/src/components/settings/DataExport.vue new file mode 100644 index 0000000..3e7cd49 --- /dev/null +++ b/src/components/settings/DataExport.vue @@ -0,0 +1,553 @@ + + + + +