diff --git a/CHANGELOG.md b/CHANGELOG.md index a9b8f4315..8298e479d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,16 @@ [#528](https://github.com/nextcloud/cookbook/pull/528/) @seyfeb - Timers are hidden when time is zero (prep, cook, total time) [#543](https://github.com/nextcloud/cookbook/pull/543/) @seyfeb +- Introduced left navigation pane visibility as Vuex state + [#544](https://github.com/nextcloud/cookbook/pull/544/) @seyfeb ### Fixed - Added some documentation how to install GH action generated builds [#538](https://github.com/nextcloud/cookbook/pull/538) @christianlupus - Fixed problem where timers are not updated after saving recipe edits [#543](https://github.com/nextcloud/cookbook/pull/543/) @seyfeb +- Fixed overlapping misaligned navigation toggles (as in #534) + [#544](https://github.com/nextcloud/cookbook/pull/544/) @seyfeb ### Removed - Removal of old contoller no longer in use diff --git a/src/components/AppControls.vue b/src/components/AppControls.vue index 7639fe0ce..702ffbbdb 100644 --- a/src/components/AppControls.vue +++ b/src/components/AppControls.vue @@ -1,7 +1,6 @@