solid-toast icon indicating copy to clipboard operation
solid-toast copied to clipboard

Customizable Toast Notifications for SolidJS

Results 24 solid-toast issues
Sort by recently updated
recently updated
newest added

There are multiple combinations of ways to use/configure solid-toast. We need to add tests to make sure the configuration follows the correct hierarchy and manages edge cases correctly.

help wanted
good first issue

Hey, I couldn't find the source code of the https://www.solid-toast.com/ otherwise I'd have sent a PR. But just letting you know that the GitHub button doesn't work. Great work on...

Bumps [solid-js](https://github.com/solidjs/solid) from 1.5.4 to 1.5.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=solid-js&package-manager=npm_and_yarn&previous-version=1.5.4&new-version=1.5.8)](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...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 18.11.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.7.18&new-version=18.11.0)](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...

dependencies

Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) from 5.3.1 to 6.0.0. Changelog Sourced from @​rollup/plugin-babel's changelog. v6.0.0 2022-10-08 Breaking Changes fix: prepare for Rollup 3 #1303 Commits 7c6f519 feat(babel): add typings (#462) e548fdd docs(babel): add...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. Release notes Sourced from typescript's releases. TypeScript 4.8.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...

dependencies

Is it possible to lazy load this package? My use case is that most users will never see a toast, so I don’t want them to pay the price of...

![image](https://github.com/ardeora/solid-toast/assets/77448750/4b5b9f20-e303-420b-af54-26028acf74c4)

`Solid-toast` creates a store in global scope which is literally just a global variable that's created only once on the server and being shared across all the clients afterwards: https://github.com/ardeora/solid-toast/blob/9d2ce4f76c83ebe5d64602cf8164f60556615b68/src/core/store.ts#L4...