From 7324c1451634e2a541a3df2c9d84b4f0219cfaa5 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 7 Nov 2020 14:59:09 +0100 Subject: [PATCH] Added changelog for #1115 --- changelog/60_UNRELEASED_2020-xx-xx.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index a2b5e098..8e467a89 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -137,6 +137,9 @@ ### General & other improvements/fixes - UI refresh / style improvements (thanks @zsarnett for the idea and initial work on this) +- Improved mobile views (thanks @4lloyd for the idea and initial work on this) + - The buttons on the top of each page and the filter row is now collapsed (use the ellipsis/filter button to show them) + - Tables are horizontally scrollable (instead of collapsing columns which don't fit) - The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau) - Via an environment variable `GROCY_DATAPATH` (higher priority) - Via an FastCGI parameter `GROCY_DATAPATH` (lower priority)