-
Notifications
You must be signed in to change notification settings - Fork 378
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: electron splash screen #4119
Conversation
…oser into sorgh/splash_screen
height: 300, | ||
}); | ||
|
||
updateStatus('Starting server...'); |
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.
Messages like this should be localized, since the app menu was not localized, I assumed the effort is still going on, please feel free to let me know if things are in place for electron localization and how can I use it.
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.
@beyackle can you 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.
Looks like we're not localizing anything in the electron-server
directory yet, but we ought to be, with our standard formatMessage
calls. Let's open another issue for that and handle this string along with all the others.
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.
@beyackle sounds good, thanks
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.
As a side note, the l10n script does look in electron-server
already, so no change is needed there. Just get formatMessage
around all your strings and you'll be good to go.
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.
#4120 Here's the issue. I'll take on it myself.
This is awesome! 👍👍👍 |
Very nice @hatpick |
This looks so branded and official. Love it! |
@mareekuh I talked to Sangwoo about the "brand family" (Microsoft Azure), and he wasn't sure if Composer falls under that family. What do you think? Should I remove the "Microsoft Azure" wording? |
@hatpick let's take this into the nightly and rev the UI if need be. Please move out of Draft when you are ready. Thanks! |
…oser into sorgh/splash_screen
* main: fix: add more missing formatMessage calls (microsoft#4144) feat: electron splash screen (microsoft#4119) feat: Add QnA files to dispatch model in skill manifest (microsoft#3985) fix: check whether operation is under current project folder (microsoft#4078) update localization and add missing "example" string (microsoft#4138) fix: defense invocation of `value.match()` (microsoft#4110) fix: checkReturnType in ExpressionValidation throws unexpected error (microsoft#4112) chore(deps): Bump tree-kill from 1.2.1 to 1.2.2 in /Composer (microsoft#4035) build: fix docker builds in ACR (microsoft#3986) fix: security: downgrade node-forge to 0.9.0 (microsoft#4133) chore: update archiver to fix security warning (microsoft#4116)
* splash screen * Fix css * Fixes logo * Fix blank window * Fixes mac * fix splash screen flashing on linux * Added comments Co-authored-by: Soroush <sorgh@microsoft.com> Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com> Co-authored-by: Geoff Cox (Microsoft) <gcox@microsoft.com>
Description
Adds splash screen to composer.
Task Item
closes #4047
Screenshots
Windows 10
![win_ss](https://user-images.githubusercontent.com/1483492/93132541-b58c1e00-f68a-11ea-9c57-f343b8c55d0d.gif)
Mac OS (Catalina)
![mac_ss](https://user-images.githubusercontent.com/1483492/93132562-bcb32c00-f68a-11ea-80a7-7199e11e5ca3.gif)
Linux (Ubuntu 20.04 LTS)
![linux_ss](https://user-images.githubusercontent.com/1483492/93132637-dc4a5480-f68a-11ea-9d06-ffc1ad25ddc7.gif)