-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
Finish Desktop apps #69
Conversation
https://github.com/electron/update-electron-app RequirementsBefore using this module, make sure your Electron app meets these criteria:
|
|
Also regenerated icons for all platforms, now with a gradient and better aligment
Desktop mode is now the default one Desktop mode starts maximized Desktop mode is now frameless Create only one window, reuse between Desktop and Menubar Fix Menu and, by consequence, fix Copy, Paste, Select All, etc Remove empty button from TouchBar Option to make window be always at the center Handle Full Screen Mode Allow showing DevTools on development only Show options on Dock icon, Menu and Tray icon Add menu items to open DevHub on GitHub, Report bug and Send feedback Fix app not reopening after Cmd+W Remove arrow
@amorist I had to make lot's of changes because having two BrowserWindow was problematic. Also made some fixes, removed the arrow and made the desktop mode the default one. |
Almost ready. #70 is the only one that should require more work. |
Fix problem on Windows without bash shell
No idea what's causing this:
I think it has something to do with the |
Required for the window.ipc to work on oauth flow
As recommended by Electron warning
…er login" This reverts commit aa15927.
Fix for menubar mode
Just like it already does in normal browsers using the visibility api
e87769c
to
351250c
Compare
2310538
to
b8c4e4f
Compare
Closes #2
Pending tasks before launching the desktop apps. Contributions welcome!
package.json
versions (Couldn't find package " @devhub/[email protected]" #72, f8a79db)Fix arrow not showingChange arrow color based on current themeChange how the arrow was implemented, do it like Harvest, it seems to do it outside of the main BrowserWindowFix bottom bar label being cut (removing the arrow will fix this)