Need form input validations on create page. #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
As the title states. The creation wizard does not have input validation to ensure the form is complete before submission. This will be important to prevent extra strain on the backend and DB.
This will be marked complete when #7 is merged into master.
PR contains UI validation. It is "eager" and will prompt with red errors even before the user submits the form. Which I am not a fan of. But for now, it's fine.