Updated Application icon and notifcation pagination items per page, and updated NotificationsBell

This commit is contained in:
Simon Pocrnjič
2026-01-18 19:49:48 +01:00
parent cc4c07717e
commit 068bbdf583
6 changed files with 83 additions and 99 deletions
@@ -19,7 +19,7 @@ public function unread(Request $request)
}
$today = now()->toDateString();
$perPage = max(1, min(100, (int) $request->integer('perPage', 15)));
$perPage = max(1, min(100, (int) $request->integer('per_page', 15)));
$search = trim((string) $request->input('search', ''));
$clientUuid = trim((string) $request->input('client', ''));
$clientId = null;