Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32556433
D4863.1767224200.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D4863.1767224200.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
Wed, Dec 31, 11:36 PM (3 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5874622
Default Alt Text
D4863.1767224200.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