From 80c364110cd55562aba7b17d9b22de311d4288e6 Mon Sep 17 00:00:00 2001 From: Cody Kickertz Date: Fri, 19 Dec 2025 20:00:39 -0600 Subject: [PATCH] fix(ui): update user-facing links to Aletheia resources (#86) - MoreInfo: point to Aletheia GitHub instead of Radarr resources - UpdateChanges: link issue numbers to Aletheia repo - Add "Upstream" translation key for Radarr reference link Closes #53 Co-authored-by: admin --- .../src/System/Status/MoreInfo/MoreInfo.tsx | 40 +++++++------------ frontend/src/System/Updates/UpdateChanges.tsx | 2 +- src/NzbDrone.Core/Localization/Core/en.json | 1 + 3 files changed, 17 insertions(+), 26 deletions(-) diff --git a/frontend/src/System/Status/MoreInfo/MoreInfo.tsx b/frontend/src/System/Status/MoreInfo/MoreInfo.tsx index c6785c7a8b..eed8742fd4 100644 --- a/frontend/src/System/Status/MoreInfo/MoreInfo.tsx +++ b/frontend/src/System/Status/MoreInfo/MoreInfo.tsx @@ -14,36 +14,17 @@ function MoreInfo() { {translate('HomePage')} - radarr.video - - - {translate('Wiki')} - - - wiki.servarr.com/radarr + + github.com/cheir-mneme/aletheia - - {translate('Reddit')} - - - /r/Radarr - - - - {translate('Discord')} - - - radarr.video/discord - - {translate('Source')} - - github.com/Radarr/Radarr + + github.com/cheir-mneme/aletheia @@ -51,8 +32,17 @@ function MoreInfo() { {translate('FeatureRequests')} - - github.com/Radarr/Radarr/issues + + github.com/cheir-mneme/aletheia/issues + + + + + {translate('Upstream')} + + + + github.com/Radarr/Radarr diff --git a/frontend/src/System/Updates/UpdateChanges.tsx b/frontend/src/System/Updates/UpdateChanges.tsx index 9c905369d6..babf1f8d12 100644 --- a/frontend/src/System/Updates/UpdateChanges.tsx +++ b/frontend/src/System/Updates/UpdateChanges.tsx @@ -24,7 +24,7 @@ function UpdateChanges(props: Readonly) { const checkChange = change.replace( /#\d{4,5}\b/g, (match) => - `[${match}](https://github.com/Radarr/Radarr/issues/${match.substring( + `[${match}](https://github.com/cheir-mneme/aletheia/issues/${match.substring( 1 )})` ); diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 922f6a055f..28ef4103a1 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -2008,6 +2008,7 @@ "UpgradesAllowed": "Upgrades Allowed", "UpgradesAllowedHelpText": "If disabled qualities will not be upgraded", "Uppercase": "Uppercase", + "Upstream": "Upstream", "Uptime": "Uptime", "UrlBase": "URL Base", "UrlBaseHelpText": "For reverse proxy support, default is empty",