From fd0ccea01da0e284a2aeff3ee2d5c4f08ea76fdc Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Tue, 3 Feb 2026 22:13:54 +0100 Subject: [PATCH] minor UI, table and select improvements Signed-off-by: Ronni Skansing --- frontend/src/lib/components/table/TableCell.svelte | 2 +- frontend/src/lib/components/table/TableCellLink.svelte | 4 ++-- frontend/src/routes/campaign/[id]/+page.svelte | 4 ++-- frontend/src/routes/recipient/+page.svelte | 2 +- frontend/src/routes/recipient/[id]/+page.svelte | 2 +- frontend/src/routes/recipient/group/[id]/+page.svelte | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/lib/components/table/TableCell.svelte b/frontend/src/lib/components/table/TableCell.svelte index 19e82e0..39243a4 100644 --- a/frontend/src/lib/components/table/TableCell.svelte +++ b/frontend/src/lib/components/table/TableCell.svelte @@ -12,7 +12,7 @@ *]:text-ellipsis [&>*]:overflow-hidden [&>*]:whitespace-nowrap [&>*]:block`} title={isDate ? '' : value} class:text-left={alignText === 'left'} class:text-center={alignText === 'center'} diff --git a/frontend/src/lib/components/table/TableCellLink.svelte b/frontend/src/lib/components/table/TableCellLink.svelte index 2538657..10b6e83 100644 --- a/frontend/src/lib/components/table/TableCellLink.svelte +++ b/frontend/src/lib/components/table/TableCellLink.svelte @@ -4,10 +4,10 @@ - + diff --git a/frontend/src/routes/campaign/[id]/+page.svelte b/frontend/src/routes/campaign/[id]/+page.svelte index 9c50958..81ccacd 100644 --- a/frontend/src/routes/campaign/[id]/+page.svelte +++ b/frontend/src/routes/campaign/[id]/+page.svelte @@ -1078,8 +1078,8 @@ {#if initialPageLoadComplete}
- Campaign: {campaign.name ?? ''} + + Campaign: {campaign.name ?? ''} {#if campaign.isTest} {/if} diff --git a/frontend/src/routes/recipient/+page.svelte b/frontend/src/routes/recipient/+page.svelte index 8488033..051bbee 100644 --- a/frontend/src/routes/recipient/+page.svelte +++ b/frontend/src/routes/recipient/+page.svelte @@ -428,7 +428,7 @@
- {recipient.email} + {recipient.email} Recipients