feat(clickgui): auto-align panels on background double-click#8627
Open
M4h45amu7x wants to merge 2 commits into
Open
feat(clickgui): auto-align panels on background double-click#8627M4h45amu7x wants to merge 2 commits into
M4h45amu7x wants to merge 2 commits into
Conversation
Contributor
|
Thanks for the PR, @M4h45amu7x — nice quality-of-life idea, and the drag-to-still-work handling looks thought through. A couple of things for the reviewers to weigh in on (not blockers, just flags):
I couldn't find an existing issue tracking this, so it looks new rather than a duplicate. Leaving the actual review to the maintainers. 🤖 Automated support reply — a human maintainer will review if this doesn't help. |
M4h45amu7x
force-pushed
the
feat/clickgui-auto-align
branch
from
July 9, 2026 15:47
296b482 to
c430de0
Compare
M4h45amu7x
force-pushed
the
feat/clickgui-auto-align
branch
from
July 9, 2026 15:54
c430de0 to
9283f7b
Compare
M4h45amu7x
marked this pull request as ready for review
July 9, 2026 15:56
…-align # Conflicts: # src-theme/src/routes/clickgui/ClickGui.svelte # src-theme/src/routes/clickgui/Panel.svelte # src-theme/src/routes/clickgui/clickgui_store.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Double-click empty space in the ClickGUI to auto-arrange all panels toward that spot:
Panels glide into place and dragging still works like before.