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

If user has usernote show button next to name, even if hovercard setting is enabled.

Open creesch opened this issue 6 years ago • 1 comments

https://old.reddit.com/r/toolbox/comments/c22lv5/user_notes_on_new_reddit/

So if there are no usernotes we don't show the button as well.

And for clarity, this obviously only applies to redesign reddit.

creesch avatar Jun 18 '19 19:06 creesch

Moving this to 5.3, this requires a bunch more effort than I anticipated and would need proper testing.

The issue is that we first add the buttons and then process them all at once, which works fine except if we want to implement something like this.

The only easy solution I can think of right now is to still add the usernote button when queueProcessSub is enabled but hide it and then when we populate notes show them. This does add a bit of unneeded overhead though as we still add the element to each item.

So I am going to reconsidering our options here and push it to the next release.

creesch avatar Oct 12 '19 10:10 creesch