mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
feat: add icon field to additional UI components in index.json for consistency
This commit is contained in:
@@ -313,6 +313,7 @@
|
||||
"name": "App Header",
|
||||
"version": "1.0.0",
|
||||
"description": "Shared navigation header with user avatar and actions",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": ["ui_permissions"],
|
||||
@@ -326,6 +327,7 @@
|
||||
"name": "App Footer",
|
||||
"version": "1.0.0",
|
||||
"description": "Shared footer with copyright and links",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": [],
|
||||
@@ -339,6 +341,7 @@
|
||||
"name": "Intro Section",
|
||||
"version": "1.0.0",
|
||||
"description": "Page intro with eyebrow, title, and description",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": [],
|
||||
@@ -352,6 +355,7 @@
|
||||
"name": "Level 2 - User Dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "User dashboard with profile, comments, and chat",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": ["ui_permissions", "ui_header", "ui_intro"],
|
||||
@@ -365,6 +369,7 @@
|
||||
"name": "Level 3 - Admin Panel",
|
||||
"version": "1.0.0",
|
||||
"description": "Admin panel for user and content management",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": ["ui_permissions", "ui_header", "ui_intro"],
|
||||
@@ -378,6 +383,7 @@
|
||||
"name": "Level 4 - Builder",
|
||||
"version": "1.0.0",
|
||||
"description": "Application builder with schemas and workflows",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": ["ui_permissions", "ui_header", "ui_intro"],
|
||||
@@ -391,6 +397,7 @@
|
||||
"name": "Level 5 - Super God",
|
||||
"version": "1.0.0",
|
||||
"description": "Super god panel for tenant management",
|
||||
"icon": "static_content/icon.svg",
|
||||
"author": "MetaBuilder",
|
||||
"category": "ui",
|
||||
"dependencies": ["ui_permissions", "ui_header", "ui_intro"],
|
||||
|
||||
Reference in New Issue
Block a user