Problem/Motivation
Currently we have a component for site alerts that simply moves Drupal's setup into SDC, which goes against the purpose. It also means we have to do some quirky things like {% set attributes = attributes.removeClass(classes) %} to keep things from bleeding into all the other alerts. This also makes it hard to reuse if we're doing things with editor created notification messages, or any other composition as the setup is _very_ opinionated to Drupal Core.
Submitting a change to create a single Alert component that can be used in varying ways, and mapping system messages to use that instead.
Issue fork prototype-3555280
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jnettikStarts a WIP. It has some specific logic in it around icons and styles we'll need to generalize more. https://git.drupalcode.org/issue/prototype-3555280/-/commit/d402d41bcc4c...
Comment #3
philip_stier commentedComment #5
philip_stier commentedComment #7
jldust commentedComment #9
jldust commentedThis has been merged in and will be included in the next tagged release.
Comment #10
jldust commentedComment #12
jldust commented