From 133adece5f14e2de8aa4f83a5fc11593e822f6c6 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 20 Jun 2026 22:06:02 +0100 Subject: [PATCH] Implemented RSS support. --- assets/icons/odataicon.svg | 5 +- assets/icons/rssicon.svg | 18 +++++++ .../RegenerateAppPasswordSecret.jsx | 2 +- .../Dashboard/Management/Hosts/HostOtp.jsx | 10 ++-- .../Management/Users/SetAppPassword.jsx | 3 +- .../Marketplaces/ConfigureMarketplace.jsx | 2 +- .../Dashboard/common/ExportListButton.jsx | 18 +++++++ src/components/Dashboard/common/ODataURL.jsx | 2 +- .../Dashboard/common/RSSFeedURL.jsx | 50 +++++++++++++++++++ src/components/Icons/RssIcon.jsx | 6 +++ 10 files changed, 105 insertions(+), 11 deletions(-) create mode 100644 assets/icons/rssicon.svg create mode 100644 src/components/Dashboard/common/RSSFeedURL.jsx create mode 100644 src/components/Icons/RssIcon.jsx diff --git a/assets/icons/odataicon.svg b/assets/icons/odataicon.svg index 75cceba..65d7813 100644 --- a/assets/icons/odataicon.svg +++ b/assets/icons/odataicon.svg @@ -2,6 +2,9 @@ - + + + + diff --git a/assets/icons/rssicon.svg b/assets/icons/rssicon.svg new file mode 100644 index 0000000..b8600a2 --- /dev/null +++ b/assets/icons/rssicon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/components/Dashboard/Management/AppPasswords/RegenerateAppPasswordSecret.jsx b/src/components/Dashboard/Management/AppPasswords/RegenerateAppPasswordSecret.jsx index 22b60e0..7efabda 100644 --- a/src/components/Dashboard/Management/AppPasswords/RegenerateAppPasswordSecret.jsx +++ b/src/components/Dashboard/Management/AppPasswords/RegenerateAppPasswordSecret.jsx @@ -52,10 +52,10 @@ const RegenerateAppPasswordSecret = ({ id }) => { - {appPassword || '••••••••••••••••••••••••••••••••'} +