feat: notification bell with modal in top bar #76

Merged
rafaga21 merged 4 commits from feat/server-thresholds into master 2026-06-13 16:52:44 -04:00
Showing only changes of commit edd9933430 - Show all commits

View File

@@ -154,6 +154,12 @@ $aggregatedMetrics = $aggregatedMetrics ?? [];
<?= htmlspecialchars($activity['actor_name'] ?? $activity['username'] ?? 'System') ?>
&middot; <?= date('H:i', strtotime($activity['created_at'] ?? '')) ?>
</span>
</div>
</div>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
@@ -298,9 +304,4 @@ if (aggregatedData.length > 0) {
setInterval(refreshAggregatedChart, 30000);
</script>
<?php endforeach; ?>
</div>
<?php endif; ?>
</div>
</div>
</div>