Theme fixes, logo updated, reduce duplication of components

And many more updates
This commit is contained in:
hackerESQ
2024-08-23 21:59:42 -05:00
parent c255d14f23
commit a0ec39638e
26 changed files with 248 additions and 231 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class DashboardController extends Controller
$user = $request->user()->load('portfolios');
// get portfolio metrics
$metrics = cache()->remember(
$metrics = cache()->tags(['metrics', 'dashboard', $user->id])->remember(
'dashboard-metrics-' . $user->id,
10,
function () {