Page MenuHomePhabricator

[web] [fix] ENG-895 Chat Thread List Menu button and time doesn't match design
ClosedPublic

Authored by benschac on Mar 17 2022, 1:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 15, 9:38 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:55 AM
Unknown Object (File)
Sat, Apr 20, 6:54 AM
Unknown Object (File)
Sat, Apr 20, 6:45 AM
Unknown Object (File)
Apr 1 2024, 8:16 AM
Unknown Object (File)
Mar 27 2024, 7:16 AM

Details

Summary

https://linear.app/comm/issue/ENG-895/chat-thread-list-menu-button-and-time-doesnt-match-design

Space out menu button and last time. The size of the chat thread list item is still the incorrect size and will be updated in another diff.

before:

Image 2022-03-17 at 4.36.31 PM.jpg (736×866 px, 81 KB)

after:
Image 2022-03-17 at 4.36.14 PM.jpg (632×918 px, 47 KB)

Test Plan

Chat thread list items should look like the screen shot and closer to figma. Will look much closer to figma once the chat thread list items are correctly sized.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

benschac edited the test plan for this revision. (Show Details)
benschac added reviewers: tomek, jacek.
tomek added inline comments.
web/chat/chat-thread-list.css
43 ↗(On Diff #10502)

What do you think about adding a class to that div instead? Having a sibling selector might be confusing as changing order of divs will change their appearance. If the div had a class, it would be more readable.

This revision is now accepted and ready to land.Mar 18 2022, 4:36 AM
ashoat requested changes to this revision.Mar 20 2022, 8:55 PM

Please name your diffs something human-readable

This revision now requires changes to proceed.Mar 20 2022, 8:55 PM
benschac retitled this revision from [web] [fix] benjamin/eng-895-chat-thread-list-menu-button-and-time to [web] [fix] ENG-895 Chat Thread List Menu button and time doesn't match design.Mar 21 2022, 8:34 AM
This revision is now accepted and ready to land.Mar 21 2022, 8:40 AM
web/chat/chat-thread-list.css
43 ↗(On Diff #10502)

That makes sense.

web/chat/chat-thread-list.css
43 ↗(On Diff #10502)

This code is going to change a bit more in future diffs. I'll update this selector in another diff shortly.

Is this also blocked on lengthening the sidebar icon?