marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
739 stars 15 forks source link

UX: Don't reset the form if there's an error/problem with pod creation #820

Open jayhemsley opened 2 weeks ago

jayhemsley commented 2 weeks ago

Right now when creating a pod or container, if you misconfigure the pod/volume/network etc you get an error box that pops up as expected with an error message from podman, but when you close out of it the fields are all reset. It would be better UX to just state the error and not clear the fields when the error box is dismissed.