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
This pull request introduces a new alert system to provide user feedback
across various components. The changes include the addition of an
`AlertManager` class, new alert messages, and the integration of alerts
into existing functionalities.
Key changes:
### Introduction of Alert System:
*
[`src/graphics/renderables/alert_manager.ts`](diffhunk://#diff-fd1a555a03e7967c9ee25646492276930d53e717b2afa03416a951f9b41a48a4R1-R60):
Added `AlertManager` class and `AlertType` enum to manage and display
alerts.
*
[`src/utils/constants/alert_constants.ts`](diffhunk://#diff-eb40c98ea3835dbb2ac2f0e377bdaf16ab581142e74f7d24ecb4e87608ba36b1R1-R16):
Defined constant alert messages for various scenarios.
*
[`src/styles/alert.css`](diffhunk://#diff-dda8bc7a5a268e288d796962edb5124a791c788e8a2e6cb6d84d66946d9f2253R1-R63):
Added CSS styles for alert messages.



---------
Co-authored-by: Tomás Grüner <[email protected]>
0 commit comments