GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
205 stars 61 forks source link

De-duplicate snackbar messages #4532

Closed cmdcolin closed 1 month ago

cmdcolin commented 1 month ago

sometimes a (admittedly buggy...) user interface action can create a 'storm' of snackbar events. similar to putting alert('stuff') in a loop. this proposes to de-duplicate these messages

alternative systems that could be considered: a 'dismiss all' button on the snackbar