Page MenuHomePhabricator

[web] Add new edit message provider
ClosedPublic

Authored by kuba on May 11 2023, 6:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 9:26 PM
Unknown Object (File)
Thu, Mar 28, 9:26 PM
Unknown Object (File)
Thu, Mar 28, 9:26 PM
Unknown Object (File)
Thu, Mar 28, 9:25 PM
Unknown Object (File)
Thu, Mar 28, 9:19 PM
Unknown Object (File)
Mar 3 2024, 5:41 AM
Unknown Object (File)
Mar 3 2024, 4:28 AM
Unknown Object (File)
Mar 3 2024, 4:28 AM
Subscribers

Details

Summary

Created a new context for message editing. Used ModalOverlay template.

Test Plan

In later diffs checked if the context works correctly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

web/chat/edit-message-provider.js
58–63 ↗(On Diff #26401)

Is there a reason why this isn't just in the React.useMemo for the modal?

kuba marked an inline comment as done.

Added useMemo to modalOverlay

web/chat/edit-message-provider.js
58–63 ↗(On Diff #26401)

No, added it.

This revision is now accepted and ready to land.May 19 2023, 2:55 AM