Page MenuHomePhabricator

[web] Temporarily remove refs in `ThreadSettingsModal` altogether
ClosedPublic

Authored by atul on Apr 24 2022, 11:23 AM.
Tags
None
Referenced Files
F2736615: D3821.diff
Tue, Sep 17, 4:33 PM
Unknown Object (File)
Mon, Sep 16, 11:58 AM
Unknown Object (File)
Tue, Sep 10, 9:21 PM
Unknown Object (File)
Wed, Aug 28, 8:03 AM
Unknown Object (File)
Sun, Aug 25, 8:39 PM
Unknown Object (File)
Sun, Aug 25, 8:39 PM
Unknown Object (File)
Sun, Aug 25, 8:39 PM
Unknown Object (File)
Sun, Aug 25, 8:39 PM

Details

Summary

The only reason we have the refs is to ref.focus() inputs. That functionality is currently removed and has been replaced by TODO comments.

This diff temporarily removes refs from ThreadSettingsModal and the child "Tab" components. They'll be added back in this stack shortly (eg they'll be brought back to ThreadSettingsModalGeneralTab after state/functionality has been "pushed" down)


Depends on D3764

Test Plan

flow, no changes in functionality since the .focus() lines have already been removed

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Apr 24 2022, 11:27 AM

include removal of instance variables

This revision is now accepted and ready to land.Apr 26 2022, 4:46 AM