Adds a toggle to hide posts that can't be replied to (e.g they are postgated to you). I have no idea how to test this one.
+12
-12
src/screens/Settings/DeerSettings.tsx
+12
-12
src/screens/Settings/DeerSettings.tsx
···
750
750
</Toggle.Item>
751
751
752
752
<Toggle.Item
753
+
name="disable_verify_email_reminder"
754
+
label={_(msg`Disable verify email reminder`)}
755
+
756
+
757
+
758
+
759
+
760
+
761
+
<Toggle.Platform />
762
+
</Toggle.Item>
763
+
764
+
<Toggle.Item
753
765
name="hide_unreplyable_posts"
754
766
label={_(msg`Hide posts that cannot be replied to from feeds`)}
755
767
value={hideUnreplyablePosts}
···
766
778
postgates or other restrictions). Does not affect thread views.
767
779
</Trans>
768
780
</Admonition>
769
-
770
-
<Toggle.Item
771
-
name="disable_verify_email_reminder"
772
-
label={_(msg`Disable verify email reminder`)}
773
-
774
-
775
-
776
-
777
-
778
-
779
-
<Toggle.Platform />
780
-
</Toggle.Item>
781
781
782
782
<Toggle.Item
783
783
name="disable_verify_email_reminder"
src/state/persisted/schema.ts
src/state/persisted/schema.ts
This file has not been changed.
src/state/preferences/hide-unreplyable-posts.tsx
src/state/preferences/hide-unreplyable-posts.tsx
This file has not been changed.
src/state/preferences/index.tsx
src/state/preferences/index.tsx
This file has not been changed.
src/view/com/posts/PostFeed.tsx
src/view/com/posts/PostFeed.tsx
This patch was likely rebased, as context lines do not match.
History
2 rounds
1 comment
maxine.puppykitty.racing
submitted
#1
1 commit
expand
collapse
71dfc225
feat: hide unreplyable posts
expand 0 comments
pull request successfully merged
maxine.puppykitty.racing
submitted
#0
1 commit
expand
collapse
fa923170
feat: hide unreplyable posts
can confirm this works