Erin

Results 75 issues of Erin

- v7: contributing guide needs to be updated for new project structure, react/redux resource - privacy statement should be updated to reflect the fact that we use a build system...

meta
needs internal docs

Module-related code that needs to use logging facilities is increasingly located in free functions which don't have the `Module` instance in scope, and manually saving the instance as a `self`...

core: tbmodule
code quality

We currently use an old version of https://github.com/marella/material-icons with slight modifications to use the `tb-icons` class rather than the standard `material-icons`. It'd be nice if we could source the assets...

code quality

regressed by https://github.com/toolbox-team/reddit-moderator-toolbox/commit/220d57f3b9e8903b40bd3e53c3a00f56b84a4a9f#diff-be2414fc9358fcd61e1a9247b2afb597136218e93b30c9bc265a6bb7bafe48fd

bug
module: queuetools

When sending multiple requests in quick succession (e.g. as part of comment nuke or when performing other bulk actions), if multiple 5xx requests are returned by Reddit in a certain...

bug
performance
module: commentnuke

React does not like `javascript` URLs in ``, and there's not really any other good method of making an `` that is `:link` but doesn't actually direct anywhere. This is...

code quality

Instead of just using a dropdown menu, use the radio button grid thing we already have for usernotes. Break it out into a TBui thing ideally?

enhancement
module: modnotes

Related to #864, but even more general. There's a significant amount of stuff that we just never got working under jsAPI on new Reddit, but it seems like sh.reddit is...

enhancement

[as discovered on Discord](https://discord.com/channels/535490452066009090/535490561478492161/1167049720368214117)

bug
module: domaintagger

Fixes #98. Works around Firefox's lack of support for `"incognito": "split"` by manually rewriting the `Cookie` header of outgoing requests to match the tab that initiated the request. This lets...

enhancement
core: background