From cf9d7cc75dcccf3f718d7da0f7eb6da5647dfee6 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 7 Jun 2026 14:24:17 +0000 Subject: [PATCH] Add Events to the shared app launcher. Include the Events SSO entry and launcher icon so customers can switch to events.ladill.com from every product. Co-authored-by: Cursor --- config/ladill_launcher.php | 3 ++- public/images/launcher-icons/events.svg | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 public/images/launcher-icons/events.svg diff --git a/config/ladill_launcher.php b/config/ladill_launcher.php index 8c7b077..38c9c0f 100644 --- a/config/ladill_launcher.php +++ b/config/ladill_launcher.php @@ -30,6 +30,7 @@ return [ ['name' => 'Domains', 'url' => 'https://domains.'.$root, 'icon' => 'domains.svg'], ['name' => 'Servers', 'url' => 'https://servers.'.$root, 'icon' => 'servers.svg'], ['name' => 'Hosting', 'url' => 'https://hosting.'.$root, 'icon' => 'hosting.svg'], - ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root, 'icon' => 'qrplus.svg'], + ['name' => 'QR Plus', 'url' => 'https://qrplus.'.$root.'/sso/connect?redirect='.urlencode('https://qrplus.'.$root.'/dashboard'), 'icon' => 'qrplus.svg'], + ['name' => 'Events', 'url' => 'https://events.'.$root.'/sso/connect?redirect='.urlencode('https://events.'.$root.'/dashboard'), 'icon' => 'events.svg'], ], ]; diff --git a/public/images/launcher-icons/events.svg b/public/images/launcher-icons/events.svg new file mode 100644 index 0000000..feb13f8 --- /dev/null +++ b/public/images/launcher-icons/events.svg @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file