You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To standardize messages from the API to the UI, we need a reusable API response structure the UI can consume to show alert modals, toasts, etc when UI components are interacting with the UI
Notes
This could be used to warn users of a destructive action or possible conflicts in the database.
Acceptance Criteria
Define a structure for alerts to be consumed
Create a UI hook and component that can open and show the alert to the users
Place the alert component in the root of the app structure or layout so it is consistent and predictable across all pages
Add alert hook to async api calls to intercept any responses that fit the alert structure to open the alert component
The text was updated successfully, but these errors were encountered:
To standardize messages from the API to the UI, we need a reusable API response structure the UI can consume to show alert modals, toasts, etc when UI components are interacting with the UI
Notes
Acceptance Criteria
The text was updated successfully, but these errors were encountered: