Supports VHS video outputs in queue sidebar tab (#1174)

* Properly identify gifs

* Detect VHS video

* Basic video support in queue

* Video in lightbox

* Preview button

* nit

* Fix vitest
This commit is contained in:
Chenlei Hu
2024-10-08 17:10:44 -04:00
committed by GitHub
parent 3cafc10c2b
commit 5f3afa3776
6 changed files with 72 additions and 37 deletions

View File

@@ -249,7 +249,7 @@ const menuItems = computed<MenuItem[]>(() => [
{
label: t('loadWorkflow'),
icon: 'pi pi-file-export',
command: () => menuTargetTask.value?.loadWorkflow()
command: () => menuTargetTask.value?.loadWorkflow(app)
},
{
label: t('goToNode'),