refactor: remove legacy card components and update imports to use shared ModelCard component

This commit is contained in:
Will Miao
2025-07-25 22:00:38 +08:00
parent 1a3751acfa
commit 0d9003dea4
11 changed files with 16 additions and 62 deletions

View File

@@ -68,7 +68,7 @@ export class AppCore {
const pageType = this.getPageType();
// Initialize virtual scroll for pages that need it
if (['loras', 'recipes', 'checkpoints'].includes(pageType)) {
if (['loras', 'recipes', 'checkpoints', 'embeddings'].includes(pageType)) {
initializeInfiniteScroll(pageType);
}