Browse Source
Feature/increase width of markets overview and watchlist (#5096)
* Increase width
* Update changelog
pull/5097/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
5 additions and
3 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/home-market/home-market.html
-
apps/client/src/app/components/home-watchlist/home-watchlist.html
|
|
@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Increased the width of the markets overview |
|
|
|
- Increased the width of the watchlist |
|
|
|
- Renamed `Access` to `accessesGet` in the `User` database schema |
|
|
|
- Improved the language localization for Italian (`it`) |
|
|
|
- Upgraded `prisma` from version `6.10.1` to `6.11.1` |
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Markets</h1> |
|
|
|
@if (hasPermissionToAccessFearAndGreedIndex) { |
|
|
|
<div class="mb-5 row"> |
|
|
|
<div class="col-xs-12 col-md-8 offset-md-2"> |
|
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
|
<div class="mb-2 text-center text-muted"> |
|
|
|
<small i18n>Last {{ numberOfDays }} Days</small> |
|
|
|
</div> |
|
|
@ -29,7 +29,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
<div class="mb-3 row"> |
|
|
|
<div class="col-xs-12 col-md-8 offset-md-2"> |
|
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
|
<gf-benchmark |
|
|
|
[benchmarks]="benchmarks" |
|
|
|
[deviceType]="deviceType" |
|
|
|
|
|
@ -8,7 +8,7 @@ |
|
|
|
</span> |
|
|
|
</h1> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-xs-12 col-md-8 offset-md-2"> |
|
|
|
<div class="col-xs-12 col-md-10 offset-md-1"> |
|
|
|
<gf-benchmark |
|
|
|
[benchmarks]="watchlist" |
|
|
|
[deviceType]="deviceType" |
|
|
|