Fix leftover Events routes breaking SSO and dashboard.
Deploy Ladill Mini / deploy (push) Failing after 52s

Replace events.* route names with mini.* defaults, remove unused topbar search, and align deploy script with ladill-mini paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 18:54:59 +00:00
co-authored by Cursor
parent df70611345
commit 987f7dce0c
8 changed files with 21 additions and 67 deletions
+7 -7
View File
@@ -1,15 +1,15 @@
@php
$afiaGreeting = "Hi, I'm Afia 👋 Ask me about QR codes — creating a Business or WiFi code, styling and downloads, scan stats, or wallet billing";
$afiaGreeting = "Hi, I'm Afia 👋 Ask me about payment QRs — creating one, accepting payments, payouts, or the 5% platform fee";
$afiaSuggestions = [
'How do I create a Business QR code?',
'What is the difference between Link and List of Links?',
'How do I download a print-ready PNG?',
'Why is my wallet balance low?',
'How do I create a payment QR?',
'How do customers pay me?',
'When do payouts reach my wallet?',
'What is the platform fee?',
];
@endphp
{{-- Afia Ladill AI assistant slide-over. Opened via $dispatch('afia-open'). --}}
<div x-data="afia({
chatUrl: '{{ route('events.afia.chat') }}',
chatUrl: '{{ route('mini.afia.chat') }}',
csrf: '{{ csrf_token() }}',
greeting: @js($afiaGreeting),
suggestions: @js($afiaSuggestions),
@@ -48,7 +48,7 @@
</span>
<div class="leading-tight">
<p class="text-sm font-semibold text-slate-900">Afia</p>
<p class="text-[11px] text-slate-400">QR Plus assistant</p>
<p class="text-[11px] text-slate-400">Mini assistant</p>
</div>
</div>
<div class="flex items-center gap-1">