cyclosproject / cyclos4-ui

A modern, simple and intuitive frontend for users of Cyclos
MIT License
43 stars 33 forks source link

Improve confirmation popup error handling #335

Closed tecnomada closed 3 years ago

tecnomada commented 4 years ago

Now if you confirm an action with the confirmation popup and a confirmation password, if the given password is wrong the popup was already closed when the error is thrown and if the connection is slow it could take some time to show it. Maybe a good improvement will be to don't close the popup while the action is being processed and if it fails and the problem is a wrong password, the popup could be not closed and the error could be displayed there.

tecnomada commented 4 years ago

This issue has some difficult to be resolved due to the way we are handling the popups.