From f1deb924d82bf13ecb03ddbb3cf32a2335268e78 Mon Sep 17 00:00:00 2001 From: clucraft Date: Thu, 22 Jan 2026 13:55:40 -0500 Subject: [PATCH] Show all configured notification channels on product page - Add Pushover badge to notification settings section - Update description to clarify all channels receive notifications - Fix condition to show section when Pushover is configured Co-Authored-By: Claude Opus 4.5 --- frontend/src/pages/ProductDetail.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/ProductDetail.tsx b/frontend/src/pages/ProductDetail.tsx index acec2e0..49e553c 100644 --- a/frontend/src/pages/ProductDetail.tsx +++ b/frontend/src/pages/ProductDetail.tsx @@ -521,7 +521,7 @@ export default function ProductDetail() { onRangeChange={handleRangeChange} /> - {notificationSettings && (notificationSettings.telegram_configured || notificationSettings.discord_configured) && ( + {notificationSettings && (notificationSettings.telegram_configured || notificationSettings.discord_configured || notificationSettings.pushover_configured) && ( <>