-
-
Notifications
You must be signed in to change notification settings - Fork 445
[UX/UI] Update layer controls tooltips #7153
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
Merged
Merged
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7153 +/- ##
==========================================
- Coverage 92.78% 92.68% -0.10%
==========================================
Files 620 620
Lines 56779 56781 +2
==========================================
- Hits 52680 52628 -52
- Misses 4099 4153 +54 ☔ View full report in Codecov by Sentry. |
brisvag
approved these changes
Aug 5, 2024
jni
approved these changes
Aug 29, 2024
jni
pushed a commit
that referenced
this pull request
Sep 19, 2024
…7202) # References and relevant issues Partially adresses #702 (with #7153) # Description Opacity and blending mode are linked. They both affect the entirety of the layer and determine how the composite visual ends up looking. In this PR the Blending combobox is moved to be under the opacity slider in the layer controls for all layers. While there is a larger plan to overhaul layer controls (#5358) this is incremental progress towards a more intuitive ui. A few examples: <img width="1198" alt="image" src="https://github.com/user-attachments/assets/2bc6080e-e453-4006-93eb-135313c2ce30"> <img width="293" alt="image" src="https://github.com/user-attachments/assets/1aaff946-9c4d-492b-814a-f0929059106d"> <img width="291" alt="image" src="https://github.com/user-attachments/assets/45b3e1c8-13de-40bf-9948-c5511322259d">
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.
References and relevant issues
Partially addresses #702
Description
This PR updates a number of tooltips: