From 763dd85eaa697fe9a11de3ea001e54169ab1c360 Mon Sep 17 00:00:00 2001 From: Mathis Hofer Date: Thu, 12 Feb 2026 13:55:27 +0100 Subject: [PATCH 1/2] chore: Replace status page link in loading error component #759 --- app/components/hint.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/components/hint.tsx b/app/components/hint.tsx index e2366b07f..da1bcd1a6 100644 --- a/app/components/hint.tsx +++ b/app/components/hint.tsx @@ -221,10 +221,7 @@ export const LoadingDataError = ({ message }: { message?: string }) => { The data could not be loaded. - + {" "} Check our status page for more information. From 7ad4770461009d76c1f6d2982b63004ac073e2cb Mon Sep 17 00:00:00 2001 From: Mathis Hofer Date: Thu, 12 Feb 2026 13:31:23 +0100 Subject: [PATCH 2/2] docs: Update changelog for 6.3.0 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51efb9227..5511e6248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,22 @@ You can also check the ## Unreleased +Nothing yet. + +### 6.3.0 - 2026-02-12 + - Features - Added a way to make table columns responsive - Started OpenTelemetry instrumentation + - Added new LINDASnext endpoints +- Maintenance + - Removed some services managed by Interactive Things (k6 cloud, Sentry, + Accent, Argos) + - Updated GitHub Actions -Use Node LTS in GitHub Action workflows + - Replaced status page link in loading error message +- Security + - Precautionary fixed React Server Components vulnerabilities, although not + affected due to use of Pages Router ### 6.2.5 - 2025-12-02