about summary refs log tree commit diff
path: root/src/components/Toast/const.ts
Commit message (Collapse)AuthorAgeFilesLines
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-141-1/+1
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-311-0/+1
* 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>