about summary refs log tree commit diff
path: root/src/components/Toast/Toast.tsx
Commit message (Collapse)AuthorAgeFilesLines
* 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>