You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status message is currently placed below the nav and is truncated by the site width. This would look better at the very top of the page, but before implementing, this change needs to be tested in conjunction with sites that have similar bars for language options.
I think there are two uses for this one component:
As is: there are loads of times when a "flash message" is useful, like when a form is submitted and we want to show the user a message about it. This is what the Django messages framework does, and the current implementation works well for it.
Site wide or persistent messages, like "this is a dev site"
Both are useful so I think we need to document the two cases. With one, we put the HTML in the main element, towards the top, on the other we add it above the header.
Issue and Steps to Reproduce
The status message is currently placed below the nav and is truncated by the site width. This would look better at the very top of the page, but before implementing, this change needs to be tested in conjunction with sites that have similar bars for language options.
https://user-images.githubusercontent.com/20044500/204319775-597e8f10-1dc3-44b2-84ce-a3bdab29a161.png
Ref DemocracyClub/EveryElection#1637
The text was updated successfully, but these errors were encountered: