-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
New Loading gif #1088
base: main
Are you sure you want to change the base?
New Loading gif #1088
Conversation
That looks pretty nice! We may in the future want to change the animation since it doesn't match any of our other loading indicators style-wise, but I'm fine with declaring victory here as a clear improvement checkpoint. @andersk can you review the implementation + merge if you're happy with it? |
app/renderer/css/main.css
Outdated
content: ""; | ||
position: absolute; | ||
z-index: 1; | ||
background: rgba(255, 255, 255, 1.000) url(../img/ic_loading.gif) no-repeat; |
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.
Alpha should be 1
.
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.
@akashnimare I changed it.
Signed-off-by: tarun8718 <[email protected]>
Heads up @tarun8718, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the |
Signed-off-by: tarun8718 [email protected]
What's this PR do?
Replaces the old loading gif with a new one.
Gifs:


Previous:
New:
You have tested this PR on: