-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: adjust discussed feed styles to match new mobile UX #2894
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
65b4070
to
f58b623
Compare
f58b623
to
eb14676
Compare
@@ -103,10 +103,7 @@ export default function CommentFeed<T>({ | |||
isFetchingNextPage={queryResult.isFetchingNextPage} | |||
canFetchMore={checkFetchMore(queryResult)} | |||
fetchNextPage={queryResult.fetchNextPage} | |||
className={classNames( | |||
'w-full', | |||
isNewMobileLayout && isMainFeed && 'px-4', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should this look like in control values? Can you also attach screenshot of the old UI? Just to make sure everything still looks normal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure thing, added previous of the previous UI as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Kindly verify that the control still looks normal, we should be good here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late request, I think the labels on the navigation for tablet is a bit bigger than expected.
@sshanzel not sure what you are referring to, could you elaborate? Which labels? |
@DragosIorgulescu hi, sorry for the lack of clarity. These ones. In the Figma they're at |
@sshanzel thank you for the clarification 🙏 I updated this, however to me these look way tinier than designs now (even though I agree these are specified with ![]() This feels like we should use |
Yep, totally agree with this. Sometimes it really looks different from Figma, I think what you suggested it the sweet spot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to change it to typo-caption1
- got nothing more on this, looks amazing!
- `caption2` was specified in designs but turned out to be too tiny
Changes
New UI
Previous UI
New UI
Previous UI
Events
N / A
Manual Testing
On those affected packages:
Did you test the modified components media queries?
Did you test on actual mobile devices?
MI-252