From b53c56d508ae3d8dfe7dd49324fe0a9d7c2b8cb8 Mon Sep 17 00:00:00 2001 From: rouggy Date: Tue, 25 Aug 2026 19:56:19 +0200 Subject: [PATCH] fix(sat): give the satellite field its chevron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been a combobox since it was written, but without showToggle it opens only on a keystroke or ArrowDown — both of which have to be known about first. On screen it is a text box, which is exactly what 'still no dropdown' meant. allowFreeText with it: the list is the station's own, so a bird worked once and never added must still be loggable. --- frontend/src/components/DetailsPanel.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/components/DetailsPanel.tsx b/frontend/src/components/DetailsPanel.tsx index 754c1ab..0911f22 100644 --- a/frontend/src/components/DetailsPanel.tsx +++ b/frontend/src/components/DetailsPanel.tsx @@ -489,10 +489,17 @@ export function DetailsPanel({ callsign, prefix, operatorGrid, remoteGrid, qth, remembered spelling beats a fresh one every pass — but a bird worked once and never added to the list must not be impossible to log. */} + {/* showToggle: without the chevron this control is a text box that + happens to open on a keystroke, which nobody discovers — and + is exactly what "there is still no dropdown" meant. + allowFreeText: the list is the station's own, so a bird + worked once and never added to it must still be loggable. */} onChange({ sat_name: v })} />