Page MenuHomePhabricator

[web] Store edited message draft in the state
ClosedPublic

Authored by kuba on May 16 2023, 1:57 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: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:44 AM
Unknown Object (File)
Mar 3 2024, 2:18 AM
Subscribers

Details

Summary

Enabled user to make changes to the text. Storing the draft in the EditState.

Test Plan

Run the app. Checked if user can edit text in the input bar. Checked if the state is updated.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

michal added inline comments.
web/chat/chat-input-text-area.react.js
14 ↗(On Diff #26576)

I think something like onCurrentTextChange is more descriptive

web/chat/edit-message-provider.js
55–57 ↗(On Diff #26576)

Can this happen? Should this be an invariant?

This revision is now accepted and ready to land.May 18 2023, 4:16 AM