fix: alignement of fields in QSO entry
This commit is contained in:
@@ -1661,6 +1661,8 @@ export default function App() {
|
|||||||
};
|
};
|
||||||
applyAwardRefs(payload, details.award_refs ?? '', awardFieldRef.current);
|
applyAwardRefs(payload, details.award_refs ?? '', awardFieldRef.current);
|
||||||
await AddQSO(payload);
|
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
|
resetEntry(); // clears the call AND the Worked-before matrix
|
||||||
callsignRef.current?.focus(); // return focus to the call field, wherever it was (e.g. Name)
|
callsignRef.current?.focus(); // return focus to the call field, wherever it was (e.g. Name)
|
||||||
await refresh();
|
await refresh();
|
||||||
|
|||||||
Reference in New Issue
Block a user