Enhanced user ignore feature
authorAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2016 11:10:35 +0000 (13:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2016 11:10:41 +0000 (13:10 +0200)
commit013abaffe2d3aaa5885ec6b11f8a5de180d85842
tree6394a152b8a6801944f825b04f658de30aabe237
parent04ff4f09888e4e0a3f2f68f7e35e5290c68f6148
Enhanced user ignore feature

* Regular content by ignored users is now converted into grayscale with
a non-hover opacity of .5
* Messages are collapsed to a single notice, but will reveal the full
message on click
* Blocking a follower will now remove the follower-state and block
future attempts to follow again while still being blocked
com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl
com.woltlab.wcf/templates/recentActivityListItem.tpl
com.woltlab.wcf/templates/user.tpl
wcfsetup/install/files/js/WoltLab/WCF/BootstrapFrontend.js
wcfsetup/install/files/js/WoltLab/WCF/Ui/User/Ignore.js [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/follow/UserFollowAction.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnoreAction.class.php
wcfsetup/install/files/style/ui/userIgnore.scss [new file with mode: 0644]