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

Improve handling of the disabled state of the save button in the edit message composer #8601

Closed
wants to merge 11 commits into from

Commits on May 15, 2022

  1. Move replaceEmoticon() to EditorModel

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    898d1ac View commit details
    Browse the repository at this point in the history
  2. Make documentPosition optional

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    074d9f6 View commit details
    Browse the repository at this point in the history
  3. replaceEmoticon() in createEditContent()

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    68151ab View commit details
    Browse the repository at this point in the history
  4. Correctly set saveDisabled based on isContentModified()

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    3a5e4c0 View commit details
    Browse the repository at this point in the history
  5. Replace emoticon at the caret

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    d630032 View commit details
    Browse the repository at this point in the history
  6. Add getDocumentPositionAtCaret()

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    bd0dd1d View commit details
    Browse the repository at this point in the history
  7. Remove unused offset

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    fb81bcf View commit details
    Browse the repository at this point in the history
  8. Export REGEX_EMOTICON_WHITESPACE

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    0398769 View commit details
    Browse the repository at this point in the history
  9. Add test for replace emoticons

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    eccf46d View commit details
    Browse the repository at this point in the history
  10. Add tests for EditMessageComposer

    Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
    SimonBrandner committed May 15, 2022
    Configuration menu
    Copy the full SHA
    b0fc96a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf630f2 View commit details
    Browse the repository at this point in the history