about summary refs log tree commit diff
path: root/src/components/Toast
Commit message (Collapse)AuthorAgeFilesLines
* Fix toast type (#8909)Eric Bailey2025-08-264-95/+74
| | | | | | | | | * Fix confusing toast API * Provide all exports to e2e file * Fix first usage in Composer * Loosen type, add Trans tag
* Fix bad copy pasta (#8907)Eric Bailey2025-08-261-1/+1
|
* Yeah toast (#8878)Eric Bailey2025-08-265-63/+311
| | | | | | | | | | | | | | | * Split out into macro component * Add Action component * Add fallback * add button to view post after sending * Dismiss toast when clicking action button --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Use medium font weight in a few places (#8848)Samuel Newman2025-08-151-1/+1
| | | | | | | * medium font toasts * medium font tabs * medium font trending pill
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-146-327/+120
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+1
|
* 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>