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

Display flash/toast messages on all actions #175

Open
3 tasks
leandrocp opened this issue Jun 14, 2024 · 0 comments
Open
3 tasks

Display flash/toast messages on all actions #175

leandrocp opened this issue Jun 14, 2024 · 0 comments
Labels
area:content-ux Improve Content Creating experience enhancement New feature or improvement roadmap Priority issues that will be released in the short term ux Requires UX or UXD

Comments

@leandrocp
Copy link
Contributor

leandrocp commented Jun 14, 2024

Currently only a few actions actually display a flash message to provide feedback to performed actions, for example when publishing a page.

But many other actions do not display such feedback causing confusion or making the user believe something is not working, especially authorization checks (BeaconCMS/beacon#521)

We need to use a component that is able to display messages after LV events and that do not require a navigation event. A good candidate is LiveToast https://x.com/src_rip/status/1791798294617755836

  • Add LiveToast
  • Replace existing flash messages with LiveToast calls
  • Review existing actions (handle_event mostly) to add missing feedback
@leandrocp leandrocp added enhancement New feature or improvement help wanted Looking for contributors ux Requires UX or UXD roadmap Priority issues that will be released in the short term labels Jun 14, 2024
@leandrocp leandrocp added area:content-ux Improve Content Creating experience and removed help wanted Looking for contributors labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:content-ux Improve Content Creating experience enhancement New feature or improvement roadmap Priority issues that will be released in the short term ux Requires UX or UXD
Projects
None yet
Development

No branches or pull requests

1 participant