Client Side UI: Removed the black on white on black badge counters they were just to distracting changed it to a more suble light number, also merged side alert badges

This commit is contained in:
johnnyq
2023-09-23 19:11:08 -04:00
parent 51b2f6b4e5
commit 0312a5f957
2 changed files with 31 additions and 43 deletions

View File

@@ -192,6 +192,9 @@ if (isset($_GET['client_id'])) {
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('item_id') AS num FROM shared_items WHERE item_client_id = $client_id"));
$num_shared_links = $row['num'];
$row = mysqli_fetch_assoc(mysqli_query($mysqli, "SELECT COUNT('log_id') AS num FROM logs WHERE log_client_id = $client_id"));
$num_logs = $row['num'];
// Expiring Items
// Count Domains Expiring within 30 Days