From 06868e9ed1124d6e45fa558a15b834d95b6166ea Mon Sep 17 00:00:00 2001 From: rouggy Date: Fri, 28 Aug 2026 22:20:31 +0200 Subject: [PATCH] style(settings): three more explanations off the General panel The SCP paragraph, the digital-grouping parenthetical and the IARU region hint all move into tooltips on their own controls. --- frontend/src/components/SettingsModal.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 1b7f4c3..061538c 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -6778,7 +6778,7 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged useLocalLogbook(); // SQLite → default logbook file (clears any per-profile path) }} > - + {t('db.optSqlite')} {t('db.optMysql')} @@ -7200,7 +7200,6 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged {t('gen.iaruR3')} - {t('gen.iaruHint')} @@ -7224,11 +7223,10 @@ function SettingsModalImpl({ onClose, onSaved, initialSection, onMainPaneChanged {/* Super Check Partial / N+1 — downloads the community MASTER.SCP list and shows a two-column callsign helper (partial matches + one-edit calls). */}
-