diff --git a/frontend/src/lib/components/AutoRefresh.svelte b/frontend/src/lib/components/AutoRefresh.svelte index 6515ee9..571d8fb 100644 --- a/frontend/src/lib/components/AutoRefresh.svelte +++ b/frontend/src/lib/components/AutoRefresh.svelte @@ -66,20 +66,23 @@ }); -
- Auto-Refresh -
- +
+
+ Auto-Refresh +
+ +
diff --git a/frontend/src/routes/campaign-template/+page.svelte b/frontend/src/routes/campaign-template/+page.svelte index 9a596a3..f5108dc 100644 --- a/frontend/src/routes/campaign-template/+page.svelte +++ b/frontend/src/routes/campaign-template/+page.svelte @@ -7,7 +7,6 @@ import TextField from '$lib/components/TextField.svelte'; import TableRow from '$lib/components/table/TableRow.svelte'; import TableCell from '$lib/components/table/TableCell.svelte'; - import TableCellLink from '$lib/components/table/TableCellLink.svelte'; import TableUpdateButton from '$lib/components/table/TableUpdateButton.svelte'; import TableDeleteButton from '$lib/components/table/TableDeleteButton2.svelte'; import TableCellAction from '$lib/components/table/TableCellAction.svelte'; diff --git a/frontend/src/routes/campaign/+page.svelte b/frontend/src/routes/campaign/+page.svelte index b0349a3..7323179 100644 --- a/frontend/src/routes/campaign/+page.svelte +++ b/frontend/src/routes/campaign/+page.svelte @@ -1082,17 +1082,18 @@ -
-
+
+
Campaigns - { - refreshCampaigns(false); - }} - /> +
+ { + refreshCampaigns(false); + }} + /> +
- New Campaign {#if initialPageLoadComplete} -
- Campaign: {campaign.name ?? ''} - {#if campaign.isTest} - - {/if} - - +
+
+ Campaign: {campaign.name ?? ''} + {#if campaign.isTest} + + {/if} + +
{