forum: make status labels into clickable filters.

* Make it so that you can click the stickied / locked / deleted icons or
  the new / approved / pending / rejected labels to filter topics by
  that status.

* Replace the `mod_only` search param with `is_private`.
This commit is contained in:
evazion
2020-03-16 17:32:26 -05:00
parent 95d65b25e2
commit 8253df84d9
6 changed files with 54 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ div#c-forum-topics {
white-space: nowrap;
}
span.topic-status {
.topic-status {
margin-right: 0.25em;
vertical-align: bottom;