-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
About
Currently, the GCS has a prototype that spawns alert toasts for specific warnings and errors. What's missing is integration with the backend.
You will likely be working with the files in src-tauri/src/telemetry.
You do not need to worry about the issue with page refreshes that I mentioned in the documentation unless I provide further notice:
MISSING: Toasts do not persist through page refreshes. This can be added when this component is integrated with the backend.
UPDATE: Also, keep placeholder buttons that spawn toasts as a test/debug tool. If you have time, please also make it so that the button's div doesn't cover other UI elements.
Tasks
- Change name of Error Toast -> Alert Toast for all instances.
- Integrate the backend with the alert toasts.
- Update documentation accordingly with your changes.
- Reduce ErrorToast's div so that it does not cover other UI elements.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress