-
Notifications
You must be signed in to change notification settings - Fork 952
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
feat: ranking panel rework #6867
Conversation
/review |
PR Reviewer Guide 🔍
|
Overlap should be fixed or mitigated by #7024 which was originally part of #6911. I'll look into the padding and double check it with Alex as well. 👍🏻 |
Fixed the margins and hight so it looks more uniform but a more permanent responsive fix requires #7020 or something similar. Possibly also some responsive tweaks about the header as it looks very strange on say a iPad at the moment (when visiting the website). |
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.
Couple of small comments but overall loooks great!
Feel free to scrutinize my padding changes, my goal was to have no padding on the Outer left panel section, reduce the padding on the new stuff to make it maximize ranking space and just meet the top of the Historical Slider component.
</a> | ||
<div className="flex basis-0 gap-x-4"> | ||
<PrivacyPolicyButton /> | ||
<VerticalDivider /> |
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.
This is very hard to see in both light and dark mode
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'll adjust it slightly but it's not meant to be super visible. Let me know what you think about the new version.
It has appeared in other PRs as well, best I can think of is some sort of dependency change that happened earlier today (Dependabot updates all dependencies the 1st of each month) but I'll look into why it's happening. It has nothing to do with this PR though. EDIT: It's not affected on staging so probably not a dependency change but it's also affecting #7048 so I don't really know what the issue is. Will try and dig into it a bit. |
I'm very confused because it's doesn't happen with this branch locally but it does on the preview 🤔 |
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 🎉
Looks great, glad to get this one out there :)
If you try and reinstall your dependencies does it show up then? Maybe it's a dependency thing anyway (I forgot that I now have to update staging as well so maybe it's there anyway). EDIT: I think I tracked it down to this PR #7035 Will revert the dependencies one by one locally and find out which one it is and figure out if it's a bug or we had a bug that are now "fixed". |
Narrowed down the problem to this PR tailwindlabs/tailwindcss-forms#141 of I'll create a PR to revert the package here and then open an issue with them describing the issue. And if this is the intended behaviour (we were not specifying a type) then I'll create a pr that removes this styling instead and add |
Nice investigating! Thanks |
Issue
Closes: AVO-17
Closes: AVO-337
Closes: #4530
Description
Link to Figma: https://www.figma.com/design/O1DtS6UyZHSH4IymG8Ufsw/%F0%9F%8E%B9-Design-Hack?node-id=4195-2114&t=G7O58Pa8jUXOwk6y-1
Preview
Double check
poetry run test_parser "zone_key"
pnpx prettier@2 --write .
andpoetry run format
in the top level directory to format my changes.