Revert "Comfy Cloud Badge indicator" (#6047)

Reverts Comfy-Org/ComfyUI_frontend#6043

accidentally merged this.
This commit is contained in:
Arjan Singh
2025-10-13 20:03:05 -07:00
committed by GitHub
parent f7e4e4f1b8
commit ab312ce3d7
7 changed files with 2 additions and 86 deletions

View File

@@ -1,15 +0,0 @@
import { isProductionEnvironment } from '@/config/environment'
import { useExtensionService } from '@/services/extensionService'
useExtensionService().registerExtension({
name: 'Comfy.CloudBadge',
// Only show badge when running in cloud environment
topbarBadges: isProductionEnvironment()
? [
{
label: 'BETA',
text: 'Comfy Cloud'
}
]
: undefined
})

View File

@@ -1,5 +1,4 @@
import './clipspace'
import './cloudBadge'
import './contextMenuFilter'
import './dynamicPrompts'
import './editAttention'