Thursday, June 04, 2026 3:26:19 AM
> _toast_container.slim
.position-fixed[aria-live="polite" aria-atomic="true" style="z-index: 1050;"]
  #toast-container.toast-container
    - flash.each do |type, message|
      - next if type == "timedout"

      - if message.is_a?(Hash)
        = render_component(ToastComponent, color: type, **message.symbolize_keys)
      - else
        = render_component(ToastComponent, title: type.titleize, body: message)
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2