updated gui
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user