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

feat: Update redirect page styles #3257

Merged
merged 5 commits into from
Oct 11, 2024
Merged

Conversation

andre-code
Copy link
Contributor

@andre-code andre-code commented Jul 26, 2024

PR to apply new design for redirect page.

redirect page

/deploy

@RenkuBot
Copy link
Contributor

You can access the deployment of this PR at https://renku-ci-ui-3257.dev.renku.ch

@andre-code andre-code marked this pull request as ready for review July 26, 2024 13:34
@andre-code andre-code requested a review from a team as a code owner July 26, 2024 13:34
Copy link
Member

@leafty leafty left a 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.

@lorenzo-cavazzi
Copy link
Member

I agree with @leafty
I'm not sure what was the reason behind the 5 seconds delay, but it feels unnecessary.

I'm sorry @andre-code that this work would go wasted. I'm not sure I've ever seen issues/proposals for this change.

Base automatically changed from lorenzo/bootstrap-design to main July 30, 2024 09:05
@andre-code
Copy link
Contributor Author

Note:
We will wait to determine if the redirect is still necessary. @leafty will work on removing that page in renku-gateway first.

@andre-code andre-code marked this pull request as draft August 23, 2024 07:48
@andre-code andre-code marked this pull request as ready for review October 7, 2024 08:08
@leafty leafty self-requested a review October 7, 2024 08:15
leafty
leafty previously approved these changes Oct 7, 2024
Copy link
Member

@leafty leafty left a 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:

Comment on lines +76 to +92
@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");
}
}
Copy link
Member

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.

client/public/static/public/theme.css Outdated Show resolved Hide resolved
client/public/static/public/theme.css Outdated Show resolved Hide resolved
andre-code and others added 2 commits October 7, 2024 11:13
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
Co-authored-by: Flora Thiebaut <flora.thiebaut@sdsc.ethz.ch>
@andre-code andre-code merged commit cc91899 into main Oct 11, 2024
18 checks passed
@andre-code andre-code deleted the andrea/styles-redirect-page branch October 11, 2024 10:41
@RenkuBot
Copy link
Contributor

Tearing down the temporary RenkuLab deplyoment for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants