Open
Conversation
This was referenced Feb 5, 2026
Merged
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
72b3649 to
f9add7a
Compare
3 tasks
f9add7a to
d9a6362
Compare
47ed74b to
017eef0
Compare
3 tasks
d9a6362 to
f5ada4a
Compare
017eef0 to
ae5afd2
Compare
f5ada4a to
93ff57d
Compare
12359db to
6dff3a1
Compare
93ff57d to
47c9447
Compare
6dff3a1 to
ce36983
Compare
93c408b to
8a14810
Compare
24bf42c to
73b165f
Compare
This was referenced Feb 7, 2026
This was referenced Feb 10, 2026
9b3b118 to
c6d3736
Compare
73b165f to
7e1e9cd
Compare
c6d3736 to
2524193
Compare
7e1e9cd to
350000b
Compare
350000b to
ac6e50b
Compare
2524193 to
6131e1e
Compare
6131e1e to
3cbea70
Compare
ac6e50b to
25650b0
Compare
25650b0 to
e36e164
Compare
3cbea70 to
1edc40c
Compare
1edc40c to
ebad0ac
Compare
e36e164 to
795d9da
Compare
This was referenced Feb 20, 2026
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
Adds
integeras a supported annotation value type. An integer annotation will render as a numeric input, the same asnumber, but disallows the input of decimal values.Enables us to add zIndex editing to Tasks and IO Nodes via annotations.
Related Issue and Pull requests
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
common annotationto thelauncherTaskAnnotationSchema.jsonwith typeinteger. Hard-restart the dev server (hmr won't pick up on static json changes).Additional Comments