Add mobile topbar titles and show Afia on all mobile headers.
Deploy Ladill Servers / deploy (push) Successful in 41s
Deploy Ladill Servers / deploy (push) Successful in 41s
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>
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'app_name' => 'Servers',
|
||||
'default_title' => 'Dashboard',
|
||||
'patterns' => [
|
||||
'servers.dashboard' => 'Dashboard',
|
||||
'servers.search' => 'Search',
|
||||
'servers.vps' => 'VPS',
|
||||
'servers.dedicated' => 'Dedicated',
|
||||
'servers.orders.*' => 'Orders',
|
||||
'hosting.server-panel.*' => 'Server panel',
|
||||
'account.wallet' => 'Wallet',
|
||||
'account.billing' => 'Billing',
|
||||
'account.team*' => 'Team',
|
||||
'account.settings' => 'Settings',
|
||||
'notifications.*' => 'Notifications',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user