From 66c794ee53f14d18da19d3293f375dfaa4d7d8d7 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 18 Jun 2026 19:19:39 -0400 Subject: [PATCH] fix(core): align menu + dashboard colors and order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Menu: Files moved between People and Data Stores; color tertiary (matches Users/People). Dashboard: Sites secondary→primary, Files secondary→tertiary, Data Stores + Lookups surface→secondary. All cards now match menu color groupings. Co-Authored-By: Claude Sonnet 4.6 --- src/routes/core/+layout.svelte | 8 +++----- src/routes/core/+page.svelte | 24 ++++++++++++------------ 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/routes/core/+layout.svelte b/src/routes/core/+layout.svelte index 4cc89eda..b068232e 100644 --- a/src/routes/core/+layout.svelte +++ b/src/routes/core/+layout.svelte @@ -73,6 +73,9 @@ onMount(() => { People + + Files + @@ -93,11 +96,6 @@ onMount(() => { class="btn btn-sm preset-tonal-surface"> Contacts - - Files - diff --git a/src/routes/core/+page.svelte b/src/routes/core/+page.svelte index 2d13e534..4aff18ea 100644 --- a/src/routes/core/+page.svelte +++ b/src/routes/core/+page.svelte @@ -82,11 +82,11 @@ $effect(() => {
+ class="card preset-tonal-primary group flex flex-col justify-between space-y-4 p-6 shadow-lg transition-colors duration-200 hover:brightness-110">
+ class="bg-primary-500/20 rounded-lg p-2 transition-transform group-hover:scale-110">

Sites

@@ -97,7 +97,7 @@ $effect(() => {

Manage @@ -149,11 +149,11 @@ $effect(() => {
+ class="card preset-tonal-tertiary group flex flex-col justify-between space-y-4 p-6 shadow-lg transition-colors duration-200 hover:brightness-110">
+ class="bg-tertiary-500/20 rounded-lg p-2 transition-transform group-hover:scale-110">

Files

@@ -163,7 +163,7 @@ $effect(() => {

Manage @@ -171,11 +171,11 @@ $effect(() => {
+ class="card preset-tonal-secondary group flex flex-col justify-between space-y-4 p-6 shadow-lg transition-colors duration-200 hover:brightness-110">
+ class="bg-secondary-500/20 rounded-lg p-2 transition-transform group-hover:scale-110">

Data Stores

@@ -185,7 +185,7 @@ $effect(() => {

Manage @@ -193,11 +193,11 @@ $effect(() => {
+ class="card preset-tonal-secondary group flex flex-col justify-between space-y-4 p-6 shadow-lg transition-colors duration-200 hover:brightness-110">
+ class="bg-secondary-500/20 rounded-lg p-2 transition-transform group-hover:scale-110">

Lookups

@@ -207,7 +207,7 @@ $effect(() => {

View