-
-
Notifications
You must be signed in to change notification settings - Fork 515
#193, #324, #327, #717, #851 Replaced the splash screen with a preload #1287
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
334b52b to
ed97fc8
Compare
0adde9a to
db9037d
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.
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.
I tested it on MacOS and it works as expected 👍
LGTM ✅
4324475 to
ebe2e3b
Compare
686336e to
f37fc13
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.
Updated version looks great. Excellent work Ernesto and Akos!
As requested offline, I switched to a preload GIF. Please review.
electron-app/preload/index.js
Outdated
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.
add newlinw
91volt
commented
Aug 8, 2022
With the gif In term of smoothness of the animation is much better, thank you @kittaakos.
The only problem I see is the stretched aspect ratio of the gif:
Schermata 2022年08月08日 alle 14 51 32
ubidefeo
commented
Aug 8, 2022
@91volt
I have the same stretch issue
CleanShot 2022年08月08日 at 18 59 49@2x
252892a to
7bd4479
Compare
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
7bd4479 to
7034939
Compare
@ubidefeo
ubidefeo
left a comment
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.
Works as expected
thank you
ckuethe
commented
Aug 17, 2022
This is lovely. Nice fast startup, and the little bouncy animation make it feel like the startup is doing something.
Uh oh!
There was an error while loading. Please reload this page.
Motivation
Removes the splash screen and replaces the loading animation with a Theia preload. This PR does not contain the final design, in fact, I just copied the first Arduino SVG I found on the Internet and prepared the stub of the change.
Change description
In Action:
lightIDE2,lightOS theme:light-ide2-theme-light-os-theme.mp4
lightIDE2,darkOS theme:light-ide2-theme-dark-os-theme.mp4
darkIDE2,lightOS theme:dark-ide2-theme-light-os-theme.mp4
darkIDE2,darkOS theme:dark-ide2-theme-dark-os-theme.mp4
Other information
Noteworthy things:
(削除) This PR depends on #1070 Can check if the current window is the first one. #1282 (I can make it independent if required) (削除ここまで)Done ✅ ,editor.backgroundandeditor.foregroundtheme constants. If the OS theme isdark, thedarkeditor colors will be used for the preload. Otherwise, thelightone.Closes #193
Closes #324
Closes #327
Closes #717
Closes #851
Reviewer checklist