You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webapp): move the profile name and email onto the row, behind an edit icon
The Full name and Email address rows put their current value in description text
under the label. It now sits as normal text on the right of the row, just left
of the action, so the label and the value read as one line and the rows match
the shape of the switch and select rows around them.
The action itself is now a square icon-only button carrying a pencil glyph
rather than the words Update and Edit. The small-icon variant is a fixed 34px
wide so a row of icon buttons with different glyph ratios lines up; here there
is only one, so it's overridden to a true square against its own height.
Inside the modals: the name dialog is titled Full name and its primary button
now says Update rather than Edit, and both dialogs drop the label above the
input, which only repeated the title a few pixels below it. The inputs carry an
aria-label instead so they still have an accessible name.
The new icon strokes in currentColor rather than white, so it follows the theme
and the button's hover state - a hard-coded white glyph would have all but
vanished on Light and White.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments