Page MenuHomePhabricator

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

Authored by atul on Mar 7 2022, 5:30 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Sun, Nov 24, 4:37 AM
Unknown Object (File)
Nov 2 2024, 8:41 AM
Unknown Object (File)
Nov 1 2024, 3:58 AM

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #10124)

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 ↗(On Diff #10124)

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.