From a311c811d70299a427a079b6acf1f36ec45f0145 Mon Sep 17 00:00:00 2001 From: josedario87 <71241187+josedario87@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:10:52 -0600 Subject: [PATCH] style(feed): highlight insert/delete events --- .../components/realtime/RealtimeEventCard.vue | 10 +++++++++- ui/src/views/RealtimeFeedView.vue | 18 ++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/ui/src/components/realtime/RealtimeEventCard.vue b/ui/src/components/realtime/RealtimeEventCard.vue index d8ac00f..39d171e 100644 --- a/ui/src/components/realtime/RealtimeEventCard.vue +++ b/ui/src/components/realtime/RealtimeEventCard.vue @@ -1,5 +1,5 @@