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

Make modmatrix accessible from new Reddit

Open eritbh opened this issue 5 years ago • 1 comments

Would probably make sense to move it to the sub context menu and present it in a window.

eritbh avatar Aug 30 '20 18:08 eritbh

Since an entire rewrite isn't really feasible in the short term (considering our available dev fte) the easiest way is likely to load the old reddit modlog in an iframe which gives access to modmatrix at the same time.

If we don't want to show the log itself we could make it so the matrix opens by default.

Edit:

I should clarify, we can't simply copy the logic into an overlay as the current implementation really follows a different code pattern compared to the rest of toolbox. Technically we could just use this but it would be cleaner to do a rewrite/refactor.

There are also some issues with the current implementation that would need to be addressed anyway.

creesch avatar Aug 31 '20 07:08 creesch