feat: Fider service

This commit is contained in:
Andras Bacsai
2022-04-29 22:25:04 +02:00
parent e5b1ce4eef
commit a3fd95020d
9 changed files with 456 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
import { errorNotification } from '$lib/form';
import { t } from '$lib/translations';
import { toast } from '@zerodevx/svelte-toast';
import Fider from './_Fider.svelte';
import Ghost from './_Ghost.svelte';
import Hasura from './_Hasura.svelte';
import MeiliSearch from './_MeiliSearch.svelte';
@@ -175,6 +176,8 @@
<Umami bind:service />
{:else if service.type === 'hasura'}
<Hasura bind:service />
{:else if service.type === 'fider'}
<Fider bind:service {readOnly} />
{/if}
</div>
</form>