Skip to content

Dismissable Toasts#3730

Closed
OulipianSummer wants to merge 1 commit intoelementary:masterfrom
OulipianSummer:dismissable-toasts
Closed

Dismissable Toasts#3730
OulipianSummer wants to merge 1 commit intoelementary:masterfrom
OulipianSummer:dismissable-toasts

Conversation

@OulipianSummer
Copy link

Fixes #
This PR makes it so that toasts stay hidden once dismissed by a user. This pull addresses issue #2316

Changes Summary

  • .toast elements with a unique HTML id will stay hidden once the .toast__closed element is clicked.
  • A unique id will be placed in the user's window.localStorage, indicating that a toast has been closed.
  • Any toasts that have not been closed yet will show automatically on page load.
  • Documentation describing this API has been added to the event.php template, so maintainers can make informed use of this feature.

This pull request is ready for review.

@lewisgoddard
Copy link
Member

I am going to close this as we have made the decision to remove the event toasts as they have remained largely unused since 2021.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants