Create a user notifications component
See original GitHub issueIn order to allow a user to view/edit their notifications, we need a notifications component that is able to display such notifications with input[type="checkbox"]
and a loading state (when notifications are not fetched from the API yet).
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Create a Global Notification Component with React ... - Medium
Having a component in your app dedicated to displaying messages to your user is a great way to improve the UX for the...
Read more >How Much Code Do You Really Need to Create a Custom ...
Building a custom notification component can be more complex than it first appears. We're going to take a look at how involved the...
Read more >How to Create React Notifications/Toasts with 0 Dependencies
We want to be able to create notifications imperatively, by calling functions such as success() or error() . The trick is to create...
Read more >2 Create a Notification Message Component - Vue School
Your goal is to create a component that will be passed some content (the message) and the type of notification (info, error, success)....
Read more >Displaying User Notifications with the Lightning Component ...
In this blog post, we explore a Lightning event and a component that displays user notifications: toasts and modals.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ioanarusiczki would something like this work for you?
@willdurand Ok, just one more thing then -> the old pages showed as greyed out the options that could not be checked or unchecked by the user. Could this be implemented on the new page too ? It had a better UX approach.