feat: notification bell with modal in top bar #76
@@ -154,6 +154,12 @@ $aggregatedMetrics = $aggregatedMetrics ?? [];
|
|||||||
<?= htmlspecialchars($activity['actor_name'] ?? $activity['username'] ?? 'System') ?>
|
<?= htmlspecialchars($activity['actor_name'] ?? $activity['username'] ?? 'System') ?>
|
||||||
· <?= date('H:i', strtotime($activity['created_at'] ?? '')) ?>
|
· <?= date('H:i', strtotime($activity['created_at'] ?? '')) ?>
|
||||||
</span>
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -298,9 +304,4 @@ if (aggregatedData.length > 0) {
|
|||||||
|
|
||||||
setInterval(refreshAggregatedChart, 30000);
|
setInterval(refreshAggregatedChart, 30000);
|
||||||
</script>
|
</script>
|
||||||
<?php endforeach; ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user