Added displaying editing message modal in place of the original message.
Details
Details
- Reviewers
michal inka - Commits
- rCOMMe899ba275f83: [web] Displaying modal of editing message GUI
- Entered edit mode.
- Checked if the background is dimmed, and the modal displayed on top of it.
- Resized window, checked if the position was updated.
- Exited edit mode.
- Checked if the modal disappeared.
Screenshot:
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/chat/edit-message-provider.js | ||
---|---|---|
74 ↗ | (On Diff #26644) | This is obviously needed, but I don't understand why, could you explain? Isn't the width measured from a component inside of the ComposedMessage? Why is the delivery icon included in the width? |
web/chat/edit-message-provider.js | ||
---|---|---|
12 ↗ | (On Diff #26644) | Is this something we can also use for rendering the delivery icon, so that we can guarantee it is referenced / used in both places, and future maintainers are aware? Otherwise this is very brittle and hard to maintain... it's likely something changes with the delivery icon, and nobody will know that this code needs to be updated |
Comment Actions
I removed completely the width property from the EditTextMessage component. It turned out it was completely unnecessary.