reddit-moderator-toolbox icon indicating copy to clipboard operation
reddit-moderator-toolbox copied to clipboard

Moderator toolbox for reddit extension development.

Results 146 reddit-moderator-toolbox issues
Sort by recently updated
recently updated
newest added

Just noticed it today while having multiple tabs open but I am also using Vivaldi so I can't rule out yet that it is just a weird thing there. But...

bug
needs repro

Can the "Open in old Reddit" button automatically parse out /rpan from RPAN URLs so the post will load correctly? For example https://new.reddit.com/rpan/r/distantsocializing/gphsbd won't toggle correctly unless you make it...

bug
core: modbar

Just like the existing buttons for approving and removing things, should be able to ignore reports on all selected items.

enhancement
help wanted
good first issue
module: queuetools

The `ban_reason` field is limited to 100 characters because it's only intended for a rule name or similar short reason. The `ban_note` reason is intended for notes such as URLs,...

enhancement
module: modbutton

Instead of using a single "null" index in the constants.warnings array, toolbox is producing multiple: ``` "warnings": [ null, "abusewarn", "spamwarn", "spamwatch", "gooduser", null, "ban" ] ```

code quality

Just a silly QoL idea I had when doing the queues, it would be nice if it updated in realtime when taking actions. Probably want to debounce it a tiny...

enhancement
module: notifier

I was working the queue then accidentally navigated away while writing a removal reason so I had to go to the modlog to find that thing. In a similar sense...

enhancement

Every time I load a subreddit listing or the modqueue, there's a slow progression of every single element (especially buttons) on the page downwards as elements load. This always adds...

performance

Just a general issue to keep track of some thoughts on improving the speed of toolbox's init processes, spun off from #403. Probably also a good excuse for a general...

code quality
performance

From #407. Rather than blocking the content script on usernote decompression, send the usernote data in a message to the background page and do the decompression there. This should help...

performance