-
Notifications
You must be signed in to change notification settings - Fork 0
feat: schema-driven controls + runtime dynamic param schema enrichment #243
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 all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
bf1313f
feat(ui): schema-driven boolean and text controls on node cards
streamkit-devin 3df959e
fix(ui): support dot-notation path in sliders and InspectorPane readback
streamkit-devin 479c883
fix(ui): deep-merge nested param updates to preserve sibling properties
streamkit-devin 2a922cf
fix(ui): use useTuneNode for dot-path updates, fix slider prop fallback
streamkit-devin a5a925d
fix(ui): move side effect out of useState updater, fix design-view do…
streamkit-devin 9efe938
refactor(ui): address review feedback on schema-driven controls
streamkit-devin 5e7acff
fix(ui): use textRef in flushDebounce to avoid stale closure on every…
streamkit-devin bce6cba
fix(ui): update checkedRef in handleToggle to prevent double-click st…
streamkit-devin e036cf1
fix(ui): clear debounce timer ref after firing to prevent duplicate W…
streamkit-devin c7b3543
feat: runtime dynamic param schema enrichment
streamkit-devin 3eb599f
fix: bump NATIVE_PLUGIN_API_VERSION to 4, fix ValueType variants
streamkit-devin 1d92fc1
refactor(sdk): replace CResult with CSchemaResult for get_runtime_par…
streamkit-devin e388fd3
style: format dynamic_messages.rs
streamkit-devin c932992
fix(ui): property-level deep merge in deepMergeSchemas
streamkit-devin 9508bad
docs(core): document runtime_param_schema() immutability assumption
streamkit-devin 7b8070d
refactor(ui): move TEXT_DEBOUNCE_MS to constants/timing.ts
streamkit-devin 3794344
fix(engine): broadcast RuntimeSchemasUpdated WS event on schema disco…
streamkit-devin 7613424
Merge branch 'main' into devin/1775244734-schema-driven-controls
streamer45 b2766a2
feat(ui): collapsible controls on node cards for cleaner pipeline view
streamkit-devin e5fff3d
fix(ui): improve controls toggle alignment, z-index, and selection
streamkit-devin d965f2a
fix: deep-merge partial params on server and client, rebuild on runti…
streamkit-devin aed9493
style: format deep_merge_json
streamkit-devin 53def42
fix: address review findings — FFI safety, dedup, schema drop warning
streamkit-devin bad7ee6
fix: persist expanded state, dot-path validation, unbounded schema ch…
streamkit-devin f390882
style: format TypeScript files
streamkit-devin 948a104
fix: move expandedState declaration after imports to fix ESLint impor…
streamkit-devin ac79c20
fix: toggle initial state from runtime schema defaults, lighter LIVE …
streamkit-devin 8e6c73a
style: format slint_thread.rs for CI
streamkit-devin d34220e
fix: normalize Slint property names and unify Stream/Monitor controls
streamkit-devin c58bbde
fix: add clock_running to scoreboard YAML params and controls
streamkit-devin a7cfb51
fix: resolve dot-path validation by matching schema path field
streamkit-devin 6ac6c7b
fix: deep-merge params in sync TuneNode handler to match async handler
streamkit-devin 05affdd
Merge branch 'main' into devin/1775244734-schema-driven-controls
streamer45 0d803d8
fix: use WS-driven store for StreamView pipeline, add SAFETY docs and…
streamkit-devin c1748c6
style: fix Rust fmt and remove unused fetchPipeline export
streamkit-devin fe1a3ed
refactor: remove redundant double deep-merge in useTuneNode and usePi…
streamkit-devin 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
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
staging-devin-ai-integration[bot] marked this conversation as resolved.
Show resolved
Hide resolved
staging-devin-ai-integration[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.