Skip to content
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

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

Vitalsine85
Copy link
Member

Affected Packages

Apps

  • data populator
  • portal
  • template

Packages

  • 1ui
  • api
  • graphql
  • protocol
  • sdk

Tools

  • 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

  • I hereby declare that I have abided by the rules and regulations as outlined in the CONTRIBUTING.md

Copy link

linear bot commented Nov 14, 2024

@github-actions github-actions bot added the fix Fix label Nov 14, 2024
@Vitalsine85 Vitalsine85 force-pushed the vital/eng-4712-responsiveness-fixes branch from 158769a to 3d0d43c Compare November 14, 2024 21:27
Copy link
Member

@jonathanprozzi jonathanprozzi left a 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()
Copy link
Member

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

Copy link
Member

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.

@0xjojikun 0xjojikun merged commit ea281dd into main Nov 15, 2024
3 checks passed
@0xjojikun 0xjojikun deleted the vital/eng-4712-responsiveness-fixes branch November 15, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants