-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: improve App Store filters & misaligned arrow indicators #18455
Conversation
…dy in view on mount
@cnhhoang850 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (01/03/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (01/03/25)1 label was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (01/03/25)1 label was added to this PR based on Keith Williams's automation. |
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.
LGTM!!
E2E results are ready! |
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.
team-labels are failing, can you please fix this 🙏 ?
Done ty |
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.
Thank you 🙏
…dy in view on mount (calcom#18455)
…dy in view on mount (calcom#18455)
…dy in view on mount (calcom#18455)
What does this PR do?
Change filtering logic from sever side to client side in All apps display in App Store to improve interactivity & performance. Current implementation freezes without interaction indication due to routing & resets page position.
Aligned arrow indicators with width of filters category tab bar
Before
https://www.loom.com/share/1c9e5309941d42498b399a63c83d4cc7
fix_.make.App.Store.filter.logic.client.side.misaligned.arrow.indicators.-.Old.mp4
After
https://www.loom.com/share/445f188a12a14455895f8b5d60cf4653
fix_.make.App.Store.filter.logic.client.side.misaligned.arrow.indicators.-.New.mp4
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?