Show opened workflows as topbar tabs (#952)

* Basic tab switching

* Closing tabs

* Style buttons

* wip

* Fix scroll style

* Add setting

* Add playwright test

* Add unsaved status

* nit
This commit is contained in:
Chenlei Hu
2024-09-24 15:29:46 +09:00
parent 7b344d5629
commit 6a8287e192
8 changed files with 187 additions and 5 deletions

View File

@@ -380,5 +380,12 @@ export const CORE_SETTINGS: SettingParams[] = [
experimental: true,
type: 'combo',
options: ['Disabled', 'Floating']
},
{
id: 'Comfy.Workflow.WorkflowTabsPosition',
name: 'Opened workflows position',
type: 'combo',
options: ['Sidebar', 'Topbar'],
defaultValue: 'Sidebar'
}
]