Following this issue on gitlab (stating the reason GNOME Builder can’t be used as a code editor on mobile devices is that it can’t fit on small screen) I decided to make a concept that squeezes GNOME Builder window. Unfortunately it has a big min-w and for a good reason - elements are not fitting into the screen. hence some proposals.
- Move Search to the top left side of the paneldockchild
- Move Hamburger menu to top right side of paneldockchild if the panel is presented, if it’s hidden let it stay on the right side of the headerbar as it is now
- Make paneldockchild act as Adw.OverlaySplitView
- Hide tabs on small screens if there is only one tab
- Make plus with arrow button "New Tab’ icon because that’s what it actually does though with extra steps
- Hide some unnecessary information on small screens from statusbar until requested
- Decrease minimal width
I think that would be a good start