refactor: download wizard details form #163
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:stricted-imei"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolves #165
53cc032ca2
to48b7f0bfef
feat: stricted imei checkingto WIP: feat: stricted imei checking48b7f0bfef
to598c45bd60
598c45bd60
to81d1fb2b70
81d1fb2b70
to0b80eb1262
0b80eb1262
to1743e20fdc
WIP: feat: stricted imei checkingto WIP: feat: stricted download wizard details checkingWIP: feat: stricted download wizard details checkingto feat: stricted download wizard details checkingfeat: stricted download wizard details checkingto feat: stricted download wizard details form checkingfeat: stricted download wizard details form checkingto refactor: download wizard details formI don't see a point validating input manually especially since (1) FQDN validation is handled well by a regex; and (2) any error here results in failure whose reason we now display explicitly. Assuming confirmation code is "mostly" numbers also seems weird to me and I don't see why we have to add a button to switch between number / letters.
I'm also not a fan of how the validation is implemented here. If anything they should live in utils, not as part of UI code. And it seems to me that doing this type of validation manually is error prone and I'd rather just leave it to the servers.
Pull request closed