Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmflsct committed May 17, 2023
2 parents 8517186 + c5eb159 commit 7fc8e96
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^3.5.1",
"rn-placeholder": "^3.0.3",
"zeego": "^1.6.0"
"zeego": "^1.6.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Timeline/Shared/Actioned.tsx
Expand Up @@ -35,7 +35,7 @@ const TimelineActioned: React.FC<Props> = ({ action, isNotification, ...rest })
content={content}
emojis={account.emojis}
size='S'
style={{ color: action === 'admin.report' ? colors.red : colors.primaryDefault }}
style={{ flex: 1, color: action === 'admin.report' ? colors.red : colors.primaryDefault }}
/>
)

Expand Down
4 changes: 2 additions & 2 deletions src/i18n/vi/components/contextMenu.json
Expand Up @@ -4,7 +4,7 @@
"title": "Hành động người dùng",
"following": {
"action_false": "Theo dõi người này",
"action_true": "Ngưng theo dõi người này"
"action_true": "Bỏ theo dõi người này"
},
"inLists": "Danh sách người ...",
"showBoosts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"hashtag": {
"follow": {
"action_false": "Theo dõi",
"action_true": "Ngưng theo dõi"
"action_true": "Bỏ theo dõi"
},
"filter": {
"action": "Lọc hashtag..."
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/vi/components/relationship.json
Expand Up @@ -9,7 +9,7 @@
"error": "Xảy ra lỗi khi tải",
"blocked_by": "Đã chặn",
"blocking": "Bỏ chặn",
"following": "Ngưng theo dõi",
"following": "Bỏ theo dõi",
"requested": "Yêu cầu theo dõi",
"default": "Theo dõi"
}
Expand Down
15 changes: 2 additions & 13 deletions src/screens/Tabs/index.tsx
Expand Up @@ -59,7 +59,7 @@ const ScreenTabs = () => {
case 'Tab-Me':
return (
<>
<ContextMenu.Root onOpenChange={() => haptics('Light')}>
<ContextMenu.Root>
<ContextMenu.Trigger>
<View
key={avatarStatic}
Expand Down Expand Up @@ -112,7 +112,6 @@ const ScreenTabs = () => {
onValueChange={async () => {
if (!account.active) {
await setAccount(account.key)
haptics('Light')
}
}}
>
Expand Down Expand Up @@ -144,17 +143,7 @@ const ScreenTabs = () => {
{() => null}
</Tab.Screen>
<Tab.Screen name='Tab-Notifications' component={TabNotifications} />
<Tab.Screen
name='Tab-Me'
component={TabMe}
// listeners={({ navigation }) => ({
// tabLongPress: () => {
// haptics('Light')
// navigation.navigate('Tab-Me', { screen: 'Tab-Me-Root' })
// navigation.navigate('Tab-Me', { screen: 'Tab-Me-Switch' })
// }
// })}
/>
<Tab.Screen name='Tab-Me' component={TabMe} />
</Tab.Navigator>
)
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -11327,7 +11327,7 @@ __metadata:
react-native-tab-view: ^3.5.1
rn-placeholder: ^3.0.3
typescript: ^5.0.4
zeego: ^1.6.0
zeego: ^1.6.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -12145,9 +12145,9 @@ __metadata:
languageName: node
linkType: hard

"zeego@npm:^1.6.0":
version: 1.6.0
resolution: "zeego@npm:1.6.0"
"zeego@npm:^1.6.1":
version: 1.6.1
resolution: "zeego@npm:1.6.1"
dependencies:
"@radix-ui/react-context-menu": ^2.0.1
"@radix-ui/react-dropdown-menu": ^2.0.1
Expand All @@ -12157,6 +12157,6 @@ __metadata:
react: "*"
react-native: "*"
react-native-ios-context-menu: ^1.15.1
checksum: c943a97135ba1eba7097eb671fe006b1b47c9d4a1ada05fbc18d8c00b48e2f74b41ae15181d9950c8011dc004041d402fcf6b35c6d0e2b86b6f564401c802826
checksum: 1244edd2f5257934c2e09a6f30cd30a90f2bd56d9c66c60df3950820b204fd0ae46010ec547b4c902696f4917985b649bcf19a679bebdcd0470032ec96ae0519
languageName: node
linkType: hard

0 comments on commit 7fc8e96

Please sign in to comment.