Drop heroes from analytics pages and remove bordered show cards.
Deploy Ladill Queue / deploy (push) Successful in 43s
Deploy Ladill Queue / deploy (push) Successful in 43s
Analytics, Reports, Feedback, and Branches use simple headers again; report and related show views use shadow panels instead of card borders. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -36,10 +36,6 @@ class ReportController extends Controller
|
||||
'organization' => $organization,
|
||||
'branches' => $branches,
|
||||
'reports' => config('qms.report_types'),
|
||||
'heroStats' => [
|
||||
'reports' => count(config('qms.report_types')),
|
||||
'branches' => $branches->count(),
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user