Make filters a regular step (#14586)

- Remove special design logic for filters and edge with filters
- Remove backend logic to delete filters along with parent steps
- Add filters to the node type picker



https://github.com/user-attachments/assets/5b6ceda4-d86f-48a3-8c93-37a885398a8d
This commit is contained in:
Thomas Trompette
2025-09-18 15:07:23 +02:00
committed by GitHub
parent 235eef32f6
commit 3fbc257c06
32 changed files with 88 additions and 2184 deletions
@@ -93,11 +93,10 @@ export const WorkflowVariablesDropdownStepItems = ({
.includes(searchInputValue.toLowerCase())
: true;
const objectLabel = displayedSubStepObjectMetadata?.labelSingular;
const shouldDisplaySubStepObject =
shouldDisplayRecordObjects && isObjectFoundThroughSearch;
const objectLabel = displayedSubStepObjectMetadata?.labelSingular;
return (
<DropdownContent widthInPixels={GenericDropdownContentWidth.ExtraLarge}>
<DropdownMenuHeader