diff --git a/changelog.json b/changelog.json index 11a1fbd..289be88 100644 --- a/changelog.json +++ b/changelog.json @@ -6,13 +6,15 @@ "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.", - "Entry form: a narrower left column, State beside the locator, and a new line with County, CQ, ITU and DXCC." + "Entry form: a narrower left column, State beside the locator, and a new line with County, CQ, ITU and DXCC.", + "Station Control: the short and long path headings are repeated under the compass, at a readable size and clickable." ], "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.", - "Saisie : colonne de gauche plus étroite, État à côté du locator, et une nouvelle ligne Comté, CQ, ITU et DXCC." + "Saisie : colonne de gauche plus étroite, État à côté du locator, et une nouvelle ligne Comté, CQ, ITU et DXCC.", + "Contrôle station : les azimuts court et long chemin sont repris sous la boussole, lisibles et cliquables." ] }, { diff --git a/frontend/src/components/StationControlPanel.tsx b/frontend/src/components/StationControlPanel.tsx index 02259d9..c9203c7 100644 --- a/frontend/src/components/StationControlPanel.tsx +++ b/frontend/src/components/StationControlPanel.tsx @@ -77,17 +77,37 @@ function RotatorWidget({ hd, refetch, centerLat, centerLon, bearing, t }: Rotato title={hd.ok ? t('station.online') : t('station.rotatorNoRead')} />