readthedocs / ext-theme

Read the Docs drop in replacement site templates
2 stars 2 forks source link

Staff: show spam info #362

Closed humitos closed 3 months ago

humitos commented 3 months ago

Allow us to quickly know the spam score of the project and what are their matching rules.

Screenshot_2024-06-05_15-40-34

Screenshot_2024-06-05_15-47-16

agjohnson commented 3 months ago

This is a great addition, however I would add this into a modal instead. I prefer to always see what the user sees in our UI.

I would follow one of the other templates that invokes a modal and copy the pattern to a button here: image

There is other information I'd love to have in that modal eventually, and this amount of information will overwhelm the header. It might also work as a dropdown menu, whatever is easier.

humitos commented 3 months ago

Cool, I followed your suggestion and added a modal for this. It gives a lot of room to add more useful debug information here in the future.

Screenshot_2024-06-06_18-28-20

agjohnson commented 3 months ago

That looks great! I really like the idea of having a debug menu for projects (and other objects too!)

humitos commented 3 months ago

This PR is ready to merge 👍🏼