Erin
Erin
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...
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...
When an action is attempted via the mod button and Reddit returns one or more errors in response, we currently just tell the user "This failed, do you want to...
When using the mod button to issue a ban, using repeated tokens in the message (e.g. `{body}{body}{body}`) can cause the final message's length to exceed the 1000 character cap, circumventing...
If all old-reddit-only settings for a module are advanced/beta, and the user doesn't have advanced/beta modes enabled, the "Settings below only affect things on old reddit" warning is displayed with...
For subs that don't use removal reasons all the time, but still like having canned messages some of the time, having the RRs box pop up on every removal can...
Would probably make sense to move it to the sub context menu and present it in a window.
The current system for `watchPushState` (https://github.com/toolbox-team/reddit-moderator-toolbox-redesign/blob/18f82c8/extension/data/tbutils.js#L2903-L3059) relies on lots of individual regular expressions for every possible page type. One of the drawbacks to this method is that sometimes, the context...
Lots of reports, needs investigation. ref #206
I finally got the extension build process working on my machine, so now I can actually start tracking the issues I find with running Toolbox on Safari 14 under Big...