# `PhoenixKitWeb.Live.Users.Media`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit_web/live/users/media.ex#L1)

Media management LiveView — thin wrapper around `MediaBrowser` LiveComponent.

This LiveView owns the page layout and assigns required by
`LayoutWrapper.app_layout`. All media browser state and logic live in
`PhoenixKitWeb.Components.MediaBrowser`.

URL sync (shareable `…/admin/media?folder=<uuid>` deep links) is provided
by the `MediaBrowser.Embed` macro's `url_sync` option — it injects the
`handle_params` / `{:navigate}` → `push_patch` round-trip and parses
`:initial_params` from the URL in `on_mount`, so this module only owns
the page-chrome assigns.

# `handle_event`

# `handle_info`

# `handle_params`

# `mount`

# `render`

---

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