Packages
A Phoenix LiveView performance monitoring dashboard for tracking slow endpoints and database queries during development.
Current section
Files
Jump to
Current section
Files
lib/elixir_dashboard_web/components/layouts/app.html.heex
<main class="min-h-screen">
<.flash :if={@flash} kind={:info} flash={@flash} />
<.flash :if={@flash} kind={:error} flash={@flash} />
<%= @inner_content %>
</main>