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(client): Update EntityCardSkeleton animation and add its storybook #2937

Merged
merged 3 commits into from
Dec 7, 2023

Conversation

andre-code
Copy link
Contributor

@andre-code andre-code commented Dec 7, 2023

PR storybook for EntityCardSkeleton component.

Testing

npm run storybook
or https://renku-ci-ui-2937.dev.renku.ch/storybook/?path=/story/components-loaders-entitycardskeleton--entity-card-skeleton-loader

Fix #2909
/deploy extra-values=global.renku.cli_version=2.8.0rc3 #persist

@RenkuBot
Copy link
Contributor

RenkuBot commented Dec 7, 2023

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

Comment on lines 99 to 103
0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The animation start is not smooth:

Suggested change
0% {
background-position: -468px 0;
}
100% {
background-position: 468px 0;
0% {
background-position: -660px 0;
}
100% {
background-position: 400px 0;

@andre-code andre-code merged commit 3f29360 into master Dec 7, 2023
17 checks passed
@andre-code andre-code deleted the andrea/lp/2909-entity-card-skeleton branch December 7, 2023 15:33
@RenkuBot
Copy link
Contributor

RenkuBot commented Dec 7, 2023

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.

Add Storybook for the Entity Card skeleton loading.
3 participants