bluesky-social / ozone

web interface for labeling content in atproto / Bluesky
https://atproto.com
Other
250 stars 20 forks source link

:sparkles: Add Repost, quote, media and no reply filters to author feed #135

Closed foysalit closed 3 months ago

foysalit commented 3 months ago

This PR adds new filters for moderators to view specific types of posts from a user, such as excluding replies, showing media only, reposts only, and quotes only posts. Some of the filtering happens client-side and mutually exclusive with the existing keyword search due to differing data sources.

https://github.com/bluesky-social/ozone/assets/1919066/1242e2a3-4951-4c6f-9dd7-b7d83cf3a7be

render[bot] commented 3 months ago

Your Render PR Server URL is https://ozone-staging-pr-135.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cposjvqju9rs73buas9g.

render[bot] commented 3 months ago

Your Render PR Server URL is https://ozone-sandbox-pr-135.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cposk0aju9rs73buasfg.

bnewbold commented 3 months ago

from watching the video: nice! I can imagine in the long-run there being friction or trouble with the way there are separate implementations for keyword search vs post-type-filtering, but I think this is a solid first iteration and will be useful for most cases.