Files
ladill-events/config/mobile-topbar.php
T
isaaccladandCursor 99dbff200c
Deploy Ladill Events / deploy (push) Successful in 57s
Add mobile topbar titles and show Afia on all mobile headers.
Route-based subtitle and page titles replace plain app labels in mobile topbars, and the Afia AI button is visible on mobile across topbars and mobile-page-header screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 16:29:44 +00:00

26 lines
806 B
PHP

<?php
return [
'app_name' => 'Events',
'default_title' => 'Overview',
'patterns' => [
'events.dashboard' => 'Overview',
'events.search' => 'Search',
'events.index' => 'Events',
'events.create' => 'Create event',
'events.show' => 'Event',
'attendees.*' => 'Attendees',
'events.attendees*' => 'Attendees',
'badges.*' => 'Badge printing',
'events.badge*' => 'Badge printing',
'programmes.*' => 'Programmes',
'events.payouts' => 'Payments & Payouts',
'account.wallet' => 'Wallet',
'account.billing' => 'Billing',
'account.team*' => 'Team',
'account.settings' => 'Settings',
'account.developers*' => 'Developers',
'notifications.*' => 'Notifications',
],
];