codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
385 stars 68 forks source link

add total pending edits to dashboard if you can see them #1278

Closed cellio closed 9 months ago

cellio commented 9 months ago

meta:290471

Adds the number of pending edits to the dashboard and links, for users who can review edits. Thanks @Oaphi for getting me started and @MoshiKoi for the clue about per-category tallies.

screen shot

cellio commented 9 months ago

Ok I think this is really ready for review now. No more hard-coded whitespace or other abominations. :-)

cellio commented 9 months ago

Turns out this is not working right on the dev server. The check for edits is applied on the local site, not the target one, and for non-admins the dashboard is busted. I guess we need to revert this and figure out how to test in a multi-community environment.