# `Monitorex.Components.Live.InboundRecentPage`

LiveComponent that renders a live feed of recent inbound requests.

Displays filter controls (status_class chips, consumer dropdown, route dropdown)
and a table with color-coded status badges, with pagination.

Supports optional filtering by `:status_class`, `:consumer`, and `:route`
passed via assigns. Auto-refreshes via parent DashboardLive's refresh timer,
which triggers update/2 on the component, re-querying Storage.

Sort/filter/page state persisted in URL query params.

---

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