solid-toast
solid-toast copied to clipboard
Customizable Toast Notifications for SolidJS
Replication of issue in video: https://github.com/ardeora/solid-toast/assets/6391776/23c06701-cc03-494d-aa37-80c130d08c2a The code for above case is here: https://github.com/learn-anything/learn-anything.xyz/blob/dev/website/src/routes/profile.tsx#L84 I am not sure how to make it so the focus from `
It should be `ariaProps` not `aria`
This isn't an issue, just a question. How can I customize a toast globally? For example, change the background color that can work across the app? Thank you!
Bumps [solid-js](https://github.com/solidjs/solid) from 1.6.6 to 1.6.16. Commits ef37baf v1.6.16 d10da01 Fix #1651 hydration markers introduced too early 1d4d532 Fix infinite loop in Suspense error handling on the server (#1649) 620c763...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.17 to 18.15.10. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.7. Release notes Sourced from prettier's releases. 2.8.7 Allow multiple decorators on same getter/setter 🔗 Changelog 2.8.6 Allow decorators on private members and class expressions...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.0.2. Release notes Sourced from typescript's releases. TypeScript 5.0 For release notes, check out the release announcement. For new features, check out the What's new...
Since Solid Toast has been out for a while, I wanted to take some time to push an official 1.0 release for it. There are some issues that v1.0 will...
If the Toaster configures a default duration, then toasts created with toast.loading ignore will use the default duration, instead of Infinity, like it should ` ` `toast.loading("Message")` Expected result: the...
Bumps rollup-preset-solid from 1.4.0 to 2.0.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...