From cf4f85f1bd72aa46828faddc71edd7b5316d1e6a Mon Sep 17 00:00:00 2001 From: Seth Van Niekerk Date: Sat, 18 Apr 2026 18:03:25 -0400 Subject: [PATCH] oops forgot to add downgrade warning to PluginCard --- frontend/src/components/cards/PluginCard.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/components/cards/PluginCard.jsx b/frontend/src/components/cards/PluginCard.jsx index 7ff77234..f1b5d5f6 100644 --- a/frontend/src/components/cards/PluginCard.jsx +++ b/frontend/src/components/cards/PluginCard.jsx @@ -26,6 +26,7 @@ import API from '../../api'; import PluginDetailPanel from '../PluginDetailPanel.jsx'; import { compareVersions } from '../pluginUtils.js'; import { + PluginDowngradeWarning, PluginSecurityWarning, PluginSupportDisclaimer, } from '../PluginWarnings.jsx'; @@ -662,6 +663,11 @@ const PluginCard = ({ APIs, or perform unwanted actions. + {isDown && ( + + Downgrading may cause issues with saved settings or data. + + )} Are you sure you want to proceed?