Page MenuHomePhabricator

[native] Update non-viewer blockquote message container color to be base thread color
AbandonedPublic

Authored by ginsu on Sep 4 2022, 4:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 3:04 PM
Unknown Object (File)
Wed, Apr 3, 1:34 PM
Unknown Object (File)
Mar 31 2024, 7:19 AM
Unknown Object (File)
Mar 4 2024, 9:57 AM
Unknown Object (File)
Mar 4 2024, 9:57 AM
Unknown Object (File)
Mar 4 2024, 9:57 AM
Unknown Object (File)
Mar 4 2024, 9:51 AM
Unknown Object (File)
Mar 3 2024, 1:40 PM

Details

Summary

Linear issue: ENG-1712. Changed non-viewer blockquote message container to be base thread color as discussed in linear


Depends on D5048

Test Plan

Please refer to the following screenshots for a before and after

Please view the attached screenshots to see the before and after of the changes I implemented

Before:

Screen Shot 2022-09-05 at 8.28.06 AM.png (2×1 px, 660 KB)

After:

Screen Shot 2022-09-05 at 8.28.13 AM.png (2×1 px, 661 KB)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, abosh.
ginsu requested review of this revision.Sep 4 2022, 4:55 PM

Looks good! Super minor string interpolation thing that should be addressed before landing

native/markdown/markdown.react.js
70 ↗(On Diff #16283)

I don't think we need to include String(...) here? I think something like this should work

This revision is now accepted and ready to land.Sep 7 2022, 9:59 PM
ginsu edited the test plan for this revision. (Show Details)

Resolved atuls comment on handleing null case

atul retitled this revision from ENG-1712 [native] updated non viewer blockquote message container color to be base thread color to [native] Update non-viewer blockquote message container color to be base thread color.Sep 12 2022, 10:30 AM
ashoat requested changes to this revision.Sep 15 2022, 1:00 PM
ashoat added inline comments.
native/chat/inner-text-message.react.js
121

Let's avoid adding parameters here. Same feedback as hererules should already have this bound in

This revision now requires changes to proceed.Sep 15 2022, 1:00 PM

Abandoning diff since we are going with the tinted default message background color for non-viewer blockquote and D5048 already handles this