about summary refs log tree commit diff
path: root/src/components/Toast
Commit message (Collapse)AuthorAgeFilesLines
* Toast tweaks (#8791)Eric Bailey2025-08-072-14/+54
| | | | | | | | | * Tweak colors * Fix e2e * Color tweaks * Fix alignment
* [APP-1365]: Ensure toast text meets a11y guidelines (#8779)Anastasiya Uraleva2025-08-061-98/+22
| | | | | | | | | * update: toast colors for accessibility * update: toast color codes from figma * condense the colors to remove select calls that are unecessary * remove unused select
* Tweak accessibility label (#8767)surfdude292025-08-041-1/+6
| | | | | | | * tweak accessibility label * change `alert` to `message` and add comment instead of context * tweak comment
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-316-0/+539
* Reorg * Move animation into css file * Update style comment * Extract core component, use platform-specific wrappers * Pull out platform specific styles * Just move styles into Toast component itself * Rename cleanup * Update API * Add duration optional prop * Add some type docs * add exp eased slide aniamtions * Make toasts full width on mobile web --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>