Page MenuHomePhabricator

[web] add ellipsis icon to the left of the "see more..." text
ClosedPublic

Authored by ginsu on Sep 14 2022, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 11:52 PM
Unknown Object (File)
Thu, Dec 12, 2:17 AM
Unknown Object (File)
Nov 11 2024, 2:51 AM
Unknown Object (File)
Nov 2 2024, 1:15 PM
Unknown Object (File)
Nov 2 2024, 1:15 PM
Unknown Object (File)
Nov 2 2024, 1:15 PM
Unknown Object (File)
Nov 2 2024, 1:12 PM
Unknown Object (File)
Oct 5 2024, 10:39 PM

Details

Summary

add ellipsis icon to the left of the "see more..." text in the ChatThreadListSeeMoreSidebars component using the ionicons icon pack

Depends on D5108

Test Plan

Please view the screenshots to see the before and after of the changes I made

Before:

Screen Shot 2022-09-15 at 3.56.38 PM.png (798×894 px, 69 KB)

After:

Screen Shot 2022-09-15 at 3.56.57 PM.png (784×860 px, 67 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu retitled this revision from [web] add ellipsis icon to the left of the "see more" text to [web] add ellipsis icon to the left of the "see more..." text.Sep 14 2022, 11:55 PM
ginsu edited the summary of this revision. (Show Details)
ginsu added a reviewer: atul.
ginsu edited the test plan for this revision. (Show Details)
atul requested changes to this revision.Sep 20 2022, 2:15 PM

Super close! Let's just use px units instead of em for size to keep things consistent with other icons.

web/chat/chat-thread-list-see-more-sidebars.react.js
42 ↗(On Diff #16683)

Nit: We usually use px units for icon sizes. Once you make that change this diff should be good to go.

This revision now requires changes to proceed.Sep 20 2022, 2:15 PM
This revision is now accepted and ready to land.Sep 21 2022, 5:28 AM