From 48327cfc563d08048199773acb82eed39e1a2844 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 29 Jun 2026 22:12:15 +0000 Subject: [PATCH] Add Queue to app launcher config and icon. Propagated from ladill monorepo launcher sync. --- config/ladill_launcher.php | 1 + public/images/launcher-icons/queue.svg | 30 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 public/images/launcher-icons/queue.svg 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 new file mode 100644 index 0000000..3c3dd8b --- /dev/null +++ b/public/images/launcher-icons/queue.svg @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file