From 5d75ee493de6d68aedc1f09001863047d3230c29 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 16 Dec 2024 17:24:05 +0600 Subject: [PATCH] web/SupportedServices: use the general popover component --- .../components/save/SupportedServices.svelte | 110 ++++++------------ 1 file changed, 38 insertions(+), 72 deletions(-) diff --git a/web/src/components/save/SupportedServices.svelte b/web/src/components/save/SupportedServices.svelte index 6dcb9244..adf63ef5 100644 --- a/web/src/components/save/SupportedServices.svelte +++ b/web/src/components/save/SupportedServices.svelte @@ -1,18 +1,21 @@ @@ -49,7 +40,7 @@
- {#if renderPopover} -
-
- {#if loaded} - {#each services as service} -
{service}
- {/each} - {:else} - {#each { length: 17 } as _} - - {/each} - {/if} -
-
- {$t("save.services.disclaimer")} -
+ +
+ {#if loaded} + {#each services as service} +
{service}
+ {/each} + {:else} + {#each { length: 17 } as _} + + {/each} + {/if}
- {/if} +
+ {$t("save.services.disclaimer")} +
+