philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
84 stars 29 forks source link

feat: add "retained" column to tag changes table #246

Closed mdashlw closed 2 months ago

mdashlw commented 2 months ago

Before you begin


Retained means the tag change has not been reverted and is still relevant today. I.e. for added tags - the tag is still on the image, for removed tags - the tag is still not on the image. I'm pulling this one from my userscript for derpi and I find this column rather useful. I can see it being useful for mods too.

The word "retained" seemed like the best choice, but it could be confusing to some people. Alternative approach: rename column to "Reverted?" and go with "No" on green background and "Yes" on red background. This might be better but I'm not sure about the UI/UX of yes/no on mismatched backgrounds.