web: add local processing setting & api type

response is not handled at all yet, this is a raw draft
This commit is contained in:
wukko
2025-01-29 15:06:16 +06:00
parent c7c9cf2f0f
commit a43e7a629b
10 changed files with 49 additions and 19 deletions

View File

@@ -91,7 +91,7 @@
<UpdateNotification />
{/if}
<div id="content">
{#if $settings.advanced.duck}
{#if $settings.advanced.localProcessing}
<ProcessingQueue />
{/if}
{#if ($turnstileEnabled && $page.url.pathname === "/") || $turnstileCreated}