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.
Summary
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.handle_params/3.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.
Functions
Callback implementation for Phoenix.LiveView.handle_event/3.
Callback implementation for Phoenix.LiveView.handle_info/2.
Callback implementation for Phoenix.LiveView.handle_params/3.
Callback implementation for Phoenix.LiveView.mount/3.
Callback implementation for Phoenix.LiveView.render/1.