halbritter-lab / gene-curator

Gene Curator is an open-source platform for managing and curating genetic data. It facilitates gene data analysis, entry, and reporting, serving genetics researchers with tools for efficient data handling.
MIT License
5 stars 1 forks source link

Feature request: Unify messages in one component #76

Closed berntpopp closed 7 months ago

berntpopp commented 7 months ago

Currently the ErrorDialog uses v-dialog, but othe components use v-snackbar for messages. Unify these messages into one component, ideally using snackbars and colors for inicating success or error.

berntpopp commented 7 months ago

relates to #74