From a2e410252ab0be9a65160d5be746f3eb6b623430 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 9 Oct 2025 17:26:13 +0100 Subject: [PATCH] refactor: condense cache settings to single line - Combine all cache settings into one horizontal line - Shorten 'Cache images for offline viewing' to 'Cache images' - Shorten 'Max cache size (MB):' to 'Max (MB):' - Simplify current stats display with parentheses - Use flexbox with wrap for responsive layout --- .../Settings/OfflineModeSettings.tsx | 114 +++++++++--------- 1 file changed, 56 insertions(+), 58 deletions(-) diff --git a/src/components/Settings/OfflineModeSettings.tsx b/src/components/Settings/OfflineModeSettings.tsx index 7756241d..c6739021 100644 --- a/src/components/Settings/OfflineModeSettings.tsx +++ b/src/components/Settings/OfflineModeSettings.tsx @@ -64,8 +64,8 @@ const OfflineModeSettings: React.FC = ({ settings, onU -
-