Skip to content

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

Conversation

dantovska
Copy link
Collaborator

Same thing, bouncy logo, only missing the shadow in the new implementation

Copy link
Contributor

github-actions bot commented Jul 28, 2025

Code Coverage - Frontend unit tests

St.
Category Percentage Covered / Total
🟢 Statements 81.45% 18896/23200
🟡 Branches 66.88% 8270/12366
🟡 Functions 75.19% 4932/6559
🟢 Lines 81.86% 18497/22595

Test suite run success

4833 tests passing in 633 suites.

Report generated by 🧪jest coverage report action from 4e2cfab

@dantovska dantovska force-pushed the fe/feature/RI-7214-replace-eui-loading-logo branch from 3620a4e to be56fce Compare July 28, 2025 13:13
valkirilov
valkirilov previously approved these changes Jul 29, 2025
@dantovska dantovska force-pushed the fe/feature/RI-7214-replace-eui-loading-logo branch from be56fce to e3c367f Compare July 29, 2025 11:25
@dantovska dantovska requested a review from Copilot July 29, 2025 11:40
Copilot

This comment was marked as outdated.

@dantovska dantovska force-pushed the fe/feature/RI-7214-replace-eui-loading-logo branch from d918c51 to fd6feb7 Compare July 29, 2025 19:18
@dantovska dantovska requested a review from Copilot July 29, 2025 19:27
Copilot

This comment was marked as outdated.

@dantovska dantovska force-pushed the fe/feature/RI-7214-replace-eui-loading-logo branch from fd6feb7 to 4e2cfab Compare July 30, 2025 12:51
@dantovska dantovska requested a review from Copilot July 30, 2025 12:51
Copilot

This comment was marked as outdated.

@dantovska dantovska requested a review from Copilot July 30, 2025 12:54
Copy link

@Copilot Copilot AI left a 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

@dantovska dantovska merged commit 3016ee7 into fe/feature/RI-7039-replace-eui Jul 31, 2025
17 checks passed
@dantovska dantovska deleted the fe/feature/RI-7214-replace-eui-loading-logo branch July 31, 2025 07:20
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.

3 participants