Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Notifications API for common UX dismissal #190756

Closed
timheuer opened this issue Aug 18, 2023 · 5 comments
Closed

Improve Notifications API for common UX dismissal #190756

timheuer opened this issue Aug 18, 2023 · 5 comments
Labels
api feature-request Request for new features or functionality workbench-notifications Notification widget issues

Comments

@timheuer
Copy link
Member

When using the Notifications API you can provide additional actions that render as buttons in the notification. There are times where the notification could be repeated, but the user may not want to see it anymore ("don't show again"). Currently, there is no common UX for that in the Notification API so each author is doing their own means and UX. Button text, location, resulting settings are not consistent for users.

Recommendation:

  • Enable a simple optional parameter to show a common "Don't show again" affordance as a checkbox or other UX deemed appropriate.
  • Ensure the API either in async/sync can get information whether that checkbox was checked or not to act upon it (store in their own settings, etc.). Since notifications can be transient, this shouldn't rely on any action being completed other than the checkbox/UX affordance itself.
@bpasero bpasero added feature-request Request for new features or functionality workbench-notifications Notification widget issues api labels Aug 19, 2023
@bpasero
Copy link
Member

bpasero commented Aug 19, 2023

cc @daviddossett @isidorn

@bpasero bpasero removed their assignment Aug 19, 2023
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Aug 19, 2023
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@daviddossett
Copy link
Contributor

Agreed—and it would be great to pair this effort, should we take it on, with the general notifications management proposal as shown here.

@vscodenpa
Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api feature-request Request for new features or functionality workbench-notifications Notification widget issues
Projects
None yet
Development

No branches or pull requests

4 participants