<.back_to_link navigate={~p"/"} value="Back to Home" />

User Profile

Manage your account settings and personal information

<%!-- Personal Information Section --%>
<.icon name="hero-user" class="text-primary w-6 h-6" />

Personal Information

<.form for={@profile_form} id="profile-form" phx-change="validate_profile" phx-submit="save_profile" >
<.input field={@profile_form[:name]} type="text" label="Full Name *" required placeholder="Enter your full name" />
<.icon name="hero-lock-closed" class="absolute right-4 top-1/2 -translate-y-1/2 text-neutral w-5 h-5" />

Contact support to change your email address.

<.input field={@profile_form[:phone_number]} type="tel" label="Phone Number" placeholder="+39 123456789" />
<%!-- Account Management Section --%>
<.icon name="hero-no-symbol" class="text-error w-6 h-6" />

Account Management

<.icon name="hero-exclamation-triangle" class="w-5 h-5 text-error" /> Danger Zone

Deleting your account is permanent. This action cannot be undone. All your current active bookings will be cancelled.

We will permanently remove all records related to your identity and activities from our servers.

<%!-- Delete Confirmation Modal --%> <%= if @show_delete_modal do %>
<.icon name="hero-exclamation-triangle" class="text-error w-8 h-8" />

Confirm Account Deletion

Are you absolutely sure you want to delete your account? This action cannot be undone. <%= if @delete_history do %> All your booking history will be permanently deleted. <% else %> Your booking history will be preserved but anonymized. <% end %>

<% end %>