-
Notifications
You must be signed in to change notification settings - Fork 385
RI-7214: Replace EUI loading logo with custom bouncing logo component #4768
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
RI-7214: Replace EUI loading logo with custom bouncing logo component #4768
Conversation
Code Coverage - Frontend unit tests
Test suite run success4833 tests passing in 633 suites. Report generated by 🧪jest coverage report action from 4e2cfab |
3620a4e
to
be56fce
Compare
redisinsight/ui/src/components/base/display/logo-loading/RiLoadingLogo.tsx
Outdated
Show resolved
Hide resolved
be56fce
to
e3c367f
Compare
d918c51
to
fd6feb7
Compare
fd6feb7
to
4e2cfab
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.
Pull Request Overview
This PR replaces the Elastic UI loading logo component with a custom bouncing logo implementation. The main goal is to create a custom loading animation that provides more control over the visual appearance and behavior.
Key changes:
- Created a new
RiLoadingLogo
component with custom bounce animation - Replaced
EuiLoadingLogo
usage with the new custom component - Updated the logo import to use the SVG file directly instead of as a React component
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
PagePlaceholder.tsx | Replaces EuiLoadingLogo with custom RiLoadingLogo component |
RiLoadingLogo.tsx | Implements new custom bouncing logo component with styled-components |
index.ts | Exports the new RiLoadingLogo component |
Same thing, bouncy logo, only missing the shadow in the new implementation