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

@@ -18,14 +18,6 @@ export interface AboutPageBadge {
icon: string
}
export interface TopbarBadge {
text: string
/**
* Optional badge label (e.g., "BETA", "ALPHA", "NEW")
*/
label?: string
}
type MenuCommandGroup = {
/**
* The path to the menu group.
@@ -79,10 +71,6 @@ export interface ComfyExtension {
* Badges to add to the about page
*/
aboutPageBadges?: AboutPageBadge[]
/**
* Badges to add to the topbar
*/
topbarBadges?: TopbarBadge[]
/**
* Allows any initialisation, e.g. loading resources. Called after the canvas is created but before nodes are added
* @param app The ComfyUI app instance