about summary refs log tree commit diff
path: root/src/components/Toast/Toast.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Toast tweaks (#8791)Eric Bailey2025-08-071-13/+49
| | | | | | | | | * 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
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-311-0/+205
* 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>