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?