LiveView on_mount hook for organization invitation banners.
Loads pending invitations once per mount for confirmed person accounts,
assigns them as pk_pending_invitations, and attaches event handlers
for accept/decline actions.
Usage in parent app router
live_session :authenticated, on_mount: [PhoenixKitWeb.Hooks.InvitationHook] do
...
endEvents handled
"accept_invitation"—phx-value-uuidrequired"decline_invitation"—phx-value-uuidrequired