]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - lib/framework.php
Merge branch 'usergroups_page' into 'nightly'
authormmn <mmn@hethane.se>
Sat, 10 Oct 2015 20:35:36 +0000 (20:35 +0000)
committermmn <mmn@hethane.se>
Sat, 10 Oct 2015 20:35:36 +0000 (20:35 +0000)
commit89d3d9b2cef52efe054128f7f1f457ee260cee61
treed171778013aec02a31ce0ec440ee704c83cf0b3b
parent77951647cef2b025f4c5731c00713a455d20498d
parenta04b1cda45947351f160e76cd865ee84a17519b9
Merge branch 'usergroups_page' into 'nightly'

Improve display of user's groups page.

* Show page notice as for subscriptions
* Show instructions when user has no groups
* Add explanation of remote groups and link to skilledtest wiki

Here is how it looks when a logged in user is not following groups yet

![login_nogroups](https://git.gnu.io/aroque/gnu-social/uploads/34b1bdcdb9e7277ec3deff4594061c59/login_nogroups.png)

After following a group, you still see the instruction notice. This way you have links to searching groups and creating a new one.

![login_groups](https://git.gnu.io/aroque/gnu-social/uploads/cb50689bcdfca7adc5cdcbe620487aa4/login_groups.png)

Finally when logged out:

![nologin_groups](https://git.gnu.io/aroque/gnu-social/uploads/40d81ab909321f8729c2696dd3938d46/nologin_groups.png)

The current version on nightly has basically no text at all.

See merge request !25