Page MenuHomePhabricator

[web] First pass at styling `ConfirmLeaveThreadModal`
ClosedPublic

Authored by atul on Apr 11 2022, 2:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 8:59 AM
Unknown Object (File)
Thu, Nov 14, 8:59 AM
Unknown Object (File)
Thu, Nov 14, 8:59 AM
Unknown Object (File)
Sun, Nov 10, 12:37 AM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Fri, Nov 8, 8:20 PM
Unknown Object (File)
Fri, Nov 8, 8:20 PM

Details

Summary

Started with styles borrowed from thread-settings-modal.css and made some tweaks so it looks decent.

Before:

d3c4.png (330×706 px, 41 KB)

After:

a187.png (442×704 px, 44 KB)

Test Plan
  1. Created a "leavable" thread in my dev environment
  2. Clicked "Leave thread" in menu
  3. Ensured that the ConfirmLeaveThreadModal looked as expected
  4. Clicked the "Leave thread" button and confirmed that I had left the thread.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Apr 11 2022, 2:52 PM
tomek added inline comments.
web/modals/threads/confirm-leave-thread-modal.css
6 ↗(On Diff #11324)

Do we need this?

10 ↗(On Diff #11324)

We should prefer using a variable from typography. We don't have 700 there, but I guess we should use --bold

This revision is now accepted and ready to land.Apr 13 2022, 4:18 AM
atul marked 2 inline comments as done.

rebase before addressing feedback

address feedback from @palys-swm