From 236276c15ab0d75e93725f43bc07a2d314f15ffe Mon Sep 17 00:00:00 2001 From: isaacclad Date: Tue, 7 Jul 2026 00:21:46 +0000 Subject: [PATCH] Sync app launcher from registry --- config/ladill_launcher.php | 1 + public/images/launcher-icons/woo.svg | 25 +++++++++++++++++ public/images/launcher-icons/woomanager.svg | 31 +++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 public/images/launcher-icons/woo.svg create mode 100644 public/images/launcher-icons/woomanager.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index df19219..2a0d785 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -22,6 +22,7 @@ return [ ['name' => 'POS', 'url' => 'https://pos.'.$root.'/sso/connect?redirect='.urlencode('https://pos.'.$root.'/dashboard'), 'icon' => 'pos.svg'], ['name' => 'Mini', 'url' => 'https://mini.'.$root.'/sso/connect?redirect='.urlencode('https://mini.'.$root.'/dashboard'), 'icon' => 'mini.svg'], ['name' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.svg'], + ['name' => 'Woo Manager', 'url' => 'https://woo.'.$root.'/sso/connect?redirect='.urlencode('https://woo.'.$root.'/dashboard'), 'icon' => 'woomanager.svg'], ['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'], diff --git a/public/images/launcher-icons/woo.svg b/public/images/launcher-icons/woo.svg new file mode 100644 index 0000000..5029df3 --- /dev/null +++ b/public/images/launcher-icons/woo.svg @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/images/launcher-icons/woomanager.svg b/public/images/launcher-icons/woomanager.svg new file mode 100644 index 0000000..9740185 --- /dev/null +++ b/public/images/launcher-icons/woomanager.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file