CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

🐞 Inspector sidebar not resizable

Open austincondiff opened this issue 3 years ago • 3 comments

https://user-images.githubusercontent.com/806104/211731225-d59d9e87-3af1-46ca-89e0-8a8ad55db765.mov

The inspector sidebar should be resizable. If resizing and user exceeds the total width of the sidebar, the sidebar closes, however if the user has not let go of the mouse and the user returns to where the sidebar was, it opens again.

austincondiff avatar Jan 11 '23 06:01 austincondiff

I've opened #970 to fix this using the current CodeEditSplitViewController implementation. @Wouter01 and I talked on Discord as they're experimenting with using SwiftUI's NavigationSplitView instead. We're going to fix this now and not close this issue, and if we come back and use NavigationSplitView in the future we'll close this.

thecoolwinter avatar Jan 14 '23 23:01 thecoolwinter

Can we not close this and open an issue around using the SwiftUI lifecycle? I say this because the issue described was technically addressed and by doing this we are changing its scope. This might also provide a space for further discussion on this specific topic.

austincondiff avatar Jan 15 '23 02:01 austincondiff

Sure! We can do that

thecoolwinter avatar Jan 15 '23 12:01 thecoolwinter