You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shrimbly
ecb8bb0ea7
feat(45-03): extend dimming system for Conditional Switch non-matching outputs
- Import ConditionalSwitchNodeData type in dimmingUtils.ts
- Add conditionalSwitch block to collect potentially dimmed nodes
- Non-matching rules (isMatched=false) trigger downstream dimming
- Default output dims when ANY rule matches (inactive when no match)
- Extend smart cascade blockedTypes collection
- Check conditionalSwitch rules for match status
- Add inactive outputs to blockedTypes
- Extend hasReplacementInput check to skip non-matching outputs
- Guard conditionalSwitch nodes from dimming in WorkflowCanvas
- Updated guard: if (node.type === "switch" || node.type === "conditionalSwitch")
Phase 44's dimming system now handles both Switch and Conditional Switch.
5 months ago
..
__tests__
fix: narrow edge subscription, eliminate mount race, and add disabled state to Output node
5 months ago
edges
Subtle connectors, zip download to context menu
7 months ago
modals
Merge branch 'develop' into fix/fal-3d-url-extraction
5 months ago
nodes
feat(45-01): create ConditionalSwitchNode component with rule editing UI and match indicators
5 months ago
quickstart
feat: refactor PromptConstructor, add project setup flow, improve gallery
6 months ago
AnnotationModal.tsx
Release: 3D viewer, execute selected nodes, canvas navigation settings (#66)
5 months ago
ChatPanel.tsx
feat: add BETA badge to chat panel header
6 months ago
ConnectionDropMenu.tsx
feat(45-02): register ConditionalSwitch in WorkflowCanvas and connection menus
5 months ago
CostDialog.tsx
feat: merge WaveSpeed provider and fix Kie/WaveSpeed integration bugs
6 months ago
CostIndicator.tsx
Release: 3D viewer, execute selected nodes, canvas navigation settings (#66)
5 months ago
CubicBezierEditor.tsx
fix: enforce fal.ai API key requirement and update error handling
6 months ago
EdgeToolbar.tsx
feat(40-02): add image connection sequence numbering
6 months ago
FloatingActionBar.tsx
fix: remove Save As button, hide Array node, add Kie error logging
5 months ago
GlobalImageHistory.tsx
image grid splitting, resizing improvements, image history
7 months ago
GroupsOverlay.tsx
Add group locking feature, and implement image carousel for nodes. Update workflow store to manage image history and group states. Improve node execution logic to skip locked groups. Readme updates.
7 months ago
Header.tsx
fix: remove Save As button, hide Array node, add Kie error logging
5 months ago
KeyboardShortcutsDialog.tsx
fix(ui): add Shift+R and Shift+T to keyboard shortcuts dialog
5 months ago
MultiSelectToolbar.tsx
Subtle connectors, zip download to context menu
7 months ago
ProjectSetupModal.tsx
fix: allow saving to new project subfolders
5 months ago
SplitGridSettingsModal.tsx
fix: widen split grid settings modal for 7 layout options (#68)
5 months ago
Toast.tsx
feat: add copy button to toast notifications
6 months ago
WorkflowCanvas.tsx
feat(45-03): extend dimming system for Conditional Switch non-matching outputs
5 months ago