WebUI: Import doesn't directly tell whether an import has failed #2996
Reference in New Issue
Block a user
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?
There's a couple of issues I've been noticing with Import (more about that in other Issues), one being the following:
If the user does a mistake like:
(basically missing the extra curly bracket at the very beginning and very end)
and imports it, there's nothing that even indicates that this has failed. On other parts of the WebUI e.g. Add Item: if you do a mistake there, then the thing is marked red, but here at Import there's nothing that directly indicates that something has went wrong with the import itself and that could become confusing for someone who uses it for the first time and blindly makes a mistake.