Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add real error handling #84

Open
apmwebdev opened this issue Jan 8, 2024 · 0 comments
Open

Add real error handling #84

apmwebdev opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request ui UI-specific issues, often CSS related

Comments

@apmwebdev
Copy link
Owner

Currently, the app doesn't do much with errors except maybe log something to the console. There should be better error handling so that, at the very least, some sort of feedback is presented to the user and the app doesn't just fail silently. Implementing a universal error handler that presents a toast or something would likely be a good idea. There should also be the ability to pass a callback to the error handler for any additional logic that's needed for specific failures in the app.

@apmwebdev apmwebdev added enhancement New feature or request ui UI-specific issues, often CSS related labels Jan 8, 2024
@apmwebdev apmwebdev self-assigned this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui UI-specific issues, often CSS related
Projects
None yet
Development

No branches or pull requests

1 participant