Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3353859
D4115.id13081.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
836 B
Referenced Files
None
Subscribers
None
D4115.id13081.diff
View Options
diff --git a/native/chat/inline-engagement.react.js b/native/chat/inline-engagement.react.js
--- a/native/chat/inline-engagement.react.js
+++ b/native/chat/inline-engagement.react.js
@@ -7,6 +7,7 @@
import type { ThreadInfo } from 'lib/types/thread-types';
import Button from '../components/button.react';
+import SWMansionIcon from '../components/swmansion-icon.react';
import { useStyles } from '../themes/colors';
import { inlineSidebarHeight } from './chat-constants';
import { useNavigateToThread } from './message-list-types';
@@ -31,6 +32,7 @@
return (
<View style={contentStyles}>
<Button style={styles.sidebar} onPress={onPress}>
+ <SWMansionIcon size={14} color="white" name="sidebar-filled" />
<Text style={[styles.name, unreadStyle]}>{repliesText}</Text>
</Button>
</View>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 11:33 AM (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2574833
Default Alt Text
D4115.id13081.diff (836 B)
Attached To
Mode
D4115: [native] [feat] [ENG-530] add icon to inline engagement
Attached
Detach File
Event Timeline
Log In to Comment