diff --git a/changelog.json b/changelog.json index 2fdb805..7b4927f 100644 --- a/changelog.json +++ b/changelog.json @@ -5,12 +5,14 @@ "en": [ "Cluster: \"Hide worked\" no longer hides a spot that is a new prefix, county, grid or park in an entity already worked.", "DX Cluster: a spot lifetime can be set — 5, 10, 15 minutes or your own value — after which spots leave the list and the band maps.", - "Call lookup: QRZ.com now fills Name with the first name only, and optionally with the operator nickname instead." + "Call lookup: QRZ.com now fills Name with the first name only, and optionally with the operator nickname instead.", + "Entry form: Name, Band, Mode and Country are narrower, and a State field sits between QTH and the locator." ], "fr": [ "Cluster : « Masquer les contactés » ne masque plus un spot qui est un nouveau préfixe, comté, carré ou parc dans une contrée déjà faite.", "Cluster DX : on peut fixer une durée de vie des spots — 5, 10, 15 minutes ou une valeur libre — au-delà de laquelle ils quittent la liste et les band maps.", - "Recherche d indicatif : QRZ.com remplit désormais Nom avec le seul prénom, et au choix avec le surnom de l opérateur." + "Recherche d indicatif : QRZ.com remplit désormais Nom avec le seul prénom, et au choix avec le surnom de l opérateur.", + "Saisie : Nom, Bande, Mode et Pays sont plus étroits, et un champ État s intercale entre QTH et le locator." ] }, { diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a857d06..80cd3c6 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -4439,6 +4439,15 @@ export default function App() { onBlur={() => setQth(titleCase)} /> ); + // State sits between QTH and the locator: it is part of the same "where is + // this station" reading, and it is what several awards key off (WAS, the US + // county work). Narrow — it holds two or three characters. + const stateBlock = ( +