-
Notifications
You must be signed in to change notification settings - Fork 488
feat: right side panel favorites, no selection state, and more... #7812
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 58 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
069e2fd
feat: favorites
LittleSound 296a9e1
feat: settings tab
LittleSound 0d71d53
revert: settings tab + favorites
LittleSound 4bdb441
feat: favorite + settings
LittleSound 3013780
feat: settings
LittleSound 9d83cd3
feat: tab nodes
LittleSound 65a57d1
feat: group
LittleSound 1fa6e13
feat: locate
LittleSound 8293de2
fix: remove unused exports from favoritedWidgetsStore
LittleSound a032ac4
feat: widget actions
LittleSound b224e98
feat: drag and drop sorting in favorites
LittleSound b4d86d5
feat: favorite indicator
LittleSound ea8c41c
feat: show the node name from where this parameter comes from on subg…
LittleSound ab06fcd
feat: advance inputs
LittleSound 87ed0c1
feat: show advance inputs button
LittleSound bd48922
fix: update favorites label for clarity
LittleSound 4f95f0d
refactor: widget section and actions
LittleSound cbe4d59
refactor: the settings
LittleSound 8597e06
refactor: flat and categorize selected items
LittleSound 5b9a279
fix: groups title shown when select mulmultiple items
LittleSound 7506e65
fix: prevent stack overflow in flatItems function by limiting recursi…
LittleSound c8a8256
feat: add parent group display for selected groups
LittleSound 99095cc
feat: show groups info in more cases
LittleSound 7e501f4
fix: add search state management for widget filtering
LittleSound c5563d4
fix: enhance accessibility by adding aria-label to locate button and …
LittleSound fd16859
fix: nodes without widgets cannot display the location and their group
LittleSound 9650e85
fix: show node name in favorite widgets + improve labels layout
LittleSound ebb3cc3
show and hide input widgets do not work on subgraph
LittleSound 5f066b4
fix: favorite feature does not work on subgraph
LittleSound 86dac8c
feat: subgraph inputs rearranging
LittleSound 8f0ed7d
fix: update the displayed name when a widget is renamed
LittleSound d6b6ae3
fix: layout of locate button
LittleSound 59b561b
refactor: treat subgraph case as an independent tab component
LittleSound 193fa0a
fix: rename proxy widget correctly
LittleSound acda492
refactor: global settings style reuse for node widgets forms
LittleSound 486cad6
fix: update cursor style for tooltip in LayoutField component
LittleSound 81200d5
refactor: remove search functionality from TabGlobalSettings
LittleSound 7310683
fix: canvas does not update after modifying the subgraph's widgets value
LittleSound e01e5e1
fix(style): widget actions menu
LittleSound 308b489
fix(style): button show advanced inputs
LittleSound e48894c
feat: interactive animation
LittleSound 19e0a33
fix: improve search functionality to include node title matching
LittleSound 8134e12
Merge branch 'main' into rizumu/feat/right-side-panel-v3
LittleSound 2637255
fix: change useReactiveWidgetValue to a private function
LittleSound 37f1e94
[automated] Apply ESLint and Prettier fixes
actions-user 8a0217c
fix: drag-and-sort function is unavailable after the collapse panel i…
LittleSound 932ca80
fix: background color does not follow the theme
LittleSound 0135805
fix: search node titles + single-child group bugs
LittleSound a6f9f91
refactor: update favorited widgets storage to use workflow.extra data
LittleSound d4a6fde
fix: panel status not updated after switching workflows
LittleSound de9d3a4
fix(style): more gap between fields
LittleSound ebf8731
feat: add empty state display
LittleSound 61ba51e
feat: right click to favorite widget
LittleSound 55d4e02
fix: seed control button missing
LittleSound 59b75ce
fix: widget select dropdown display in right side panel
LittleSound 40faf68
refactor: widget enhancements for shared usage in Right Side Panel
LittleSound 37e4d4d
feat: implement widget renaming functionality and improve title editi…
LittleSound c5f95bb
[automated] Apply ESLint and Prettier fixes
actions-user 34eeb37
feat: persist panel switch state
LittleSound 8bbb44e
feat: sync search status across multiple panels
LittleSound 6bd8711
refactor: search component generalization
LittleSound 17808d6
fix: error showing empty state
LittleSound 7d2c3af
fix: dropdown menu is obscured in draggable widgets
LittleSound 11f3a72
fix: unified the edit icon size
LittleSound e00be30
fix: button size of locate
LittleSound 924d956
fix: based on the suggestion from coderabbitai
LittleSound f7be62a
Merge branch 'main' into rizumu/feat/right-side-panel-v3
LittleSound 920072e
refactor: scrolling to advanced inputs
LittleSound 950739e
feat: implement graph hierarchy management with findParentGroup function
LittleSound 88c1380
refactor: simplified PropertiesAccordionItem parameters
LittleSound 20350c4
refactor: use v-bind in MoreButton
LittleSound 8a38897
refactor: optimize right side panel components and improve widget han…
LittleSound 1516dba
chore: remove unsed exported types
LittleSound d2b59e4
[automated] Apply ESLint and Prettier fixes
actions-user f850fc5
Merge branch 'main' into rizumu/feat/right-side-panel-v3
LittleSound 30f19df
[automated] Update test expectations
invalid-email-address 838e006
test: update properties panel title assertions for selected nodes
LittleSound 6e2308a
chore: remove mobile settings dialog snapshot
christian-byrne f8c2aa8
Merge remote-tracking branch 'origin/main' into pr-7812
christian-byrne 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,21 @@ | ||
| @import '@comfyorg/design-system/css/style.css'; | ||
| @import '@comfyorg/design-system/css/style.css'; | ||
|
|
||
| /* List transition animations */ | ||
| .list-scale-move, | ||
| .list-scale-enter-active, | ||
| .list-scale-leave-active { | ||
| transition-property: opacity, transform; | ||
| transition-duration: 150ms; | ||
| transition-timing-function: ease; | ||
| } | ||
|
|
||
| .list-scale-enter-from, | ||
| .list-scale-leave-to { | ||
| opacity: 0; | ||
| transform: scale(70%); | ||
| } | ||
|
|
||
| .list-scale-leave-active { | ||
| position: absolute; | ||
| width: 100%; | ||
| } | ||
LittleSound marked this conversation as resolved.
Outdated
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
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.