feat: zIndex Management for Task Nodes#1757
Open
camielvs wants to merge 1 commit into02-05-chore_add_integer_annotation_typefrom
Open
feat: zIndex Management for Task Nodes#1757camielvs wants to merge 1 commit into02-05-chore_add_integer_annotation_typefrom
camielvs wants to merge 1 commit into02-05-chore_add_integer_annotation_typefrom
Conversation
This was referenced Feb 5, 2026
This was referenced Feb 5, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Feb 5, 2026
f61141b to
8a478b7
Compare
8a478b7 to
c39283b
Compare
3 tasks
72b3649 to
f9add7a
Compare
1d06dfb to
fcd9564
Compare
3 tasks
fcd9564 to
5026c52
Compare
f9add7a to
d9a6362
Compare
5026c52 to
ee6ff89
Compare
3 tasks
d9a6362 to
f5ada4a
Compare
ee6ff89 to
069b2eb
Compare
f5ada4a to
93ff57d
Compare
8f2ab33 to
db1b9b7
Compare
93ff57d to
47c9447
Compare
db1b9b7 to
2a06f9a
Compare
47c9447 to
93c408b
Compare
2a06f9a to
2e967db
Compare
93c408b to
8a14810
Compare
2e967db to
91147d6
Compare
8a14810 to
a0b96c3
Compare
91147d6 to
3743881
Compare
a0b96c3 to
a0574d5
Compare
c01cbb5 to
2edad9e
Compare
a0574d5 to
075c508
Compare
075c508 to
9b3b118
Compare
2edad9e to
85b1ad7
Compare
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.

Description
zIndex management for Task Nodes, accessible in UI via Context Panel & Configuration. zIndex is saved in annotations as
annotations: { zIndex: number.toString() }I didn't know where to stick the UI for it so just shoved it at the bottom of the Context Panel. It'd be nice to have a little floating toolbar above the node, but this is a sidequest, so it's something we can iterate on later.
Related Issue and Pull requests
Progresses https://github.com/Shopify/oasis-frontend/issues/483
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
Additional Comments