Page MenuHomePhabricator

[native] update drawerOpenCommunityBackground color with panelBackgroundAccent
AbandonedPublic

Authored by ginsu on Nov 8 2023, 3:15 PM.
Tags
None
Referenced Files
F3247221: D9791.diff
Fri, Nov 15, 3:58 AM
Unknown Object (File)
Sun, Oct 27, 11:49 PM
Unknown Object (File)
Sun, Oct 27, 11:48 PM
Unknown Object (File)
Sun, Oct 27, 11:43 PM
Unknown Object (File)
Oct 15 2024, 11:30 PM
Unknown Object (File)
Sep 28 2024, 2:49 AM
Unknown Object (File)
Sep 21 2024, 8:46 PM
Unknown Object (File)
Sep 7 2024, 7:03 AM
Subscribers

Details

Summary

This diff updates the drawerOpenCommunityBackground to be a more generic panelBackgroundAccent. This color is used in the keyserver selection bottom sheet so we should have a less feature specific name for this color

Depends on D9790

Test Plan

flow and confirmed that the open community drawer has the same color as before

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu added reviewers: atul, inka, rohan.
ginsu published this revision for review.Nov 8 2023, 3:28 PM

Please justify this change more

native/navigation/community-drawer-item.react.js
108

Why are we switching the community drawer to use the panel family? Does it otherwise use the panel family throughout? If not, it seems like you're mixing families again... not sure what the resolution on that was, but I don't understand why this is a change we want to make

ashoat requested changes to this revision.Nov 9 2023, 3:45 AM
This revision now requires changes to proceed.Nov 9 2023, 3:45 AM

After thinking about this some more, I updated D9754 with a better solution and left a comment justifying the changes I made with the colors.

This diff can now be abandoned.