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: Replace Console Logs and Errors with Snackbar Messages #110

Open berntpopp opened 7 months ago

berntpopp commented 7 months ago

Description

The current codebase uses console.log and console.error for logging and error messages. For a better user experience and to maintain consistency across the application, these should be replaced with snackbar messages.

Task List

Acceptance Criteria