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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion src/assets/css/style.css
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%;
}
11 changes: 9 additions & 2 deletions src/components/button/MoreButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<template>
<div class="relative inline-flex items-center">
<Button size="icon" variant="secondary" @click="popover?.toggle">
<Button
size="icon"
variant="secondary"
:class="buttonClass"
@click="popover?.toggle"
>
<i
:class="
cn(
Expand Down Expand Up @@ -56,15 +61,17 @@
<script setup lang="ts">
import Popover from 'primevue/popover'
import { ref } from 'vue'
import type { HTMLAttributes } from 'vue'

import Button from '@/components/ui/button/Button.vue'
import { cn } from '@/utils/tailwindUtil'

interface MoreButtonProps {
isVertical?: boolean
buttonClass?: HTMLAttributes['class']
}

const { isVertical = false } = defineProps<MoreButtonProps>()
const { isVertical = false, buttonClass } = defineProps<MoreButtonProps>()

defineEmits<{
menuOpened: []
Expand Down
Loading