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" class="w-full bg-slate-50 dark:bg-slate-900/50 border-slate-200 dark:border-slate-700 rounded-xl px-4 py-3 text-slate-900 dark:text-white focus:ring-2 focus:ring-primary focus:border-transparent transition-all outline-none" />
<.icon name="hero-lock-closed" class="absolute right-4 top-1/2 -translate-y-1/2 text-slate-400 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" class="w-full bg-slate-50 dark:bg-slate-900/50 border-slate-200 dark:border-slate-700 rounded-xl px-4 py-3 text-slate-900 dark:text-white focus:ring-2 focus:ring-primary focus:border-transparent transition-all outline-none" />
<%!-- Account Management Section --%>
<.icon name="hero-no-symbol" class="text-danger w-6 h-6" />

Account Management

<.icon name="hero-exclamation-triangle" class="w-5 h-5 text-red-600 dark:text-red-500" /> 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-danger 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 %>