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)
Sat, Dec 14, 12:35 AM
Unknown Object (File)
Wed, Dec 11, 8:59 AM
Unknown Object (File)
Tue, Dec 10, 9:32 AM
Unknown Object (File)
Sat, Dec 7, 2:07 AM
Unknown Object (File)
Sat, Dec 7, 2:07 AM
Unknown Object (File)
Sun, Dec 1, 5:21 AM
Unknown Object (File)
Nov 27 2024, 8:21 AM
Unknown Object (File)
Nov 27 2024, 7:19 AM

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