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, Feb 13, 10:33 AM
Unknown Object (File)
Thu, Feb 6, 4:15 AM
Unknown Object (File)
Jan 14 2025, 11:49 PM
Unknown Object (File)
Jan 4 2025, 3:39 PM
Unknown Object (File)
Dec 31 2024, 10:30 AM
Unknown Object (File)
Dec 30 2024, 11:49 PM
Unknown Object (File)
Dec 30 2024, 11:49 PM
Unknown Object (File)
Dec 30 2024, 11:49 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 ↗(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