Add a mobile search page for Hosting.
Deploy Ladill Hosting / deploy (push) Successful in 27s

Return an HTML search screen from /search for browser visits and point the bottom nav Search tab at it instead of the dashboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 15:38:29 +00:00
co-authored by Cursor
parent cf9d7cc75d
commit b7b9e5ef05
6 changed files with 162 additions and 10 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
@include('partials.mobile-bottom-nav', [
'homeUrl' => route('hosting.dashboard'),
'homeActive' => request()->routeIs('hosting.dashboard') || request()->routeIs('hosting.index'),
'searchUrl' => route('hosting.dashboard'),
'searchActive' => request()->routeIs('hosting.*'),
'searchUrl' => route('hosting.search'),
'searchActive' => request()->routeIs('hosting.search'),
'notificationsUrl' => route('notifications.index'),
'notificationsActive' => request()->routeIs('notifications.*'),
'unreadUrl' => route('notifications.unread'),