From 9bdebc7dcbb9f2013ae53150dbbef553c1c2d472 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Fri, 24 Jul 2026 19:32:19 +0000 Subject: [PATCH] Sync app launcher from registry --- config/ladill_launcher.php | 1 + public/images/launcher-icons/stock.svg | 30 ++++++++++++++++++++++++++ public/images/launcher-icons/woo.svg | 25 --------------------- 3 files changed, 31 insertions(+), 25 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 2a0d785..33cabfe 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -26,6 +26,7 @@ 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'], 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