From 6d6a6816e83b284980a27b13624c4fafe24b33ef Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jul 2025 18:28:35 +0200 Subject: [PATCH] Feature/increase width of markets overview and watchlist (#5096) * Increase width * Update changelog --- CHANGELOG.md | 2 ++ apps/client/src/app/components/home-market/home-market.html | 4 ++-- .../src/app/components/home-watchlist/home-watchlist.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23d727c8..23e2dc344 100644 --- a/CHANGELOG.md +++ b/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` 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 a9bdf4e68..43f5640ef 100644 --- a/apps/client/src/app/components/home-market/home-market.html +++ b/apps/client/src/app/components/home-market/home-market.html @@ -2,7 +2,7 @@