Bluesky app fork with some witchin' additions ๐Ÿ’ซ witchsky.app
bluesky fork client

Add toggle to hide posts that can't be replied to from feeds #25

merged opened by maxine.puppykitty.racing targeting main

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.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:nmc77zslrwafxn75j66mep6o/sh.tangled.repo.pull/3m7inw3wdo322
+12 -12
Interdiff #0 โ†’ #1
+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

This file has not been changed.

src/state/preferences/hide-unreplyable-posts.tsx

This file has not been changed.

src/state/preferences/index.tsx

This file has not been changed.

src/view/com/posts/PostFeed.tsx

This patch was likely rebased, as context lines do not match.

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
71dfc225
feat: hide unreplyable posts
expand 0 comments
pull request successfully merged
1 commit
expand
fa923170
feat: hide unreplyable posts
expand 1 comment

can confirm this works