Page MenuHomePhabricator

[web] Changed non-viewer blockquote message container color to be the base thread color
AbandonedPublic

Authored by ginsu on Sep 19 2022, 7:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 11:26 AM
Unknown Object (File)
Fri, May 3, 1:05 PM
Unknown Object (File)
Apr 7 2024, 12:16 PM
Unknown Object (File)
Mar 31 2024, 7:25 AM
Unknown Object (File)
Mar 31 2024, 7:24 AM
Unknown Object (File)
Mar 31 2024, 7:19 AM
Unknown Object (File)
Mar 12 2024, 8:46 AM
Unknown Object (File)
Feb 18 2024, 1:27 AM

Details

Reviewers
atul
ashoat
Summary

In the past there was no distinction between blockquote container color if non-viewer or viewer; changed non-viewer blockquote message container to be the base thread color as discussed in linear


Linear issue: ENG-1712.
Depends on D4999

Test Plan

Please view the screenshots to see the before and after of the changes I made:

Before:

Screen Shot 2022-09-19 at 11.05.05 PM.png (308×1 px, 33 KB)

After:

Screen Shot 2022-09-19 at 11.05.31 PM.png (280×1 px, 31 KB)

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D4999 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu requested review of this revision.Sep 19 2022, 7:12 AM
ashoat requested changes to this revision.Sep 19 2022, 10:29 AM

Is there some way to design this so that we don't have to pass in this info? Can we use opacity layers or something to make the blockquote appear appropriate for both viewer / non-viewer cases? Or maybe there is some way in CSS to do a calc based on an inherited way or something? Probably will be harder on native, but seems likely that this can be done on web...

This revision now requires changes to proceed.Sep 19 2022, 10:29 AM
ginsu abandoned this revision.EditedSep 21 2022, 5:14 AM

Abandoning revision since we are now going with the tinted default message background color for non-viewer blockquote and D4999 handles this.