From 429a163a7906ba2b49034b2b854d9cbcb136e3c6 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 29 Jun 2026 22:06:09 +0000 Subject: [PATCH] Add Queue to app launcher config and icon. --- config/ladill_launcher.php | 1 + public/images/launcher-icons/queue.svg | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index f100662..0025502 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -31,6 +31,7 @@ return [ ['name' => 'Link', 'url' => 'https://link.'.$root.'/sso/connect?redirect='.urlencode('https://link.'.$root.'/dashboard'), 'icon' => 'link.svg'], ['name' => 'Frontdesk', 'url' => 'https://frontdesk.'.$root.'/sso/connect?redirect='.urlencode('https://frontdesk.'.$root.'/dashboard'), 'icon' => 'frontdesk.svg'], ['name' => 'Care', 'url' => 'https://care.'.$root.'/sso/connect?redirect='.urlencode('https://care.'.$root.'/dashboard'), 'icon' => 'care.svg'], + ['name' => 'Queue', 'url' => 'https://queue.'.$root.'/sso/connect?redirect='.urlencode('https://queue.'.$root.'/dashboard'), 'icon' => 'queue.svg'], ['name' => 'SMS', 'url' => 'https://sms.'.$root, 'icon' => 'sms.svg'], ['name' => 'Bird', 'url' => 'https://bird.'.$root, 'icon' => 'bird.svg'], ['name' => 'Mail', 'url' => 'https://mail.'.$root, 'icon' => 'mail.svg'], diff --git a/public/images/launcher-icons/queue.svg b/public/images/launcher-icons/queue.svg index 748032a..3c3dd8b 100644 --- a/public/images/launcher-icons/queue.svg +++ b/public/images/launcher-icons/queue.svg @@ -11,20 +11,20 @@ } .cls-2 { - fill: #f16667; + fill: #ffd05a; } .cls-3 { - fill: #319966; + fill: #f16667; } .cls-4 { - fill: #ffd05a; + fill: #319966; } - - + + - + \ No newline at end of file