chore: Add Integer Annotation Type#1758
Open
camielvs wants to merge 1 commit into02-04-feat_add_zindex_management_for_all_nodesfrom
Open
chore: Add Integer Annotation Type#1758camielvs wants to merge 1 commit into02-04-feat_add_zindex_management_for_all_nodesfrom
camielvs wants to merge 1 commit into02-04-feat_add_zindex_management_for_all_nodesfrom
Conversation
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. |
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
ce36983 to
9fb1a50
Compare
8a14810 to
a0b96c3
Compare
36b1827 to
baf7562
Compare
a0574d5 to
075c508
Compare
baf7562 to
24bf42c
Compare
075c508 to
9b3b118
Compare
24bf42c to
73b165f
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
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