Profile

Update your name. Your email is shown but not editable.

The Profile tab of Settings is for your own identity — not the workspace.

Where to find it

/app/settings/profile. The page header is a single

Settings followed by the settings sub-nav (Profile tab active).

The form

Card:

  • Title: Profile
  • Description: "Update your name."

Fields:

┌─ Profile ─────────────────────────────────────────────────┐
│  Update your name.                                        │
│                                                           │
│  First name              Last name                        │
│  [                   ]   [                          ]     │
│                                                           │
│  Email                                                    │
│  [ user@example.com (disabled)                         ] │
│  Email cannot be changed yet.                             │
│                                                           │
│  [ Save profile ]                                         │
└───────────────────────────────────────────────────────────┘
  • First name — text input (no placeholder, no validation visible)
  • Last name — text input (no placeholder, no validation visible)
  • Email — input bound to current_user.email, disabled. Helper text below reads: "Email cannot be changed yet."
  • Save profile — button, flips to "Saving..." while the PUT is in flight. Submits PUT /app/settings/profile.

What's not here

Anything the form doesn't include is simply not surfaced in this UI:

  • No avatar upload
  • No timezone or language
  • No way to change email or password (password is a separate tab — see Password)