From 154f9fae89f4ed1702341a1b6f4f79ca2a97d3f9 Mon Sep 17 00:00:00 2001 From: Lewis Date: Wed, 18 Mar 2026 07:18:08 +0200 Subject: [PATCH] refactor(frontend): extract dashboard shell and lightweight component styles --- .../dashboard/AccountOverview.svelte | 81 ---- .../components/dashboard/CommsContent.svelte | 255 ----------- .../dashboard/InviteCodesContent.svelte | 147 ------ .../dashboard/MigrationContent.svelte | 60 --- frontend/src/routes/Dashboard.svelte | 419 ------------------ 5 files changed, 962 deletions(-) diff --git a/frontend/src/components/dashboard/AccountOverview.svelte b/frontend/src/components/dashboard/AccountOverview.svelte index 71250d7..2c40d94 100644 --- a/frontend/src/components/dashboard/AccountOverview.svelte +++ b/frontend/src/components/dashboard/AccountOverview.svelte @@ -58,84 +58,3 @@ {/if} - - diff --git a/frontend/src/components/dashboard/CommsContent.svelte b/frontend/src/components/dashboard/CommsContent.svelte index b0fe840..c6473da 100644 --- a/frontend/src/components/dashboard/CommsContent.svelte +++ b/frontend/src/components/dashboard/CommsContent.svelte @@ -382,258 +382,3 @@ {/if} - - diff --git a/frontend/src/components/dashboard/InviteCodesContent.svelte b/frontend/src/components/dashboard/InviteCodesContent.svelte index 4ef5299..fbaafab 100644 --- a/frontend/src/components/dashboard/InviteCodesContent.svelte +++ b/frontend/src/components/dashboard/InviteCodesContent.svelte @@ -158,150 +158,3 @@ {/if} - - diff --git a/frontend/src/components/dashboard/MigrationContent.svelte b/frontend/src/components/dashboard/MigrationContent.svelte index eee2287..44f76f3 100644 --- a/frontend/src/components/dashboard/MigrationContent.svelte +++ b/frontend/src/components/dashboard/MigrationContent.svelte @@ -51,63 +51,3 @@ {/if} - - diff --git a/frontend/src/routes/Dashboard.svelte b/frontend/src/routes/Dashboard.svelte index 36925af..787b4e0 100644 --- a/frontend/src/routes/Dashboard.svelte +++ b/frontend/src/routes/Dashboard.svelte @@ -328,422 +328,3 @@ {/if} - -