Skip to content

Redesign Alert Message on Explore #4175

@jonfroehlich

Description

@jonfroehlich

Similar to #4171, we should redesign these "toast" messages (we call them alert-message in the code). The thing that's been bothering me for years is the very strange lack of line break. It just looks so bad! 😢

It would probably take < 20 mins to work with Claude on a full redesign + implementation and make them up to modern web and UI standards for toast messages.

Image
<div id="alert-holder" style="display: block; opacity: 0.315938;">
      <div id="alert">
          <span id="alert-message">You can also press the <kbd>Z</kbd> key to zoom in and the <kbd>Shift</kbd> + <kbd>Z</kbd> keys to zoom out.</span>
          <a id="alert-dont-show" href="#">Don't show again</a>
          <a id="alert-close" href="#"><span class="glyphicon glyphicon-remove"></span></a>
      </div>
  </div>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions