From 6ae3e77b237ce6268af3d58ff48bf140ab0fbbc3 Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 8 Nov 2024 18:53:14 -0500 Subject: [PATCH] add: show profile avatars in notifications --- .../templates/components/notification.html | 6 +----- .../templates/components/response_title.html | 1 - crates/rainbeam/templates/notifications.html | 18 +++++++++++++++++- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/crates/rainbeam/templates/components/notification.html b/crates/rainbeam/templates/components/notification.html index c071998..39a02cc 100644 --- a/crates/rainbeam/templates/components/notification.html +++ b/crates/rainbeam/templates/components/notification.html @@ -1,10 +1,6 @@
- + {{ shared::ui::render_markdown(notif.title)|safe }} {{ notif.timestamp }} diff --git a/crates/rainbeam/templates/components/response_title.html b/crates/rainbeam/templates/components/response_title.html index b86133f..0a1cb1d 100644 --- a/crates/rainbeam/templates/components/response_title.html +++ b/crates/rainbeam/templates/components/response_title.html @@ -150,7 +150,6 @@ ${anchor.innerHTML}`; + } }