threema-web icon indicating copy to clipboard operation
threema-web copied to clipboard

Handle errors consistently

Open lgrahl opened this issue 5 years ago • 1 comments

At the moment, we sometimes use an alert and sometimes use the notification bar at the bottom. I'm not entirely sure we use both consistently. At least, we should define what to use for which error case.

lgrahl avatar Sep 25 '18 14:09 lgrahl

With "alert" you mean a dialog box, and not an actual alert(), right?

The differentiation should probably be the same as on Android: Use a dialog when it's important that the user sees and confirms the issue, use the toast notification if it's a mere FYI.

dbrgn avatar Oct 03 '18 13:10 dbrgn