about summary refs log tree commit diff
path: root/src/components/Toast/index.e2e.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix toast type (#8909)Eric Bailey2025-08-261-0/+8
| | | | | | | | | * Fix confusing toast API * Provide all exports to e2e file * Fix first usage in Composer * Loosen type, add Trans tag
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-141-6/+13
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Toast tweaks (#8791)Eric Bailey2025-08-071-1/+5
| | | | | | | | | * Tweak colors * Fix e2e * Color tweaks * Fix alignment
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-311-0/+5
* 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>