-
-
Notifications
You must be signed in to change notification settings - Fork 216
feat(Loading): replace logo with loading animation SVG in index.html #768
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(Loading): replace logo with loading animation SVG in index.html #768
Conversation
✅ Deploy Preview for livecodes ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Thank you, @FathyMuhamed I like this. It is indeed an improvement. I have some comments/suggestions:
Please let me know what you think. |
|
@hatemhosny first thank you for your comments and suggestions! I’ve worked on two more SVG animations—could you review them and help me choose the best one? I’m leaning toward the second option Suggestion1: https://livecodes.io/?x=id/ufhm7qexbpj Suggestion2: https://livecodes.io/?x=id/53e2bkqp7xv |
I also prefer the second one 👍 |
|
This might be simpler code: https://livecodes.io/?x=id/9erqygja3jc |
|
|
@hatemhosny After update animation 👍🏻 Screen.Recording.2025-03-22.at.11.48.02.PM.mov |
|
Thank you, @FathyMuhamed I will merge this now and then I will implement HTML minification in a separate PR, isA. Thank you :) |
|
This is now on the development build on: https://dev.livecodes.io/ It will be on the main website in the next release isA. Thank you 🌹 |
|
@FathyMuhamed |
|
I have slightly modified the loading logo. Please have a look and let me know what you think. |
|
@hatemhosny It is very amazing now, thanks for your wonderful work 🚀 |
|
This is now released: Thank you 🌹 |



What type of PR is this? (check all applicable)
Description
Replace static loading logo with an animated SVG spinner to improve user feedback during application initialization. The implementation uses a clean, branded loading animation that provides better visual indication of loading status without requiring JavaScript to unhide elements.
before:
Screen.Recording.2025-03-21.at.12.51.49.AM.mov
after:
Screen.Recording.2025-03-21.at.12.53.37.AM.mov
Added tests?
Added to documentations?