-
Notifications
You must be signed in to change notification settings - Fork 449
Support "control after generate" in vue #6985
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
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
23fdbe4
add control_after_generate ui
christian-byrne f853cb9
don't use forEach
christian-byrne 57025df
seed widget
christian-byrne cfaeed1
seed widget2
christian-byrne 04bd165
handle legacy step value
christian-byrne 6acc7b0
feat: update NumberControlPopover with semantic design tokens
christian-byrne 29af785
fix test
christian-byrne c18df9c
Fix display of controled widget values
AustinMroz abe600b
Revert useGraphNodeManager changes
AustinMroz fcf9a32
Merge origin/main
AustinMroz 895a458
Swap NumberInputs to rekka ui to embed control
AustinMroz 613fe12
Persist control widget value
AustinMroz 94ade0a
[automated] Update test expectations
invalid-email-address 0fb7466
Test fixes and nits
AustinMroz 95b95ed
Merge branch 'main' into austin/vue-control-after-generate
christian-byrne 69715b2
[automated] Update test expectations
invalid-email-address 7dd2f52
Add max and mins from litegraph implementation
AustinMroz 307771b
Merge 8e006bb8a306^
AustinMroz bbcb3b4
Merge main
AustinMroz ec07416
[automated] Update test expectations
invalid-email-address b5419f7
Empty commit to force tests to rerun
AustinMroz 6d2f976
Fix number precision
AustinMroz 9348995
[automated] Update test expectations
invalid-email-address 9723e2b
Merge main
AustinMroz bb5c884
[automated] Update test expectations
invalid-email-address ff08660
Merge main
AustinMroz 52daf4e
Revert to primevue, fix test
AustinMroz ad70768
Revert vitest changes, clear browser snapshots
AustinMroz 4b4b90d
[automated] Update test expectations
invalid-email-address a84fd7a
Empty commit to trigger tests
AustinMroz 0b5ded8
Merge main
AustinMroz a2391e6
[automated] Update test expectations
invalid-email-address 5b6d835
Empty commit to force tests
AustinMroz 939090f
nits
AustinMroz 26e6aec
Further nits
AustinMroz 1fa618c
Merge main
AustinMroz 1ddf364
[automated] Update test expectations
invalid-email-address cfb579b
Remove global seed tests
AustinMroz d25cd39
Merge remote-tracking branch 'origin/main' into austin/vue-control-af…
AustinMroz 679a1da
[automated] Update test expectations
invalid-email-address 70f6d5b
merge: main into austin/vue-control-after-generate
christian-byrne ed25f72
Merge branch 'main' into austin/vue-control-after-generate
AustinMroz 488922a
fix: restore executeNumberControls calls removed in merge
christian-byrne 9553233
fix: remove space-y-1 causing extra margin on number inputs
christian-byrne 437880c
[automated] Update test expectations
invalid-email-address File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
seed widget2
- Loading branch information
commit cfaeed183ea6de854ca392d60987ce5ff7b1fe29
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be a utility function instead of a composable for now.