PhoenixKitWeb.Live.Users.Users (phoenix_kit v1.5.2)

View Source

User management LiveView for PhoenixKit admin panel.

Provides comprehensive user management including listing, search, role assignment, and status updates.

Summary

Functions

get_available_fields_count(available_columns, selected_columns)

get_primary_role_name_unsafe(user)

get_valid_columns(columns)

handle_event(binary, params, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

handle_info(arg1, socket)

Callback implementation for Phoenix.LiveView.handle_info/2.

handle_params(params, url, socket)

Callback implementation for Phoenix.LiveView.handle_params/3.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.

render_column_cell(user, column_id, current_user, date_time_settings)

render_column_header(column_id)

should_render_column?(column_id)