JulianFP / project-W-frontend

This is the frontend for the project W flask backend written in Svelte
Other
2 stars 0 forks source link

Add "dismiss all" button for alerts #13

Open JulianFP opened 1 month ago

JulianFP commented 1 month ago

If a user adds multiple jobs at once or even in just light usage the alerts begin to stack up quickly and it is annoying to dismiss them all one by one. A button to dismiss them all at once would be nice.

dokempf commented 1 month ago

In another project, I implemented a "timed" alert that automatically closes once a timer has run down. Maybe that would also be an option to decrease alert annoyance. https://github.com/ssciwr/similarity-webservice/blob/main/frontend/src/components/TimedAlert.svelte

JulianFP commented 4 weeks ago

Depends on #19 now. Some of the alerts can be quite important, the solution in that issue would make it so that the user has as much time as they want to read and understand error messages or even make screenshots of them to submit bug reports.