Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add ability to click and drag window position in absence of window chrome/title bar #81

Closed
1 task done
thombruce opened this issue Aug 14, 2024 · 0 comments · Fixed by #82
Closed
1 task done
Assignees
Labels
type: enhancement New feature or request

Comments

@thombruce
Copy link
Owner

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

  • I agree to follow this project's Code of Conduct
@thombruce thombruce added the type: enhancement New feature or request label Aug 14, 2024
@thombruce thombruce self-assigned this Aug 14, 2024
@thombruce thombruce mentioned this issue Aug 14, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant