Page MenuHomePhabricator

[web][native] Update UI to not display GENESIS over thick threads
ClosedPublic

Authored by inka on Sep 13 2024, 3:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 4, 9:28 PM
Unknown Object (File)
Tue, Mar 4, 7:28 AM
Unknown Object (File)
Feb 26 2025, 11:35 AM
Unknown Object (File)
Feb 15 2025, 9:29 PM
Unknown Object (File)
Feb 14 2025, 9:17 PM
Unknown Object (File)
Feb 2 2025, 4:33 PM
Unknown Object (File)
Feb 1 2025, 12:24 AM
Unknown Object (File)
Feb 1 2025, 12:24 AM
Subscribers
None

Details

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka edited the test plan for this revision. (Show Details)EditedSep 13 2024, 3:12 AM

I changed some things compared to what we discussed on linear: I updated spacing, and changed the color of the icon on web to match breadcrumbs

web/chat/chat-thread-list.css
297 ↗(On Diff #44124)

Text is 18px high, and has padding padding: 8px 0 2px 0;. The icon is 19px high. I wanted the text and icon to be more or less aligned

inka requested review of this revision.Sep 13 2024, 3:28 AM
tomek added inline comments.
native/chat/chat-thread-list-item.react.js
154–158 ↗(On Diff #44124)

I don't think the memoization is beneficial here.

This revision is now accepted and ready to land.Sep 13 2024, 3:55 AM