Page MenuHomePhabricator

[web] [fix] updated icons component
ClosedPublic

Authored by benschac on Feb 25 2022, 12:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 2, 8:21 AM
Unknown Object (File)
Sat, Nov 2, 8:21 AM
Unknown Object (File)
Sat, Nov 2, 8:20 AM
Unknown Object (File)
Sat, Nov 2, 8:18 AM
Unknown Object (File)
Sun, Oct 20, 10:26 PM
Unknown Object (File)
Sat, Oct 19, 3:32 AM
Unknown Object (File)
Oct 15 2024, 9:27 PM
Unknown Object (File)
Oct 15 2024, 5:58 PM

Details

Summary

fix the "filled" icon, it's now message-filed-round and outline-key to key

Test Plan

N/A this will break production because we don't have the new icon json yet. Nothing to test.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

web/SWMansionIcon.react.js
30 ↗(On Diff #9933)

hasn't been used in the code base yet so nothing to change.

N/A this will break production because we don't have the new icon json yet

Is there a diff for this?

Ideally we wouldn't break production and we would have a single "atomic" commit that handles both the changes in this diff and the icomoon json stuff.

But if the icomoon JSON stuff is complicated, it's probably fine to separate that out into another diff. However, both diffs should be linked to each other in some way and we should be careful to at least land them "atomically."

atul requested changes to this revision.Mar 2 2022, 8:11 AM
This revision now requires changes to proceed.Mar 2 2022, 8:11 AM
In D3294#89366, @atul wrote:

N/A this will break production because we don't have the new icon json yet

Is there a diff for this?

I should have added it to the stack. Just linked it.

Ideally we wouldn't break production and we would have a single "atomic" commit that handles both the changes in this diff and the icomoon json stuff.

I don't think changing the selection and app json are related to updating this diff. Can we talk about it? Happy to squash this diff with the JSON diff but it feels like they should be two different things.

This revision is now accepted and ready to land.Mar 3 2022, 11:17 AM
This revision now requires review to proceed.Mar 3 2022, 11:17 AM
This revision is now accepted and ready to land.Mar 3 2022, 10:24 PM
This revision was automatically updated to reflect the committed changes.