This commit is contained in:
TheGiddyLimit
2024-07-10 20:47:40 +01:00
parent e5844f8a3f
commit 2eeeb0771b
341 changed files with 67623 additions and 11384 deletions

View File

@@ -67,8 +67,6 @@ class RecipesPage extends ListPage {
dataProps: ["recipe"],
isMarkdownPopout: true,
listSyntax: new ListSyntaxRecipes({fnGetDataList: () => this._dataList, pFnGetFluff}),
});
}
@@ -85,7 +83,7 @@ class RecipesPage extends ListPage {
eleLi.innerHTML = `<a href="#${hash}" class="lst--border lst__row-inner">
<span class="ve-col-6 bold pl-0">${ent.name}</span>
<span class="ve-col-4 ve-text-center">${ent.type || "\u2014"}</span>
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToColor(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToSourceClassname(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
</a>`;
const listItem = new ListItem(