Skip to content

Alert notification messages stack unnecessarily and push the rest of the UI down #251

@sergioc

Description

@sergioc

When events (messages fail, failed messages successfully archived or retried) occur in rapid succession in the failed messages screen, the UI gets littered with several alert messages, and the rest of the UI is pushed down:

image

There's a few issues with this:

  • the alert style we use is UI pattern that doesn't really work well with a rapid succession of several events
  • the messages push the UI down (thus possibly making the user miss a click in the UI (related Desk case)
  • they require manual dismissal (possibly a lot of labor involved, depending on no. of messages)

This can be addressed in the following way:

  • Remove alerts for failed messages. Instead show a count badge next to the "Failed messages" nav link and clean up the title for the failed messages container. This way it's more clear when it gets updated and the count badge is visible at all times
  • Show only a maximum number (e.g. 3) of toast messages for archive and retry successes and dismiss automatically

Demonstration of problem http://screencast.com/t/MbSRv32fw

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions