Skip to content

Conversation

Codetrauma
Copy link
Contributor

No description provided.

@Codetrauma Codetrauma linked an issue Jul 20, 2025 that may be closed by this pull request
@Codetrauma Codetrauma requested review from heeckhau and 0xtsukino and removed request for heeckhau July 20, 2025 18:06
Copy link
Member

@heeckhau heeckhau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

@Codetrauma Codetrauma requested a review from heeckhau July 28, 2025 18:35
@Codetrauma
Copy link
Contributor Author

@heeckhau can you give this another review with the updated changes

Copy link
Member

@heeckhau heeckhau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, except for one remark

@heeckhau heeckhau merged commit d334286 into main Aug 18, 2025
2 checks passed
@heeckhau heeckhau deleted the sidepanel-input-fields branch August 18, 2025 17:23
@dylan1951
Copy link
Contributor

So this only supports input parameters on the first step? I was slightly confused by this because you can configure inputs on any step in config.json

if (index > 0) {
stepData = lastResponse;
} else {
stepData = { ...parameterValues, ...inputValues };
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support input fields in steps in the sidepanel
3 participants