fix: alignement of fields in QSO entry

This commit is contained in:
2026-06-21 15:14:56 +02:00
parent cde0add5e0
commit 8b7c42ec9b
+2
View File
@@ -1661,6 +1661,8 @@ export default function App() {
};
applyAwardRefs(payload, details.award_refs ?? '', awardFieldRef.current);
await AddQSO(payload);
// Same green toast as a QSL upload, so the op gets visual confirmation.
showToast(`QSO logged — ${payload.callsign}${band ? ` · ${band}` : ''}${mode ? ` ${mode}` : ''}`);
resetEntry(); // clears the call AND the Worked-before matrix
callsignRef.current?.focus(); // return focus to the call field, wherever it was (e.g. Name)
await refresh();