fix social-app ios patch settings
This commit is contained in:
@@ -1,46 +1,45 @@
|
|||||||
diff --git a/src/components/dialogs/BirthDateSettings.tsx b/src/components/dialogs/BirthDateSettings.tsx
|
|
||||||
index c5205bf71..3fccb9dfd 100644
|
|
||||||
--- a/src/components/dialogs/BirthDateSettings.tsx
|
|
||||||
+++ b/src/components/dialogs/BirthDateSettings.tsx
|
|
||||||
@@ -165,7 +165,7 @@ function BirthdayInner({
|
|
||||||
<Trans>
|
|
||||||
You must be at least 13 years old to use Bluesky. Read our{' '}
|
|
||||||
<SimpleInlineLinkText
|
|
||||||
- to="https://bsky.social/about/support/tos"
|
|
||||||
+ to="https://syu.is/about/support/tos"
|
|
||||||
label={_(msg`Terms of Service`)}>
|
|
||||||
Terms of Service
|
|
||||||
</SimpleInlineLinkText>{' '}
|
|
||||||
diff --git a/src/components/dialogs/ServerInput.tsx b/src/components/dialogs/ServerInput.tsx
|
|
||||||
index d7c02bb9f..99b98781f 100644
|
|
||||||
--- a/src/components/dialogs/ServerInput.tsx
|
|
||||||
+++ b/src/components/dialogs/ServerInput.tsx
|
|
||||||
@@ -144,9 +144,9 @@ function DialogInner({
|
|
||||||
<SegmentedControl.Item
|
|
||||||
testID="bskyServiceSelectBtn"
|
|
||||||
value={BSKY_SERVICE}
|
|
||||||
- label={_(msg`Bluesky`)}>
|
|
||||||
+ label={_(msg`syu.is`)}>
|
|
||||||
<SegmentedControl.ItemText>
|
|
||||||
- {_(msg`Bluesky`)}
|
|
||||||
+ {_(msg`syu.is`)}
|
|
||||||
</SegmentedControl.ItemText>
|
|
||||||
</SegmentedControl.Item>
|
|
||||||
<SegmentedControl.Item
|
|
||||||
@@ -165,7 +165,7 @@ function DialogInner({
|
|
||||||
<Trans>
|
|
||||||
Bluesky is an open network where you can choose your own
|
|
||||||
provider. If you're new here, we recommend sticking with the
|
|
||||||
- default Bluesky Social option.
|
|
||||||
+ default syu.is option.
|
|
||||||
</Trans>
|
|
||||||
</Admonition>
|
|
||||||
</View>
|
|
||||||
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
|
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
|
||||||
index f76147ccf..96a2ac337 100644
|
index f76147ccf..36b4d7de1 100644
|
||||||
--- a/src/view/shell/Drawer.tsx
|
--- a/src/view/shell/Drawer.tsx
|
||||||
+++ b/src/view/shell/Drawer.tsx
|
+++ b/src/view/shell/Drawer.tsx
|
||||||
@@ -695,12 +695,12 @@ function ExtraLinks() {
|
@@ -292,17 +292,11 @@ let DrawerContent = ({}: React.PropsWithoutRef<{}>): React.ReactNode => {
|
||||||
|
<>
|
||||||
|
<SearchMenuItem isActive={isAtSearch} onPress={onPressSearch} />
|
||||||
|
<HomeMenuItem isActive={isAtHome} onPress={onPressHome} />
|
||||||
|
- <ChatMenuItem isActive={isAtMessages} onPress={onPressMessages} />
|
||||||
|
<NotificationsMenuItem
|
||||||
|
isActive={isAtNotifications}
|
||||||
|
onPress={onPressNotifications}
|
||||||
|
/>
|
||||||
|
<FeedsMenuItem isActive={isAtFeeds} onPress={onPressMyFeeds} />
|
||||||
|
- <ListsMenuItem onPress={onPressLists} />
|
||||||
|
- <BookmarksMenuItem
|
||||||
|
- isActive={isAtBookmarks}
|
||||||
|
- onPress={onPressBookmarks}
|
||||||
|
- />
|
||||||
|
<ProfileMenuItem
|
||||||
|
isActive={isAtMyProfile}
|
||||||
|
onPress={onPressProfile}
|
||||||
|
@@ -357,17 +351,7 @@ let DrawerFooter = ({
|
||||||
|
),
|
||||||
|
},
|
||||||
|
]}>
|
||||||
|
- <Button
|
||||||
|
- label={_(msg`Send feedback`)}
|
||||||
|
- size="small"
|
||||||
|
- variant="solid"
|
||||||
|
- color="secondary"
|
||||||
|
- onPress={onPressFeedback}>
|
||||||
|
- <ButtonIcon icon={Message} position="left" />
|
||||||
|
- <ButtonText>
|
||||||
|
- <Trans>Feedback</Trans>
|
||||||
|
- </ButtonText>
|
||||||
|
- </Button>
|
||||||
|
+{/* Feedback button removed for syu.is */}
|
||||||
|
<Button
|
||||||
|
label={_(msg`Get help`)}
|
||||||
|
size="small"
|
||||||
|
@@ -695,12 +679,12 @@ function ExtraLinks() {
|
||||||
<InlineLinkText
|
<InlineLinkText
|
||||||
style={[a.text_md]}
|
style={[a.text_md]}
|
||||||
label={_(msg`Terms of Service`)}
|
label={_(msg`Terms of Service`)}
|
||||||
@@ -55,23 +54,3 @@ index f76147ccf..96a2ac337 100644
|
|||||||
label={_(msg`Privacy Policy`)}>
|
label={_(msg`Privacy Policy`)}>
|
||||||
<Trans>Privacy Policy</Trans>
|
<Trans>Privacy Policy</Trans>
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx
|
|
||||||
index 1d097fc9a..1ad7026a2 100644
|
|
||||||
--- a/src/view/shell/desktop/RightNav.tsx
|
|
||||||
+++ b/src/view/shell/desktop/RightNav.tsx
|
|
||||||
@@ -109,13 +109,13 @@ export function DesktopRightNav({routeName}: {routeName: string}) {
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
<InlineLinkText
|
|
||||||
- to="https://bsky.social/about/support/privacy-policy"
|
|
||||||
+ to="https://syu.is/about/support/privacy-policy"
|
|
||||||
label={_(msg`Privacy`)}>
|
|
||||||
{_(msg`Privacy`)}
|
|
||||||
</InlineLinkText>
|
|
||||||
{' • '}
|
|
||||||
<InlineLinkText
|
|
||||||
- to="https://bsky.social/about/support/tos"
|
|
||||||
+ to="https://syu.is/about/support/tos"
|
|
||||||
label={_(msg`Terms`)}>
|
|
||||||
{_(msg`Terms`)}
|
|
||||||
</InlineLinkText>
|
|
||||||
|
|||||||
@@ -1,8 +1,35 @@
|
|||||||
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx
|
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx
|
||||||
index 1703036b5..42baa462c 100644
|
index 6b0e184c0..42b609c9e 100644
|
||||||
--- a/src/screens/Settings/Settings.tsx
|
--- a/src/screens/Settings/Settings.tsx
|
||||||
+++ b/src/screens/Settings/Settings.tsx
|
+++ b/src/screens/Settings/Settings.tsx
|
||||||
@@ -231,16 +231,6 @@ export function SettingsScreen({}: Props) {
|
@@ -203,24 +203,8 @@ export function SettingsScreen({}: Props) {
|
||||||
|
<Trans>Notifications</Trans>
|
||||||
|
</SettingsList.ItemText>
|
||||||
|
</SettingsList.LinkItem>
|
||||||
|
- <SettingsList.LinkItem
|
||||||
|
- to="/settings/content-and-media"
|
||||||
|
- label={_(msg`Content and media`)}>
|
||||||
|
- <SettingsList.ItemIcon icon={WindowIcon} />
|
||||||
|
- <SettingsList.ItemText>
|
||||||
|
- <Trans>Content and media</Trans>
|
||||||
|
- </SettingsList.ItemText>
|
||||||
|
- </SettingsList.LinkItem>
|
||||||
|
- {isNative && findContactsEnabled && (
|
||||||
|
- <SettingsList.LinkItem
|
||||||
|
- to="/settings/find-contacts"
|
||||||
|
- label={_(msg`Find friends from contacts`)}>
|
||||||
|
- <SettingsList.ItemIcon icon={ContactsIcon} />
|
||||||
|
- <SettingsList.ItemText>
|
||||||
|
- <Trans>Find friends from contacts</Trans>
|
||||||
|
- </SettingsList.ItemText>
|
||||||
|
- </SettingsList.LinkItem>
|
||||||
|
- )}
|
||||||
|
+{/* Content and media removed for syu.is */}
|
||||||
|
+{/* Find friends from contacts removed for syu.is */}
|
||||||
|
<SettingsList.LinkItem
|
||||||
|
to="/settings/appearance"
|
||||||
|
label={_(msg`Appearance`)}>
|
||||||
|
@@ -245,16 +229,6 @@ export function SettingsScreen({}: Props) {
|
||||||
<Trans>Languages</Trans>
|
<Trans>Languages</Trans>
|
||||||
</SettingsList.ItemText>
|
</SettingsList.ItemText>
|
||||||
</SettingsList.LinkItem>
|
</SettingsList.LinkItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user