File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 </div >
99 <div class =" w-full sm:w-auto" >
1010 <form method =" GET" action =" {{ route (config (' request-analytics.route.name' )) } }" class =" flex items-center gap-2" >
11- <select name =" date_range" class =" bg-white border border-gray-300 rounded-lg px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500" >
11+ <select name =" date_range" class =" bg-white border border-gray-300 rounded-lg px-3 py-2.5 pr-6 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500 h-10 " >
1212 <option value =" 7" {{ $dateRange == 7 ? ' selected' : ' ' } } >Last 7 days</option >
1313 <option value =" 30" {{ $dateRange == 30 ? ' selected' : ' ' } } >Last 30 days</option >
1414 <option value =" 90" {{ $dateRange == 90 ? ' selected' : ' ' } } >Last 90 days</option >
Original file line number Diff line number Diff line change 44
55<button type =" button"
66 @class ([
7- " inline-flex items-center justify-center px-4 py-2 text-sm font-medium tracking-wide transition-colors duration-100 rounded-md px-5 py-3 " ,
7+ " inline-flex items-center justify-center text-sm font-medium tracking-wide transition-colors duration-100 rounded-md px-5 py-2.5 h-10 " ,
88 ' bg-blue-100 text-blue-500 hover:bg-blue-200' => $color === ' primary' ,
99 ' bg-gray-100 text-gray-500 hover:bg-gray-200' => $color === ' secondary' ,
1010 ' bg-red-100 text-red-500 hover:bg-red-200' => $color === ' danger' ,
Original file line number Diff line number Diff line change 3636 </script >
3737</head >
3838<body class =" bg-gray-50 min-h-screen" >
39- <header class =" bg-white border-b border-gray-200 shadow-sm" >
40- <div class =" container flex items-center justify-between py-6" >
41- <div >
42- <h4 class =" font-semibold text-xl text-gray-900" >{{ config (' app.name' ) } } </h4 >
43- <p class =" text-sm text-gray-500 mt-1" >Request Analytics</p >
44- </div >
45- </div >
46- </header >
4739{{ $slot } }
4840@stack (' scripts' )
4941</body >
You can’t perform that action at this time.
0 commit comments