Skip to content

Notifications: use toasts for temporary notifications #163

@agjohnson

Description

@agjohnson

We discussed a number of plans for notifications at our offsite, mostly stemming from some user support issues and some related problems we've had with build and project UX. The first change that I'd like to make is to replace Django default level messages with "toast" messages. These messages are floating in a corner of the page, and only display for a few seconds before disappearing. All of this is configurable in addition.

This is useful for a few messages that get shown to the user, but right now take up a good amount of screen real estate between the header and the page content. In addition, these don't disappear until the user navigates to a new page. Messages in this class are "Log in successful" or other versions of form failure/success.

This would leave us with sticky/persistent Django messages next, and we did discuss some options for moving/changing these messages and their UX. It would not need to be part of the first pass though.

Metadata

Metadata

Assignees

Labels

AcceptedAccepted issue on our roadmapFeatureNew feature

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions