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)
Mon, Nov 4, 8:14 AM
Unknown Object (File)
Mon, Nov 4, 8:14 AM
Unknown Object (File)
Mon, Nov 4, 8:14 AM
Unknown Object (File)
Mon, Nov 4, 8:14 AM
Unknown Object (File)
Mon, Nov 4, 8:13 AM
Unknown Object (File)
Mon, Nov 4, 8:13 AM
Unknown Object (File)
Oct 26 2024, 11:17 PM
Unknown Object (File)
Oct 26 2024, 11:17 PM
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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

michal added inline comments.
web/chat/chat-input-text-area.react.js
14

I think something like onCurrentTextChange is more descriptive

web/chat/edit-message-provider.js
55–57

Can this happen? Should this be an invariant?

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