From 01987372dc5c3795c7006d22dd846ffdc1d1d4e9 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 27 Feb 2026 18:58:38 +0100 Subject: [PATCH] Merge LocalStorageManager into DataExport component - Combine 'Local Storage' and 'Data & Privacy' into single section - Add info header with transparency messaging - Include browser storage items with individual delete controls - Integrate export functionality (JSON/CSV) - Add request history stats and view button - Implement two danger zones: Clear All Local Data and Delete Account - Reduce bundle size by eliminating duplicate component (-7.42 KB CSS) - Maintain delete account modal with confirmation flow --- src/components/settings/DataExport.vue | 356 +++++++++++++++++++++++-- 1 file changed, 330 insertions(+), 26 deletions(-) diff --git a/src/components/settings/DataExport.vue b/src/components/settings/DataExport.vue index 3e7cd49..66e192f 100644 --- a/src/components/settings/DataExport.vue +++ b/src/components/settings/DataExport.vue @@ -1,6 +1,18 @@