Page MenuHomePhabricator

[web] Add new edit message provider
ClosedPublic

Authored by kuba on May 11 2023, 6:01 AM.
Tags
None
Referenced Files
F1819774: D7794.id26944.diff
Tue, May 21, 11:20 PM
Unknown Object (File)
Sat, May 18, 5:23 AM
Unknown Object (File)
Fri, May 17, 9:50 PM
Unknown Object (File)
Tue, May 14, 3:26 AM
Unknown Object (File)
Tue, May 14, 3:26 AM
Unknown Object (File)
Tue, May 14, 3:26 AM
Unknown Object (File)
Tue, May 14, 3:26 AM
Unknown Object (File)
Tue, May 14, 3:22 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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

web/chat/edit-message-provider.js
58–63

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

No, added it.

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