Page MenuHomePhabricator

[web] Use SWM Icons in `Menu` component
ClosedPublic

Authored by jacek on Mar 21 2022, 12:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 12:52 PM
Unknown Object (File)
Tue, Nov 5, 8:31 PM
Unknown Object (File)
Tue, Nov 5, 8:30 PM
Unknown Object (File)
Tue, Nov 5, 8:30 PM
Unknown Object (File)
Tue, Nov 5, 8:30 PM
Unknown Object (File)
Tue, Nov 5, 8:30 PM
Unknown Object (File)
Tue, Nov 5, 8:28 PM
Unknown Object (File)
Oct 26 2024, 4:52 AM

Details

Summary

Replace FontAwesome icons with correct ones from SWM Icon Pack (following Figma design)

Screenshot_Google Chrome_2022-03-21_201325.png (231×188 px, 9 KB)

Test Plan

Run web app and check if icons are correct in thread actions menu and members actions menu in members modal.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek added inline comments.
web/components/menu-item.react.js
25 ↗(On Diff #10576)

Where is promptIcon defined? I can't find it in ./menu.css

This revision is now accepted and ready to land.Mar 22 2022, 4:14 AM

removed redundant css class

web/components/menu-item.react.js
25 ↗(On Diff #10576)

It was accidentally added while creating thread menu. I removed it

This revision was automatically updated to reflect the committed changes.