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

feat: adds quick action to add module to recently focused group #586

Merged
merged 1 commit into from
Jun 24, 2021

Conversation

2xAA
Copy link
Member

@2xAA 2xAA commented Jun 23, 2021

Provides the user a quick way to add modules to groups. A new indicator in the top right of the group shows which group is focused, ready to accept gallery modules when double clicked

fixes #496

Provides the user a quick way to add modules to groups. A new indicator in the top right of the
group shows which group is focused, ready to accept gallery modules when double clicked

fixes #496
@2xAA 2xAA requested a review from TimPietrusky June 23, 2021 23:27
Copy link
Member

@TimPietrusky TimPietrusky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works. What is a bit confusing in terms of UX is that when the group is focused, you have both the focus border and the focus indicator. But only the indicator will stay when the group is losing focus. That might be confusing as it's not clear why these are different.

But that is something for a later point in time ;)

@TimPietrusky TimPietrusky merged commit dca9ea0 into next Jun 24, 2021
@TimPietrusky TimPietrusky deleted the fix/496/doubleClickModuleIntoGroup branch June 24, 2021 20:14
2xAA pushed a commit that referenced this pull request Jun 24, 2021
# [3.17.0](3.16.0...3.17.0) (2021-06-24)

### Bug Fixes

* fixes shader gallery preview sizes ([#585](#585)) ([c4e289a](c4e289a))

### Features

* adds quick action to add module to recently focused group ([#586](#586)) ([dca9ea0](dca9ea0)), closes [#496](#496)
* adds version number to status bar ([#587](#587)) ([0afd65f](0afd65f)), closes [#581](#581)
@2xAA
Copy link
Member Author

2xAA commented Jun 24, 2021

🎉 This PR is included in version 3.17.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@2xAA 2xAA added the released label Jun 24, 2021
@2xAA
Copy link
Member Author

2xAA commented Jun 24, 2021

@TimPietrusky I thought maybe the circle indicator was better than having two focus rings, which might get even more confusing 😅

2xAA pushed a commit that referenced this pull request Jan 7, 2022
# [3.17.0](3.16.0...3.17.0) (2021-06-24)

### Bug Fixes

* fixes shader gallery preview sizes ([#585](#585)) ([c4e289a](c4e289a))

### Features

* adds quick action to add module to recently focused group ([#586](#586)) ([dca9ea0](dca9ea0)), closes [#496](#496)
* adds version number to status bar ([#587](#587)) ([0afd65f](0afd65f)), closes [#581](#581)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Groups] Double click gallery module to add it to the most recently focused group
2 participants