From d48701fcd0cd45ce276571833f3bf3bda729963d Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Thu, 6 Aug 2026 14:45:03 +0000 Subject: [PATCH] Give KDS its own theme colour instead of kitchen's teal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit KDS was seeded with the same theme_color as kitchen (#0d9488) — the two Kitchen-category portal tiles were indistinguishable. Changed to #ea580c (orange). See kitchen-port-log.md E17. Co-Authored-By: Claude Sonnet 5 --- src/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db.js b/src/db.js index 98d7f00..705d80d 100644 --- a/src/db.js +++ b/src/db.js @@ -129,7 +129,7 @@ export async function initDb() { ('rates', 'Rate Monitor', 'Competitor rate monitoring and direct booking engine rates', '/rates', 'Tag', '#7b4f00', 'Finance', '10.10.10.115', 3080), ('maintenance', 'Maintenance', 'Maintenance log book — faults, recurring tasks, assets and contractors', '/maintenance', 'Wrench', '#b45309', 'Operations', '10.10.10.121', 3080), ('reports', 'Reports', 'Custom reports for NewBook, ResOS, SambaPOS and internal data', '/reports', 'BarChart2', '#1d4ed8', 'Management', '10.10.10.122', 3080), - ('kds', 'Kitchen Display', 'SambaPOS ticket feed and course flow display', '/kds', 'Monitor', '#0d9488', 'Kitchen', '10.10.10.125', 3080) + ('kds', 'Kitchen Display', 'SambaPOS ticket feed and course flow display', '/kds', 'Monitor', '#ea580c', 'Kitchen', '10.10.10.125', 3080) ON CONFLICT (slug) DO UPDATE SET name = EXCLUDED.name, icon = EXCLUDED.icon,