-
Notifications
You must be signed in to change notification settings - Fork 6
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: apply early access changes #3474
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3474.dev.renku.ch |
- use pink logo - change badge for early access - modify connected services link for integrations - show always v2 menu - add early access banner - change bg image in dashboard v2
6d588f8
to
4c440ee
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.
Great to see the final steps towards early access! 🤩
The code looks good, just a couple of minor details (see inline).
For the dots image on the dashboard, feel free to ignore the part on scaling/resizing if changing it is time-consuming.
client/public/dashboardV2header.png
Outdated
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.
The image seems higher than necessary, with some empty space at the bottom. Since it is scaled with the current solution, should we remove the bottom empty space and use an SVG instead?
P.S. About the scaling, the dots are small on smaller screens; while enlarging the window, they get big, then smaller again, and then gradually bigger (see gif). Is that intended? I think we should either scale them gradually or fix two/three sizes, but not mix the two styles (low priority).
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.
As discussed offline, let's keep this for later
.EarlyAccessBannerBtn { | ||
&:hover, | ||
&:active { | ||
background-color: var(--bs-rk-green) !important; |
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.
We should use the hover color instead
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.
Could you clarify what you mean?
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.
In Renku V1, that's the button's primary green color (#009568), not the hover color (#007a6c). That is usually imported as $rk-green-hover
"align-items-center" | ||
)} | ||
> | ||
<div className="d-none d-sm-block d-lg-none"> |
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.
<div className="d-none d-sm-block d-lg-none"> | |
<div className={cx("d-none", "d-sm-block", "d-lg-none")}> |
alt="Small image" | ||
/> | ||
</div> | ||
<div className="d-none d-lg-block"> |
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.
<div className="d-none d-lg-block"> | |
<div className={cx("d-none", "d-lg-block")}> |
alt="Renku 2.0" | ||
height="25" | ||
/> | ||
<h5 className="mt-1 mb-0">EARLY ACCESS!</h5> |
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.
<h5 className="mt-1 mb-0">EARLY ACCESS!</h5> | |
<h5 className={cx("mt-1", "mb-0")}>EARLY ACCESS!</h5> |
- Update the badge text from “Early Access” to “2.0 Early Access.” - Show the Integrations option in the menu only when the user is in Renku 2.0. - In the menu, display Renku 2.0 in bold, with “Early Access” in a normal font weight. - Replace the current image dots with the version Jimena just modified. - When the user is in Renku 2.0, display “Back to Renku 1.0” in the menu.
Thanks, @lorenzo-cavazzi , for the review! |
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! 🚀
Tearing down the temporary RenkuLab deplyoment for this PR. |
PR to apply early access changes
/deploy