From e5e319db6c0af2845b004bbd812b68f25b4b371a Mon Sep 17 00:00:00 2001 From: TheVillageGuy <47496248+TheVillageGuy@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:09:39 +0100 Subject: [PATCH 1/2] Update front.html.twig Add border to non federated notifications for admins and moderators This allows admins/moderators (when they receive notifications in the future) to quickly see if there has been any activity by local users on their instance --- templates/notifications/front.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/notifications/front.html.twig b/templates/notifications/front.html.twig index 6612eee1a..265bc4a83 100644 --- a/templates/notifications/front.html.twig +++ b/templates/notifications/front.html.twig @@ -46,7 +46,10 @@ {% for notification in notifications %} -
+
{%- with { notification: notification, From 4c8733dd9d6429cf33b1e0477e65082dd9c1ebb6 Mon Sep 17 00:00:00 2001 From: TheVillageGuy <47496248+TheVillageGuy@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:52:48 +0100 Subject: [PATCH 2/2] Add title to div Title shows entry as local and author --- templates/notifications/front.html.twig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/notifications/front.html.twig b/templates/notifications/front.html.twig index 265bc4a83..93766ead9 100644 --- a/templates/notifications/front.html.twig +++ b/templates/notifications/front.html.twig @@ -42,13 +42,23 @@
-
{% for notification in notifications %}
{%- with {