-
Notifications
You must be signed in to change notification settings - Fork 4
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
ENG-4712 fix(portal,1ui): responsiveness fixes #913
Conversation
158769a
to
3d0d43c
Compare
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 good! Thanks for the quick changes after testing
@@ -48,6 +49,7 @@ export function ClaimsList({ | |||
readOnly?: boolean | |||
}) { | |||
const setStakeModalActive = useSetAtom(stakeModalAtom) | |||
const { isMobileView } = useSidebarLayoutContext() |
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.
I'm glad that we have this hook. I'm wondering if it makes sense to pull the isMobileView
out at some point into a hook that's more specifically about mobile view, such as like useMobileView
or something since I always forget where this is.
Mainly noting for our future selves
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.
Both this and container queries.
Affected Packages
Apps
Packages
Tools
Overview
Fixed some issues with responsiveness/mobile, primarily surround the new Claim/Identity/ActivityRow, ListCard, ListGrid, and FeaturedListsCarousel. There are some other tweaks here and there, but nothing notable.
Screen Captures
If applicable, add screenshots or screen captures of your changes.
Declaration