Frontend/search: Show strong verif badges#9160
Conversation
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
|
@tristanlabelle I think we need to align it with the name vertically so they are centered? The badge seems higher than the text.
btw both Aapeli and I have strong verification badges on next if you query in NYC or London! |
|
The way I have it looks exactly the same as on the profile page (verified by overlapping the screenshots). Does it look off to you on the profile page as well? If so it might be a separate change. |
|
@nabramow It looks worse with
But I'd like a ✅ for the fix I'm implemented in all cases. |
Such is frontend work, I'm afraid. Would you like me to push the change to your branch? Generally you fix this by wrapping both in a box and centering them. |
I would rather we merge this and let you follow up with the visual tweak, but otherwise go ahead. |
nabramow
left a comment
There was a problem hiding this comment.
Put in some changes to do the style the more proper react way. If you're cool with it go ahead and merge, I tested all the components with changes to check they look okay.
📝 Release NotesThis PR should be included in the release notes. Suggested release note: 🤖 Bot Debug InformationModel: |








We forgot to show the strong verification badge in search results, where it's quite useful.
Testing
Since NEXT doesn't have strong verified users, I injected
user.hasStrongVerification = truefor testing:Web frontend checklist
For maintainers