diff --git a/changelog.json b/changelog.json index 51f9bc9..cd001e4 100644 --- a/changelog.json +++ b/changelog.json @@ -4,11 +4,13 @@ "date": "2026-07-24", "en": [ "Fixed the colour theme sometimes reverting to the default when reopening OpsLog — it's now restored reliably.", - "ADIF export field picker: the per-group All / None buttons work again." + "ADIF export field picker: the per-group All / None buttons work again.", + "Station Control: cards now pack tightly into balanced columns instead of leaving big gaps under shorter panels — a cleaner, more even dashboard." ], "fr": [ "Correction du thème qui revenait parfois au défaut à la réouverture d'OpsLog — il est maintenant restauré de façon fiable.", - "Sélecteur de champs à l'export ADIF : les boutons Tout / Aucun par groupe refonctionnent." + "Sélecteur de champs à l'export ADIF : les boutons Tout / Aucun par groupe refonctionnent.", + "Station Control : les cartes se rangent en colonnes équilibrées et se tassent au lieu de laisser de gros trous sous les panneaux plus courts — tableau de bord plus propre et régulier." ] }, { diff --git a/frontend/src/components/StationControlPanel.tsx b/frontend/src/components/StationControlPanel.tsx index b4bb39c..94b19ae 100644 --- a/frontend/src/components/StationControlPanel.tsx +++ b/frontend/src/components/StationControlPanel.tsx @@ -442,14 +442,15 @@ export function StationControlPanel({ centerLat, centerLon, bearing }: RotatorPr )} - {/* Dashboard of FIXED-WIDTH cards that wrap. "Auto" fills the window; a fixed - column count caps the container width so cards wrap onto more lines. Each - card has a grip handle (left rail) as the drag initiator (the card body is - full of buttons, so dragging the whole card was unreliable). */} -