Thursday, June 04, 2026 2:32:09 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> _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