The /dashboard/settings page shows the user's name and email in read-only text with a comment 'Update your profile information below' — but there is no edit form below. The page has no way to actually change the name or email. It also mixes account-level settings (credits, profile, GitHub) with a link to team management in an inconsistent layout where the Team card is a clickable link but others are not.
Category: usability File: src/app/dashboard/settings/page.tsx Recommendation: Add an inline editable profile form with name and email fields. Convert the settings page to use a vertical tab/section navigation pattern (Profile, GitHub, Credits, Team, Notifications) to scale cleanly as more settings are added. Make the Team entry a consistent section rather than a special card-link hybrid.