feat(frontend): add Other Models page with subtype filter and badges

This commit is contained in:
Will Miao
2026-09-12 11:25:51 +08:00
parent 27da7b3ca3
commit fa7ce725c1
45 changed files with 988 additions and 30 deletions
+12
View File
@@ -36,6 +36,18 @@ export function renderEmbeddingsPage() {
});
}
/**
* Renders the Other Models page template with expected dataset attributes.
* @returns {Element}
*/
export function renderOtherPage() {
return renderTemplate('other.html', {
dataset: {
page: 'other',
},
});
}
/**
* Renders the Recipes page template with expected dataset attributes.
* @returns {Element}