From 4081e039709ea1e88a8644f1efdb6d43b8958477 Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Fri, 16 Jan 2026 20:32:39 +0100 Subject: [PATCH] fix(ui): improve Export/Import section layout (#24) * fix(ui): improve Export/Import section layout and styling - Redesign as two-column card layout with icons - Remove CAPSLOCK from labels - Add proper descriptions for export and import sections - Improve checkbox and button styling - Make responsive for mobile * fix(ui): clean up Export/Import section design - Remove ugly folder icons - Replace hint text box with info tooltip on title - Cleaner h3 styling with uppercase letters - Better visual hierarchy --- frontend/src/App.tsx | 43 +++++++----------- frontend/src/i18n/de.json | 12 +++-- frontend/src/i18n/en.json | 12 +++-- frontend/src/styles.css | 94 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 127 insertions(+), 34 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ebe98cc..1c796a9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -2412,15 +2412,18 @@ function AppContent() { {/* Export/Import Section */}
-

{t('exportImport.title')}

+

+ {t('exportImport.title')} + +

-

{t('exportImport.description')}

- - {/* Export */} -
-
-