ai/at
1
0

fix social-app patch

This commit is contained in:
2026-02-02 22:55:33 +09:00
parent d157199dd1
commit bfa82b1880
7 changed files with 83 additions and 562 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/view/shell/bottom-bar/BottomBar.tsx
+++ b/src/view/shell/bottom-bar/BottomBar.tsx
@@ -198,38 +198,40 @@
@@ -196,38 +196,40 @@
accessibilityLabel={_(msg`Search`)}
accessibilityHint=""
/>
@@ -10,12 +10,12 @@
- isAtMessages ? (
- <MessageFilled
- width={iconWidth - 1}
- style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
- style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
- />
- ) : (
- <Message
- width={iconWidth - 1}
- style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
- style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
- />
- )
- }
@@ -28,10 +28,10 @@
- accessibilityHint={
- numUnreadMessages.count > 0
- ? _(
- msg`${plural(numUnreadMessages.numUnread ?? 0, {
- plural(numUnreadMessages.numUnread ?? 0, {
- one: '# unread item',
- other: '# unread items',
- })}` || '',
- }),
- )
- : ''
- }
@@ -43,12 +43,12 @@
+ isAtMessages ? (
+ <MessageFilled
+ width={iconWidth - 1}
+ style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
+ style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
+ />
+ ) : (
+ <Message
+ width={iconWidth - 1}
+ style={[styles.ctrlIcon, pal.text, styles.feedsIcon]}
+ style={[styles.ctrlIcon, t.atoms.text, styles.feedsIcon]}
+ />
+ )
+ }
@@ -61,10 +61,10 @@
+ accessibilityHint={
+ numUnreadMessages.count > 0
+ ? _(
+ msg`${plural(numUnreadMessages.numUnread ?? 0, {
+ plural(numUnreadMessages.numUnread ?? 0, {
+ one: '# unread item',
+ other: '# unread items',
+ })}` || '',
+ }),
+ )
+ : ''
+ }