question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create a user notifications component

See original GitHub issue

In 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:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
willdurandcommented, May 31, 2018

@ioanarusiczki would something like this work for you?

screen shot 2018-05-31 at 11 45 57
1reaction
ioanarusiczkicommented, May 30, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found