svelte-french-toast
svelte-french-toast copied to clipboard
🍞🥂 Buttery smooth toast notifications for Svelte
https://github.com/kbrgl/svelte-french-toast/blob/533d5800519684fcef73f18d9024b6177ebc015f/src/lib/components/Toaster.svelte#L32 This is an issue on iOS devices (that I've tested... iOS 16 and iPad OS) When you click on a button (mouseenter) in a toast that has a rich...
if a new release could be published. thanks!
I am not sure if this is intentional or not, but if a user has an existing css class `.wrapper` then the CSS for the toast breaks. Would be helpful...
It doesn't seem like toast messages are being read in FF. I'm using the latest version of NVDA and when I show the toast it just says alert but if...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. Changelog Sourced from vite's changelog. 4.5.5 (2024-09-16) 4.5.4 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (e812716), closes #18115 fix: backport #18112, fs...
I think because of the animations or some other DOM changes, the role="alert" on the toaster causes the screen reader to read the text 3 times. I'm not sure the...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.0.0 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...
Fixes #51 Change toast's height property when toast wrapper div's height changes. Note that we cannot use below one liner: ```ts $: clientHeight !== undefined && setHeight(clientHeight); ``` because `setHeight`...