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, Mar 31, 12:58 PM
Unknown Object (File)
Sat, Mar 29, 1:27 PM
Unknown Object (File)
Sun, Mar 16, 4:56 PM
Unknown Object (File)
Mon, Mar 10, 12:25 PM
Unknown Object (File)
Feb 28 2025, 8:40 AM
Unknown Object (File)
Feb 10 2025, 6:08 AM
Unknown Object (File)
Feb 4 2025, 6:28 AM
Unknown Object (File)
Jan 31 2025, 11:41 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