mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-26 04:07:41 +00:00
refactor(web): remove per-page icon from PluginPageItem
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -41,7 +41,6 @@ export interface PluginPageItem {
|
|||||||
pluginIconURL: string; // plugin icon URL
|
pluginIconURL: string; // plugin icon URL
|
||||||
pageId: string;
|
pageId: string;
|
||||||
path: string; // asset path (HTML file)
|
path: string; // asset path (HTML file)
|
||||||
icon?: string; // optional per-page icon name from page manifest
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Entity lists and refresh functions exposed via context
|
// Entity lists and refresh functions exposed via context
|
||||||
@@ -209,7 +208,6 @@ export function SidebarDataProvider({
|
|||||||
pluginIconURL: httpClient.getPluginIconURL(author, name),
|
pluginIconURL: httpClient.getPluginIconURL(author, name),
|
||||||
pageId: page.id,
|
pageId: page.id,
|
||||||
path: page.path,
|
path: page.path,
|
||||||
icon: page.icon,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user