Open krinkuto11 opened 1 month ago
Thank you for the suggestion! As a Mac user, I can't agree more 😅
We'll add it to the backlog and explore how to implement it 😊
Just for some implementation notes (I only have Mac, so I can't fully test this)
The change to make like the image would be to add titleBarStyle: "hidden",
to the creation of the BrowserWindow
.
That however makes the window very difficult to move (as there is no longer any title bar). The fix for that is to style an web element with the style -webkit-app-region: "drag"
to indicate that it should be able to be used to move the window.
Usability wise, it would probably be easiest to add an extra space at the top of the main window (around the <div className="main-container">
) that could be used as a drag handle instead.
Hope that provides enough information for someone that's able to test this change under all the necessary environments.
Thank you!
I've talked to the devs, and it looks like it's a fairly easy implementation, although it's a medium priority in the backlog since it's a small quality-of-life improvement.
Best,
Is your feature request related to a problem? Please describe. Bazecor stands out (in a bad way) due to the title bar being present in the app
Describe the solution you'd like I'd suggest the deletion of the title bar, fusing the close, minimize and maximize buttons with the rest of the app
Describe alternatives you've considered Something like this picture:
Additional context N/A