Page MenuHomePhabricator

[web] Move `onChangeThreadType` up from `ThreadSettingsModal` to `ConnectedThreadSettingsModal`
ClosedPublic

Authored by atul on Apr 18 2022, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 1, 12:37 AM
Unknown Object (File)
Wed, Aug 28, 8:59 PM
Unknown Object (File)
Mon, Aug 26, 2:31 AM
Unknown Object (File)
Mon, Aug 26, 2:31 AM
Unknown Object (File)
Mon, Aug 26, 1:53 AM
Unknown Object (File)
Sun, Aug 25, 7:58 PM
Unknown Object (File)
Aug 13 2024, 10:50 PM
Unknown Object (File)
Aug 13 2024, 10:50 PM

Details

Summary

Move onChangeThreadType out from inner class component to outer "Connected" functional component.

As part of the work to refactor ThreadSettingsModal... specifically to turn it into a functional component.


Depends on D3767

Test Plan
  1. Open ThreadSettingsModal
  2. Change the thread type
  3. Log values in onChangeThreadtype to ensure that they continue to be as expected
  4. Hit save after changing the color and ensure that the thread description changed as expected

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Apr 18 2022, 3:09 PM
tomek added inline comments.
web/modals/threads/thread-settings-modal.react.js
449–459 ↗(On Diff #11649)
This revision is now accepted and ready to land.Apr 21 2022, 3:09 AM

rebase before addressing feedback