fix(mobile): match linked-account rows to other profile cards - #5361
Merged
Conversation
The profile linked-accounts list used a custom row with a bare icon and the raw provider id. Render each provider with ConfigureRow and the same display names as web.
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryReviewed the mobile profile linked-account row restyle onto Files Reviewed (1 files)
Reviewed by grok-4.6 · Input: 84.2K · Output: 5.2K · Cached: 195.6K Review guidance: REVIEW.md from base branch |
eshurakov
approved these changes
Aug 19, 2026
eshurakov
left a comment
Contributor
There was a problem hiding this comment.
Linked-account rows now use ConfigureRow and the same provider labels as web. Inert (no chevron) is the right call.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Linked-account rows on the mobile profile screen now use the same
ConfigureRowcard as Agents, Reviews, Organization, and App.Why
The WorkOS (and every other provider) row used a custom layout: a bare key icon and the raw provider id (
workos). That broke the visual rhythm of the rest of the screen.How
ConfigureRow(tinted icon tile, title, email subtitle).Enterprise SSO,GitHub,Google, …).Visual
Before: bare icon + capitalized slug, no tile.
After: boxed tinted icon + proper name + email, same card chrome as the other rows.