geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Reduce amount of popup-windows #12

Closed stveit closed 3 years ago

stveit commented 3 years ago

Currently when trying to download a config file for a profile after choosing either a profile or an institution with only one profile, a messagebox pop ups. Might be prettier/better to have the message show up inside the window/page itself

pbsds commented 3 years ago

Exception messages should be shown in the ui as a separate page

stveit commented 3 years ago
github-issue

example

jornane commented 3 years ago

Exception messages can still be separate windows. I think it's better to have them as separate windows even since they indicate that something is out of the ordinary.

What we definitely needed to get rid of was multiple dialog windows after each other. After closing a dialog window (no matter how) you must be back in the application. We're here now, so closing this issue.