From 2f539401d6c1f61dc64f630cb6ec68bcdbe8d2c3 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Fri, 24 Jul 2026 19:32:28 +0000 Subject: [PATCH] Sync app launcher from registry --- config/ladill_launcher.php | 2 +- public/images/launcher-icons/stock.svg | 30 ++++++++++++++++++++++++++ public/images/launcher-icons/woo.svg | 25 --------------------- 3 files changed, 31 insertions(+), 26 deletions(-) create mode 100644 public/images/launcher-icons/stock.svg delete mode 100644 public/images/launcher-icons/woo.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 3183cd4..33cabfe 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -26,13 +26,13 @@ return [ ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ['name' => 'Accounting', 'url' => 'https://accounting.'.$root.'/sso/connect?redirect='.urlencode('https://accounting.'.$root.'/dashboard'), 'icon' => 'accounting.svg'], ['name' => 'Invoice', 'url' => 'https://invoice.'.$root.'/sso/connect?redirect='.urlencode('https://invoice.'.$root.'/dashboard'), 'icon' => 'invoice.svg'], + ['name' => 'Stock', 'url' => 'https://stock.'.$root.'/sso/connect?redirect='.urlencode('https://stock.'.$root.'/dashboard'), 'icon' => 'stock.svg'], ['name' => 'CRM', 'url' => 'https://crm.'.$root.'/sso/connect?redirect='.urlencode('https://crm.'.$root.'/dashboard'), 'icon' => 'crm.svg'], ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], ['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' => 'One', 'url' => 'https://one.'.$root.'/sso/connect?redirect='.urlencode('https://one.'.$root.'/dashboard'), 'icon' => 'one.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'], diff --git a/public/images/launcher-icons/stock.svg b/public/images/launcher-icons/stock.svg new file mode 100644 index 0000000..8b6518e --- /dev/null +++ b/public/images/launcher-icons/stock.svg @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/public/images/launcher-icons/woo.svg b/public/images/launcher-icons/woo.svg deleted file mode 100644 index 5029df3..0000000 --- a/public/images/launcher-icons/woo.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - \ No newline at end of file