terminus
terminus copied to clipboard
feat: render terminals in the bottom dock
@the-j0k3r If we want to support moving the terminals to other docks and the center of the workspace, it's the resize logic that needs to be updated and I'm not sure where to start with that.
I see another thing here, the keyboard icon wasnt moved to the statusbar so there's actual more usable space.
The original coffescript PR iirc this was moved to statusbar , but its strange you can add the title to the docks but cant fit the keyboard in there too?
EDIT: I dont get it. Linux/macOS looks like above scrrenshot and Windows doesnt have the keyboard icon anywhere while in dock mode.
Since there is already a way to have a terminal in the bottom dock (open a terminal and drag it to the bottom dock) why not just do that by default when the config checkbox is checked
I implemented a POC of that in #15
@UziTech Great idea. When I first created the pr in the platformio repo, I had no idea that was possible
@akonwi it would probably be easier to update this PR to use onDropTabBar
code to move it to the dock then use #15