From 08d3c99996c0203fcc5fbd858ce7fe297e4c08a1 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Tue, 23 Jun 2026 22:53:06 +0000 Subject: [PATCH] Sync app launcher config and add POS icon. Co-authored-by: Cursor --- config/ladill_launcher.php | 1 + public/images/launcher-icons/hosting.svg | 10 ++++---- public/images/launcher-icons/invoice.svg | 2 +- public/images/launcher-icons/pos.svg | 31 ++++++++++++++++++++++++ public/images/launcher-icons/sms.svg | 2 +- 5 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 public/images/launcher-icons/pos.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index af05c68..f0ec899 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -37,6 +37,7 @@ return [ ['name' => 'Invoice', 'url' => 'https://invoice.'.$root.'/sso/connect?redirect='.urlencode('https://invoice.'.$root.'/dashboard'), 'icon' => 'invoice.svg'], ['name' => 'Give', 'url' => 'https://give.'.$root.'/sso/connect?redirect='.urlencode('https://give.'.$root.'/dashboard'), 'icon' => 'give.svg'], ['name' => 'Merchant', 'url' => 'https://merchant.'.$root.'/sso/connect?redirect='.urlencode('https://merchant.'.$root.'/dashboard'), 'icon' => 'merchant.svg'], + ['name' => 'POS', 'url' => 'https://pos.'.$root.'/sso/connect?redirect='.urlencode('https://pos.'.$root.'/dashboard'), 'icon' => 'pos.svg'], ['name' => 'Transfer', 'url' => 'https://transfer.'.$root.'/sso/connect?redirect='.urlencode('https://transfer.'.$root.'/dashboard'), 'icon' => 'transfer.svg'], ['name' => 'CRM', 'url' => 'https://crm.'.$root.'/sso/connect?redirect='.urlencode('https://crm.'.$root.'/dashboard'), 'icon' => 'crm.svg'], ], diff --git a/public/images/launcher-icons/hosting.svg b/public/images/launcher-icons/hosting.svg index ccd24dd..bd7b96f 100644 --- a/public/images/launcher-icons/hosting.svg +++ b/public/images/launcher-icons/hosting.svg @@ -31,10 +31,10 @@ } - - - + + + - - + + \ No newline at end of file diff --git a/public/images/launcher-icons/invoice.svg b/public/images/launcher-icons/invoice.svg index d2d4040..8c0e070 100644 --- a/public/images/launcher-icons/invoice.svg +++ b/public/images/launcher-icons/invoice.svg @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/public/images/launcher-icons/pos.svg b/public/images/launcher-icons/pos.svg new file mode 100644 index 0000000..84b9280 --- /dev/null +++ b/public/images/launcher-icons/pos.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/launcher-icons/sms.svg b/public/images/launcher-icons/sms.svg index 87ec5fa..bc628c1 100644 --- a/public/images/launcher-icons/sms.svg +++ b/public/images/launcher-icons/sms.svg @@ -22,4 +22,4 @@ - + \ No newline at end of file