-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Activity View Resize, Inspector Toggle, Window Consistency #1776
Conversation
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.
In Xcode the toolbar has a 25%-50%-25% split.
The activity viewer seems to have a max width of 40% of the total window width regardless of whether the navigator or inspector sidebar is opened or closed.
Can you make this adjustment?
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.
Thanks for making those changes! 🚀🚀🚀
I probably can, but it'll likely require going a different route than is implemented here. Why don't we make an issue for that and merge this, since it fixes a few critical bugs beyond that. I can begin working on it in the meantime. |
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.
Just a small change, otherwise LGTM
@thecoolwinter I hope you don't mind me committing @FastestMolasses's request. I then approved and merged this PR and created #1780. |
Description
Fixes a few issues with the windowing system, the toolbar, and the inspector.
focusedSceneObject
we'll have to hack it into each of the three split views.Misc:
There's still some work to do on the toolbar. In the example video the branch picker disappears before the activity view, which imo should be the other way around. But it's def a step in the right direction.
Related Issues
Checklist
Screenshots
Before:
Toolbar removing wrong view:
Screen.Recording.2024-06-23.at.5.40.58.PM.mov
Resizing is awful:
Screen.Recording.2024-06-23.at.5.41.19.PM.mov
Now:
toolbar.mov
Still works w/ side tabs