PhoenixKitWeb.Live.Modules.Maintenance.Settings (phoenix_kit v1.7.109)

Copy Markdown View Source

Settings page for the Maintenance module.

Allows admins to:

  • Toggle maintenance mode on/off manually
  • Customize the maintenance page header and subtext
  • Schedule a maintenance window (start/end UTC datetimes)
  • Preview the maintenance page in real time

Summary

Functions

handle_event(binary, arg2, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

handle_info(arg1, socket)

Callback implementation for Phoenix.LiveView.handle_info/2.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.