Add self-labeling controls (#1141)

* Add self-label modal

* Use the shield-exclamation icon consistently on post moderation

* Wire up self-labeling

* Bump @atproto/api@0.6.0

* Bump @atproto/dev-env@^0.2.3

* Add e2e test for self-labeling

* Fix types
This commit is contained in:
Paul Frazee 2023-08-09 17:34:16 -07:00 committed by GitHub
parent 48813a96d6
commit 03d152675e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 443 additions and 124 deletions

View file

@ -271,6 +271,7 @@ export const FeedItem = observer(function ({
</View>
)}
<ContentHider
testID="contentHider-post"
moderation={item.moderation.content}
ignoreMute
style={styles.contentHider}
@ -291,6 +292,7 @@ export const FeedItem = observer(function ({
) : undefined}
{item.post.embed ? (
<ContentHider
testID="contentHider-embed"
moderation={item.moderation.embed}
style={styles.embed}>
<PostEmbeds