about summary refs log tree commit diff
path: root/src/components/Toast/index.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix toast type (#8909)Eric Bailey2025-08-261-10/+20
| | | | | | | | | * Fix confusing toast API * Provide all exports to e2e file * Fix first usage in Composer * Loosen type, add Trans tag
* Yeah toast (#8878)Eric Bailey2025-08-261-6/+36
| | | | | | | | | | | | | | | * 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>
* Integrate Sonner for toasts (#8839)Eric Bailey2025-08-141-103/+31
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* 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-311-0/+107
* 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>