Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
74 stars 32 forks source link

Add a icon for moderators with the open report count #235

Closed happy-river closed 4 years ago

happy-river commented 4 years ago

Add a shield icon next to the envelope icon, for moderators and admins, and have it show the total number of open reports for all the subs moderated by that moderator or admin. The new shield icon is the link to the moderation dashboard, replacing the "Moderation" entry on the sub bar. The notifications number in the page title is now only set in JS instead of both JS and the templates, and for moderators it will now be the sum of regular notifications and open reports and will update when either of those changes on the server.

happy-river commented 4 years ago

Updated with some inspiration from #236 to get the notifications sent out to the moderators with only one query instead of two.