-
-
Notifications
You must be signed in to change notification settings - Fork 88
Add endpoint to resize MenuBar window #163
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
I'm not clear why the yarn.lock was deleted... |
Me neither to be honest, I'll put it back! |
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'm all good with the resize part; it has been on my personal wish list for a while. Nice and simple.
Can you just put the unrelated index.js changes in another PR and explain the deeplink fix?
@SRWieZ the changes in the dist/index.js are just updates from the build command. Those changes comes from the existing codebase, but the built dist was lagging behind. This should probably be excluded entirely from the committed code, but I felt that was out of scope for my PR. |
Oh right, it's in the It shouldn't have happened, but that's on us. I'll try to improve this workflow. |
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.
This looks good to me based on identifying the issue with /dist in the workflow.
Tests are failing but thats currently expected and being resolved in another PR.
Thanks for your contribution.
Added a new endpoint i
menuBar.ts
to allow modification of MenuBar window after initialization, pretty much the same as for the WindowManager. This PR will be accompanied by NativePHP/laravel#490 containing an actual call in the MenuBarManager.