move transfer button, hide delete button better
All checks were successful
Release / meta (push) Successful in 28s
Release / linux-build (push) Successful in 54s
Release / web-build (push) Successful in 4m48s
Release / android-build (push) Successful in 15m12s
Release / release-master (push) Successful in 31s
Release / release-dev (push) Successful in 34s

This commit is contained in:
2026-01-06 12:04:34 +00:00
parent 06bed86a49
commit 5b94ab263b
2 changed files with 86 additions and 51 deletions

View File

@@ -472,7 +472,7 @@ extension DataServiceTraction on DataService {
}) async {
try {
await api.post('/loco/alloc/transfer', {
'loco_id': fromLocoId,
'from_loco_id': fromLocoId,
'to_loco_id': toLocoId,
});
} catch (e) {