From 3ed643e07247fa4d810aa49a4983257a5a219a6a Mon Sep 17 00:00:00 2001 From: rouggy Date: Fri, 28 Aug 2026 22:15:53 +0200 Subject: [PATCH] style(settings): tidy the General panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per review: the panel-wide 'saved instantly' hint goes; the date-format picker loses its embedded sample line (kept as the buttons' tooltip) so the row is one line tall; the IARU region moves up under the date format, before the themes; and the parentheticals after Distances-in-miles, Check-updates and the telemetry opt-out go. The telemetry and ClubLog explanations survive as tooltips — an opt-out about data leaving the machine, and an option changing how entities resolve, should still say what they do somewhere. --- frontend/src/components/SettingsModal.tsx | 56 ++++++++++------------- 1 file changed, 25 insertions(+), 31 deletions(-) diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 4a4816b..1b7f4c3 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -690,8 +690,7 @@ function TelemetryToggle() { ); } @@ -7149,7 +7148,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged const { lang, setLang, t } = useI18n(); return ( <> - +
@@ -7177,15 +7176,33 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged ['us', t('gen.dateUS'), '07-30-2026 14:25']] as [DateFormat, string, string][]).map(([code, label, sample]) => ( ))}
+
+ {/* The IARU region drives the band edges and mode segments the band + maps draw — Region 2's 40 m runs to 7300, Region 1's stops at + 7200 — and nothing else: spots and logging are region-blind. */} + + + {t('gen.iaruHint')} +
+ -
- {/* The IARU region drives the band edges and mode segments the band - maps draw — Region 2's 40 m runs to 7300, Region 1's stops at - 7200 — and nothing else: spots and logging are region-blind. */} - {t('gen.iaruRegion')} - - {t('gen.iaruHint')} -
@@ -7331,12 +7330,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged }} className="mt-0.5" /> - - {t('gen.clubUse')} - - {t('gen.clubDesc')} - - + {t('gen.clubUse')}