From ed517eb8d30b1d50700e21b99f9300320c4d3e73 Mon Sep 17 00:00:00 2001 From: Gregory Salaun Date: Thu, 13 Aug 2026 11:28:11 +0200 Subject: [PATCH] style(entry): County/CQ/ITU/DXCC above Comment and Note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The looked-up values now sit directly under the geography line they continue — QTH, State, locator, then county and zones — and the free-text fields close the block. Reading order follows what the lookup fills, rather than interleaving it with what the operator types. --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index d919b50..f9e1288 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5949,11 +5949,11 @@ export default function App() { {countryRow}
+ {geoDetailRow}
{commentLine}
{noteLine}
- {geoDetailRow}