summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-01 14:03:24 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-01 14:03:24 +0200
commit991843acb06f535e197e40342ff22fda261021ae (patch)
tree37a74412ebb30bc9ec21b2bb7f806240323cc14b
parent8b85437b6b33bc23eaf208ed98c400bbea13d1fc (diff)
downloadwekan-991843acb06f535e197e40342ff22fda261021ae.tar.gz
wekan-991843acb06f535e197e40342ff22fda261021ae.tar.bz2
wekan-991843acb06f535e197e40342ff22fda261021ae.zip
- [Mobile fixes](https://github.com/wekan/wekan/pull/2084), thanks to hupptechnologies:
- Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others. - When clicking Move Card, go to correct page position. Currently it's at empty page position, and there is need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible. - Also check that other buttons go to visible page.
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82e98421..cb2a59d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ This release adds the following new features:
and fixes the following bugs:
- docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container does not exist yet. Thanks to xet7.
+- [Mobile fixes](https://github.com/wekan/wekan/pull/2084), thanks to hupptechnologies:
+ - Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others.
+ - When clicking Move Card, go to correct page position. Currently it's at empty page position, and there is
+ need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible.
+ - Also check that other buttons go to visible page.
Thanks to above GitHub users for their contributions.