Page MenuHomePhabricator

[web] [fix] chat tab icon alignment and spacing
ClosedPublic

Authored by benschac on Mar 1 2022, 2:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 2:24 PM
Unknown Object (File)
Sun, Nov 3, 6:03 PM
Unknown Object (File)
Sun, Nov 3, 6:03 PM
Unknown Object (File)
Sun, Nov 3, 6:02 PM
Unknown Object (File)
Sun, Nov 3, 6:02 PM
Unknown Object (File)
Sun, Nov 3, 6:02 PM
Unknown Object (File)
Sun, Nov 3, 6:02 PM
Unknown Object (File)
Sat, Nov 2, 6:36 AM

Details

Summary

Align the chat tabs per the design. After re-sizing our icons, some of our icon layout css needed to be updated/fixed to match our design.

Image 2022-03-01 at 5.03.08 PM.jpg (1×1 px, 116 KB)

Image 2022-03-01 at 5.07.14 PM.jpg (1×1 px, 121 KB)

Image 2022-03-01 at 5.20.04 PM.jpg (1×2 px, 296 KB)

Test Plan

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested changes to this revision.Mar 3 2022, 8:44 AM

Looks good, but think we can remove the span?

web/chat/chat-thread-tab.react.js
26 ↗(On Diff #10005)

Do we still need this span?

It seems like it was previously being styled, but now it's not?

Feel free to re-request review if I'm missing something!

This revision now requires changes to proceed.Mar 3 2022, 8:44 AM

remove span, use p tag

web/chat/chat-thread-tab.react.js
26 ↗(On Diff #10005)

updated, but added a <p> tag. I still think it's important to have some semantic html when there's text.

web/chat/chat-thread-tab.react.js
26 ↗(On Diff #10005)

nvm, i think its fine.

This revision is now accepted and ready to land.Mar 3 2022, 11:18 AM
This revision now requires review to proceed.Mar 3 2022, 11:18 AM
This revision is now accepted and ready to land.Mar 3 2022, 10:24 PM