react-redux-notify
react-redux-notify copied to clipboard
A simple and flexible notifications component built using React and Redux.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.2.1 to 6.2.4. Changelog Sourced from qs's changelog. 6.2.4 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and an array...
Using this library in a TS application and it would be nice to have some TS types first hand. I've considered creating an @types for it but if you're open...
Awesome work on this. Does this support updating a notification's message? I'm thinking of a scenario where I have a long running operation.
Is it possible to change the following CSS? ```css .item { padding: 10px; font-weight: 900; font-family: 'Lato', sans-serif; border-top: 1px solid hsla(0,0%,0%,.1); -webkit-font-smoothing: antialiased; &__message { @extend .item; font-size: 0.9rem;...
Allow a custom method to be passed to dismissAll on a per notification basis allowing the dismissing of all of a certain type of notification.
the action is sent through the reducer (I see `REMOVE_ALL_NOTIFICATIONS` in the redux store as the last action) but the notifications remain in the store (and thus displayed). I can...
I regularly save my store to localStorage via JSON.stringify(). Upon page load, I load the localStorage store, and apply it to my store via a JSON.parse(). If notifications exist, the...
The message text has padding top and bottom of 10px. The icon has padding top 10px. This should align the icon with the message. However this is not the case....