-
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: Update redirect page styles #3257
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3257.dev.renku.ch |
c8209a9
to
9a1438d
Compare
9a1438d
to
26c8322
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.
Imho, we should redirect immediately, removing the need for this page altogether.
I agree with @leafty I'm sorry @andre-code that this work would go wasted. I'm not sure I've ever seen issues/proposals for this change. |
Note: |
26c8322
to
4b17bba
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.
LGTM, some comments here:
@keyframes changeBackgroundXL { | ||
0% { | ||
background-image: url("./img/redirect/frog/X-Large_1.png"); | ||
} | ||
25% { | ||
background-image: url("./img/redirect/frog/X-Large_2.png"); | ||
} | ||
50% { | ||
background-image: url("./img/redirect/frog/X-Large_3.png"); | ||
} | ||
75% { | ||
background-image: url("./img/redirect/frog/X-Large_4.png"); | ||
} | ||
100% { | ||
background-image: url("./img/redirect/frog/X-Large_5.png"); | ||
} | ||
} |
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.
Note: the images are not pre-loaded so the animation will be dependent on the fetch time from the browser. I think this is acceptable though.
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
Tearing down the temporary RenkuLab deplyoment for this PR. |
PR to apply new design for redirect page.
/deploy