Feature/add hint about delayed market data to markets overview (#4699)

* Add hint about delayed market data

* Update changelog
This commit is contained in:
Thomas Kaul 2025-05-21 15:48:43 +01:00 committed by GitHub
parent eed9d157f0
commit fe5d6f702b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -36,6 +36,14 @@
[locale]="user?.settings?.locale || undefined"
[user]="user"
/>
@if (benchmarks?.length > 0) {
<div class="mt-3 text-center">
<small class="text-muted" i18n>
Calculations are based on delayed market data and may not be
displayed in real-time.</small
>
</div>
}
</div>
</div>
</div>