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)