Skip to content

Commit e427150

Browse files
benceruleanlupythongosssssactions-usergithub-actionsviva-jinyi
authored
Implement workflow progress panel (#6092)
Adds a workflow progress panel component underneath the `actionbar-container`. I suggest starting a review at the extraneous changes that were needed. Including but not limited to: - `get createTime()` in queueStore - `promptIdToWorkflowId`, `initializingPromptIds`, and `nodeProgressStatesByPrompt` in executionStore - `create_time` handling in v2ToV1Adapter - `pointer-events-auto` on ComfyActionbar.vue The rest of the changes should be contained under `QueueProgressOverlay.vue`, and has less of a blast radius in case something goes wrong. --------- Co-authored-by: pythongosssss <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Jin Yi <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: Johnpaul Chiwetelu <[email protected]> Co-authored-by: Christian Byrne <[email protected]> Co-authored-by: Comfy Org PR Bot <[email protected]> Co-authored-by: christian-byrne <[email protected]>
1 parent 92968f3 commit e427150

File tree

76 files changed

+7117
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+7117
-39
lines changed

apps/desktop-ui/src/views/ServerStartView.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@
8585
</template>
8686

8787
<script setup lang="ts">
88-
import {
89-
InstallStage,
90-
type InstallStageInfo,
91-
type InstallStageName,
92-
ProgressStatus
88+
import { InstallStage, ProgressStatus } from '@comfyorg/comfyui-electron-types'
89+
import type {
90+
InstallStageInfo,
91+
InstallStageName
9392
} from '@comfyorg/comfyui-electron-types'
9493
import type { Terminal } from '@xterm/xterm'
9594
import Button from 'primevue/button'
424 Bytes
Loading

browser_tests/tests/nodeHelp.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
22
comfyExpect as expect,
33
comfyPageFixture as test
44
} from '../fixtures/ComfyPage'
5+
import { fitToViewInstant } from '../helpers/fitToView'
56

67
// TODO: there might be a better solution for this
78
// Helper function to pan canvas and select node
@@ -516,6 +517,7 @@ This is English documentation.
516517
)
517518

518519
await comfyPage.loadWorkflow('default')
520+
await fitToViewInstant(comfyPage)
519521

520522
// Select KSampler first
521523
const ksamplerNodes = await comfyPage.getNodeRefsByType('KSampler')
176 Bytes
Loading
780 Bytes
Loading
777 Bytes
Loading
-34 Bytes
Loading
842 Bytes
Loading
955 Bytes
Loading
818 Bytes
Loading

0 commit comments

Comments
 (0)