updated gui

This commit is contained in:
2026-03-09 03:07:02 -07:00
parent 2caf566bf6
commit 32002c7770
10 changed files with 1562 additions and 191 deletions

View File

@@ -366,6 +366,12 @@
}));
}
async function loadGematriaWordsByValue(value) {
return fetchJson(buildApiUrl("/api/v1/gematria/words", {
value
}));
}
async function loadDeckOptions(forceRefresh = false) {
if (!forceRefresh && deckOptionsCache) {
return deckOptionsCache;
@@ -495,6 +501,7 @@
isApiEnabled,
loadDeckManifest,
loadDeckOptions,
loadGematriaWordsByValue,
loadQuizCategories,
loadQuizTemplates,
loadTarotCards,