You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically we can move the window by... resizing it in every direction until we're satisfied, but... that's not how this is supposed to work.
Ideally, allow the user to click and "grab" the app navbar (Header component) when in Electron and move the application window around.
This could be part of a larger navbar improvement; for example, I want thombruce/toodles#126 on the Toodles project but I currently have no way of putting a custom dropdown into the Header short of rewriting it completely on Toodles.
Moving the application is... apparently... not as difficult as it sounds. I am surprised to learn it may be accomplishable in just a couple of lines of CSS: https://stackoverflow.com/a/44823888
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Feature request
Technically we can move the window by... resizing it in every direction until we're satisfied, but... that's not how this is supposed to work.
Ideally, allow the user to click and "grab" the app navbar (
Header
component) when in Electron and move the application window around.This could be part of a larger navbar improvement; for example, I want thombruce/toodles#126 on the Toodles project but I currently have no way of putting a custom dropdown into the
Header
short of rewriting it completely on Toodles.Moving the application is... apparently... not as difficult as it sounds. I am surprised to learn it may be accomplishable in just a couple of lines of CSS: https://stackoverflow.com/a/44823888
Code of Conduct
The text was updated successfully, but these errors were encountered: