about summary refs log tree commit diff
path: root/src/view/screens/Storybook/Toasts.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix toast type (#8909)Eric Bailey2025-08-261-36/+44
| | | | | | | | | * 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-17/+72
| | | | | | | | | | | | | | | * 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-51/+26
| | | | | | | | | * Integrate Sonner for toasts * Fix animation on iOS * Refactor API * Update e2e file
* Some toasts cleanup and reorg (#8748)Eric Bailey2025-07-311-87/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update type errorsAna2025-07-301-2/+3
|
* add: prettier formatingAna2025-07-301-3/+4
|
* update sortingAna2025-07-301-7/+7
|
* update: toast styles that reuse consistent styleAna2025-07-291-54/+85
|
* add: toasts to storybookAna2025-07-281-0/+69