Commit Graph

5 Commits

Author SHA1 Message Date
Nathan Vasse
1b049f5b03 🧪(react) fix Toast flacky test
This tests was sometimes failing due to this really low duration of
the Toast.
2024-01-08 16:34:43 +01:00
Nathan Vasse
cef284b6ab 💄(react) update Alert and Toast icons
For aesthetic reasons we decided to use the circled versions of
icons.
2024-01-08 15:49:34 +01:00
Nathan Vasse
540cdc6896 💄(react) update Alert and Toast icon size
We realized that even if the Figma sketches indicates that the icons
are 16px in reality the rendered DOM was not visualy matching the
sketches. We needs 19px to match the sketches.
2024-01-08 15:49:34 +01:00
Nathan Vasse
692b4a817d 📝(react) add Toast doc
With various examples and how-to guides.
2024-01-05 16:38:09 +01:00
Nathan Vasse
132b676ff7 (react) add Toast component
This component allows to create dynamic Toast appearing at the bottom
of the screen for few seconds.
2024-01-05 16:38:09 +01:00