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
parent
commit
6d6a6816e8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md
  2. 4
      apps/client/src/app/components/home-market/home-market.html
  3. 2
      apps/client/src/app/components/home-watchlist/home-watchlist.html

2
CHANGELOG.md

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

4
apps/client/src/app/components/home-market/home-market.html

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

2
apps/client/src/app/components/home-watchlist/home-watchlist.html

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

Loading…
Cancel
Save