Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions app/components/hint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,7 @@ export const LoadingDataError = ({ message }: { message?: string }) => {
<Trans id="hint.dataloadingerror.message">
The data could not be loaded.
</Trans>
<Link
target="_blank"
href="https://visualization-tool.status.interactivethings.io/"
>
<Link target="_blank" href="https://status.lindas.admin.ch/">
{" "}
<Trans id="hint.dataloadingerror.status">
Check our status page for more information.
Expand Down