-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix,feat: canvas followups 7 #6849
Merged
Merged
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 988c718 - Browse repository at this point
Copy the full SHA 988c718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e1263 - Browse repository at this point
Copy the full SHA 42e1263View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ddb97 - Browse repository at this point
Copy the full SHA d4ddb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for f868d19 - Browse repository at this point
Copy the full SHA f868d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c46a5 - Browse repository at this point
Copy the full SHA 51c46a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50dbf74 - Browse repository at this point
Copy the full SHA 50dbf74View commit details -
feat(ui): revised canvas "busyness" state tracking
Track various canvas states: - Filtering an entity - Transforming an entity - Rasterizing an entity - Compositing - Busy (derived from all of the above) Also track individual entity states: - Locked - Disabled - All of type are hidden - Has objects - Interactable (derived from all of the above) These states then gate various actions. For example: - Cannot invoke while the canvas is busy. - Cannot transform, filter, duplicate, or delete when the canvas is busy. Tool interaction restrictions are not yet implemented.
Configuration menu - View commit details
-
Copy full SHA for 4cad712 - Browse repository at this point
Copy the full SHA 4cad712View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c51e3 - Browse repository at this point
Copy the full SHA c0c51e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e1479 - Browse repository at this point
Copy the full SHA 42e1479View commit details -
fix(ui): do not show/hide objects when filtering
This is a holdover from before the buffer renderer was split out.
Configuration menu - View commit details
-
Copy full SHA for cd99f4c - Browse repository at this point
Copy the full SHA cd99f4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9c9bee - Browse repository at this point
Copy the full SHA e9c9beeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fae9c5d - Browse repository at this point
Copy the full SHA fae9c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d9bc7 - Browse repository at this point
Copy the full SHA 31d9bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fce39 - Browse repository at this point
Copy the full SHA 02fce39View commit details -
feat(ui): revised
Result
implementationUse classes with `isOk` and `isErr` methods instead of separate type guard functions. Update tests and usage.
Configuration menu - View commit details
-
Copy full SHA for 61bd13a - Browse repository at this point
Copy the full SHA 61bd13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4efb48 - Browse repository at this point
Copy the full SHA c4efb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c266e9 - Browse repository at this point
Copy the full SHA 8c266e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f68db92 - Browse repository at this point
Copy the full SHA f68db92View commit details -
feat(ui): on-theme checkboard pattern colors
They were pure grayscale before. Now are tinted according to our base color.
Configuration menu - View commit details
-
Copy full SHA for 31d5293 - Browse repository at this point
Copy the full SHA 31d5293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bf0db - Browse repository at this point
Copy the full SHA 79bf0dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5c906 - Browse repository at this point
Copy the full SHA 5b5c906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd6dcc - Browse repository at this point
Copy the full SHA 6cd6dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c78dd12 - Browse repository at this point
Copy the full SHA c78dd12View commit details
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.