From fe5d6f702ba3fcca8e8e168ad914c15106b83e6f Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Wed, 21 May 2025 15:48:43 +0100
Subject: [PATCH 1/5] Feature/add hint about delayed market data to markets
overview (#4699)
* Add hint about delayed market data
* Update changelog
---
CHANGELOG.md | 1 +
.../src/app/components/home-market/home-market.html | 8 ++++++++
2 files changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3db392d..a2b77ff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
+- Added a hint about delayed market data to the markets overview
- Added the asset profile count per data provider to the endpoint `GET api/v1/admin`
### Changed
diff --git a/apps/client/src/app/components/home-market/home-market.html b/apps/client/src/app/components/home-market/home-market.html
index 2fcdb571..189c87c8 100644
--- a/apps/client/src/app/components/home-market/home-market.html
+++ b/apps/client/src/app/components/home-market/home-market.html
@@ -36,6 +36,14 @@
[locale]="user?.settings?.locale || undefined"
[user]="user"
/>
+ @if (benchmarks?.length > 0) {
+
+
+ Calculations are based on delayed market data and may not be
+ displayed in real-time.
+
+ }
From 1cfc691a3e3fcfd5ae73b7078348cae840d28866 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 21 May 2025 19:40:40 +0200
Subject: [PATCH 2/5] Feature/update locales (#4730)
* Update locales
* Update translations
---------
Co-authored-by: github-actions[bot]
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
---
apps/client/src/locales/messages.ca.xlf | 8 ++++++++
apps/client/src/locales/messages.de.xlf | 8 ++++++++
apps/client/src/locales/messages.es.xlf | 8 ++++++++
apps/client/src/locales/messages.fr.xlf | 8 ++++++++
apps/client/src/locales/messages.it.xlf | 8 ++++++++
apps/client/src/locales/messages.nl.xlf | 8 ++++++++
apps/client/src/locales/messages.pl.xlf | 8 ++++++++
apps/client/src/locales/messages.pt.xlf | 8 ++++++++
apps/client/src/locales/messages.tr.xlf | 8 ++++++++
apps/client/src/locales/messages.uk.xlf | 8 ++++++++
apps/client/src/locales/messages.xlf | 7 +++++++
apps/client/src/locales/messages.zh.xlf | 8 ++++++++
12 files changed, 95 insertions(+)
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index 38ae4f13..fc7e685b 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -8001,6 +8001,14 @@
315
+
+ Calculations are based on delayed market data and may not be displayed in real-time.
+ Calculations are based on delayed market data and may not be displayed in real-time.
+
+ apps/client/src/app/components/home-market/home-market.html
+ 41
+
+