# `Monitorex.DashboardLive`

Root LiveView for the Monitorex dashboard.

Delegates rendering to the appropriate page component based on URL params.
Handles automatic 2-second refresh when the socket is connected.

## Pages

  * `outbound` → OutboundOverviewPage
  * `outbound_recent` → OutboundRecentPage
  * `host` → HostDetailPage
  * `inbound` → InboundOverviewPage
  * `inbound_consumers` → InboundConsumersPage
  * `inbound_recent` → InboundRecentPage
  * `route` → RouteDetailPage

---

*Consult [api-reference.md](api-reference.md) for complete listing*
