Merged
Conversation
… optimize buttons, fix unused nodeMap warning
- Replace async session restoration with sync localStorage read (persistentStorage.getSync) to eliminate flash of old content when entering workflow page - Build FormFieldConfig fallback from modelInputSchema so AI Task nodes render with FormField immediately without waiting for model API - Add lucide-react icons to all workflow node types (matching Free Tools page icons) - Icons shown in node title bar, NodePalette sidebar, and Add Node context menu
… titlebar adjustments
- Move More menu, Guide, and Templates buttons from top-right toolbar to left floating toolbar - Reorder left toolbar: Add Node (top) > Manage Workflows > Templates > Guide > More - Replace node icon with distinct square-plus, workflow icon with list icon, templates with grid icon - Use ReactDOM.createPortal for More menu dropdown to escape stacking context - Fix toolbar border alignment: match sidebar h-12 and Electron titleBarOverlay height (48px) - Fix Playground page-header border alignment with sidebar - Unify sidebar border opacity from border-border/70 to border-border - Reduce NodePalette item indentation for tighter left alignment - Clean up unused Workflow import from lucide-react
- ResultsPanel: add stacked card view when embedded in node card, showing current result with shadow layers behind and ◀ N/M ▶ nav - CustomNodeBody: show result count badge on collapsed Results button - execution.store: fix onNodeComplete to prepend results instead of overwriting, so batch runs accumulate all results (capped at 50)
…peek, history expand/collapse, text node fixes
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.