Page MenuHomePhabricator

[web] Fix sidebar hover styling in `ChatThreadListSidebar`
ClosedPublic

Authored by atul on Mar 7 2022, 5:30 PM.
Tags
None
Referenced Files
F3529529: D3361.id10124.diff
Tue, Dec 24, 7:30 PM
F3527966: D3361.diff
Tue, Dec 24, 7:36 AM
Unknown Object (File)
Fri, Dec 20, 11:05 AM
Unknown Object (File)
Tue, Dec 17, 7:41 AM
Unknown Object (File)
Tue, Dec 17, 7:41 AM
Unknown Object (File)
Tue, Dec 17, 7:40 AM
Unknown Object (File)
Tue, Dec 17, 7:38 AM
Unknown Object (File)
Wed, Dec 11, 2:19 PM

Details

Summary

Sidebars in the thread list were not being highlighted on hover.. figured they should be.

Test Plan

Before:

After:

Diff Detail

Repository
rCOMM Comm
Branch
feb24 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul requested review of this revision.Mar 7 2022, 5:35 PM

This diff doesn't have any screenshot or test plan. It's trivial to test, but I think that having a screenshot to make sure it looks ok would be a good idea

web/chat/chat-thread-list.css
28

I know it was introduced previously, but it should be threadListSidebar

This revision is now accepted and ready to land.Mar 8 2022, 8:13 AM

We should almost never see "NA" in a test plan. The shortest test plan you should have is "Flow". Otherwise we should see a screenshot or some plan to test the changes

We should almost never see "NA" in a test plan. The shortest test plan you should have is "Flow". Otherwise we should see a screenshot or some plan to test the changes

Ah yeah my bad. I think I intended to include the screenshot in the summary (on Phabricator via drag-and-drop instead of link) based on the ellipsis at the end of the summary.

I'll update the Test Plan with the screenshot instead before landing.

atul edited the test plan for this revision. (Show Details)
atul marked an inline comment as done.
atul added inline comments.
web/chat/chat-thread-list.css
28

Ah yeah I'll put up a find and replace diff after landing

This revision was automatically updated to reflect the committed changes.
atul marked an inline comment as done.