Page MenuHomePhabricator

[web] Copy/paste `user-settings-modal.css` into `thread-settings-modal.css`
ClosedPublic

Authored by atul on Mar 31 2022, 11:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 2, 10:17 PM
Unknown Object (File)
Sun, Sep 1, 8:34 PM
Unknown Object (File)
Sun, Sep 1, 6:09 PM
Unknown Object (File)
Sun, Sep 1, 5:55 PM
Unknown Object (File)
Wed, Aug 28, 11:37 AM
Unknown Object (File)
Sun, Aug 25, 1:36 PM
Unknown Object (File)
Sat, Aug 17, 5:12 PM
Unknown Object (File)
Sat, Aug 17, 5:11 PM

Details

Summary

noop

Next diffs:

  1. Move the styles used in thread-settings-modal.react from style.css to thread-settings-modal.css.
  2. "Consume" thread-settings-modal.css from thread-settings-modal.react instead of style.css.
  3. Remove extraneous selectors from thread-settings-modal.css that aren't used in thread-settings-modal.react.
  4. Fill in styles that are "used" by thread-settings-modal.react that don't actually exist anywhere in the repo (eg current-tab). Probably by looking through the git history to see what current-tab used to be.
  5. Style the ThreadSettingsModal component so it looks decent.
Test Plan

NA, literally copy/paste and the pasted code isn't even used anywhere

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

(Added @ashoat as first-pass reviewer since this seems "rubberstamp-able.")

atul published this revision for review.Mar 31 2022, 11:21 AM
This revision is now accepted and ready to land.Mar 31 2022, 8:53 PM