ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
631 stars 116 forks source link

Define and design error handling UX #1362

Closed d-loose closed 4 weeks ago

d-loose commented 1 year ago

We need to define how/if errors are presented to the user. The most common case we need to handle is the failure of a user-initiated action (i.e. error during installation/refresh/removal - can happen e.g. because there's already another action in progress, or for various other reasons like network failure).

Maybe a simple modal dialog (like here: https://github.com/canonical/firmware-updater/pull/101) is enough for now?

anasereijo commented 4 weeks ago

closing as I believe we covered all this in the recent work. @d-loose pls let me know if that's not the case.