Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3386353
D4863.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4863.diff
View Options
diff --git a/web/chat/message-reply-button.react.js b/web/chat/message-reply-button.react.js
--- a/web/chat/message-reply-button.react.js
+++ b/web/chat/message-reply-button.react.js
@@ -5,8 +5,8 @@
import { createMessageReply } from 'lib/shared/message-utils';
+import CommIcon from '../CommIcon.react.js';
import type { InputState } from '../input/input-state';
-import SWMansionIcon from '../SWMansionIcon.react';
import css from './chat-message-list.css';
import type { OnMessagePositionWithContainerInfo } from './position-types';
@@ -28,7 +28,7 @@
return (
<div className={css.messageActionLinkIcon} onClick={replyClicked}>
- <SWMansionIcon icon="reply-arrow" size={18} />
+ <CommIcon icon="reply-filled" size={18} />
</div>
);
}
diff --git a/web/chat/message-tooltip.react.js b/web/chat/message-tooltip.react.js
--- a/web/chat/message-tooltip.react.js
+++ b/web/chat/message-tooltip.react.js
@@ -8,12 +8,12 @@
import { useSidebarExistsOrCanBeCreated } from 'lib/shared/thread-utils';
import type { ThreadInfo } from 'lib/types/thread-types';
+import CommIcon from '../CommIcon.react.js';
import type { InputState } from '../input/input-state';
import {
useOnClickThread,
useOnClickPendingSidebar,
} from '../selectors/nav-selectors';
-import SWMansionIcon from '../SWMansionIcon.react';
import MessageReplyButton from './message-reply-button.react';
import css from './message-tooltip.css';
import type {
@@ -182,7 +182,7 @@
onMouseLeave={hideTooltip}
onClick={onSidebarButtonClick}
>
- <SWMansionIcon icon="message-circle-lines" size={18} />
+ <CommIcon icon="sidebar-filled" size={16} />
{activeTooltip === 'sidebar' ? tooltipMenu : null}
</div>
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 4:17 AM (17 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2599537
Default Alt Text
D4863.diff (1 KB)
Attached To
Mode
D4863: [web] Replace `sidebar` and `reply` icon `MessageTooltip` with `CommIcon`
Attached
Detach File
Event Timeline
Log In to Comment