Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Add ability to properly edit messages in Threads. #6877

Merged
merged 23 commits into from
Oct 1, 2021

Commits on Oct 1, 2021

  1. Fix eslint

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    452ea4e View commit details
    Browse the repository at this point in the history
  2. Fix infinite rerender loop when editing message

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    8cabbe3 View commit details
    Browse the repository at this point in the history
  3. Refactor "edit_event" to Action.EditEvent

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ba8e3ed View commit details
    Browse the repository at this point in the history
  4. Make up-arrow edit working in Threads

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    892d5bd View commit details
    Browse the repository at this point in the history
  5. Properly handle timeline events edit state

    Co-authored-by: Germain <germains@element.io>
    Dariusz Niemczyk and Germain committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    19fdb6c View commit details
    Browse the repository at this point in the history
  6. Properly traverse messages to be edited

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d01fce2 View commit details
    Browse the repository at this point in the history
  7. Add MatrixClientContextHOC

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4dc4a71 View commit details
    Browse the repository at this point in the history
  8. Refactor RoomContext to use AppRenderingContext

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1a074b2 View commit details
    Browse the repository at this point in the history
  9. Properly handle renderingContext for Edit dispatches

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    2f4629b View commit details
    Browse the repository at this point in the history
  10. Simplify HOC and make TS happy

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    bc13db7 View commit details
    Browse the repository at this point in the history
  11. Make TS happy

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    13b96ea View commit details
    Browse the repository at this point in the history
  12. Remove debug data

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    afd35a2 View commit details
    Browse the repository at this point in the history
  13. Fix missing renderingContext

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    642ba09 View commit details
    Browse the repository at this point in the history
  14. Fix refs

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    62b6f26 View commit details
    Browse the repository at this point in the history
  15. Fix wrong ref forwarding

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    5e3cccc View commit details
    Browse the repository at this point in the history
  16. Fix PR comments

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1c3f255 View commit details
    Browse the repository at this point in the history
  17. Typescriptify test

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    7ab4e98 View commit details
    Browse the repository at this point in the history
  18. "Fix" typescript issues

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d397cff View commit details
    Browse the repository at this point in the history
  19. Fix tests

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    489cb63 View commit details
    Browse the repository at this point in the history
  20. Fix linter

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9b470fc View commit details
    Browse the repository at this point in the history
  21. Fix copyright

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    fe013d7 View commit details
    Browse the repository at this point in the history
  22. Fix dead props

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    e29a895 View commit details
    Browse the repository at this point in the history
  23. Export RoomViewClass

    Dariusz Niemczyk committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    b4bef9d View commit details
    Browse the repository at this point in the history