Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mentions as links rte #10463

Merged
merged 65 commits into from
Mar 31, 2023
Merged

Mentions as links rte #10463

merged 65 commits into from
Mar 31, 2023

Commits on Mar 20, 2023

  1. create autocomplete component

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    177d861 View commit details
    Browse the repository at this point in the history
  2. use autocomplete component and add click handlers

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a52aa38 View commit details
    Browse the repository at this point in the history
  3. handle focus when autocomplete open

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1a17948 View commit details
    Browse the repository at this point in the history
  4. add placeholder for pill styling

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    05cc8a3 View commit details
    Browse the repository at this point in the history
  5. make width of autocomplete sensible

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    be01b92 View commit details
    Browse the repository at this point in the history
  6. fix TS issue

    Alun Turner committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    7ba881d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8abcb62 View commit details
    Browse the repository at this point in the history
  2. bump package json to new version of wysiwyg

    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    03c6509 View commit details
    Browse the repository at this point in the history
  3. yarn

    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cbc3723 View commit details
    Browse the repository at this point in the history
  4. get composer tests passing

    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6b34a80 View commit details
    Browse the repository at this point in the history
  5. rough setup of new autocomplete tests

    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a4e1cdf View commit details
    Browse the repository at this point in the history
  6. WIP cypress tests

    Alun Turner committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1c34cdc View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. add test id

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ff12d92 View commit details
    Browse the repository at this point in the history
  2. tidy up test setup

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8e45663 View commit details
    Browse the repository at this point in the history
  3. progress on getting something rendering

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    2ad0eab View commit details
    Browse the repository at this point in the history
  4. get the list item components rendering

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    191f58f View commit details
    Browse the repository at this point in the history
  5. make tests work as expected

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    37b2043 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    76eb06f View commit details
    Browse the repository at this point in the history
  7. fix TS error

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    74c3a23 View commit details
    Browse the repository at this point in the history
  8. remove unused cypress test

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    013c22e View commit details
    Browse the repository at this point in the history
  9. remove commented import

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    ab0e84b View commit details
    Browse the repository at this point in the history
  10. wrap wysiwyg composer tests in contexts

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    99a98f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    631ec37 View commit details
    Browse the repository at this point in the history
  12. add required autocomplete mocks for composer tests

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    14cd947 View commit details
    Browse the repository at this point in the history
  13. fix type issue

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8fe6390 View commit details
    Browse the repository at this point in the history
  14. fix TS issue

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a97d57c View commit details
    Browse the repository at this point in the history
  15. fix console error in test run

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9d4b330 View commit details
    Browse the repository at this point in the history
  16. fix errors in send wysiwyg composer

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    cf9456c View commit details
    Browse the repository at this point in the history
  17. fix edit wysiwyg composer test

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    9c2e71a View commit details
    Browse the repository at this point in the history
  18. fix send wysiwyg composer test

    Alun Turner committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d3bf2f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. improve autocomplete tests

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    84576bc View commit details
    Browse the repository at this point in the history
  2. expand composer tests

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    26dfec7 View commit details
    Browse the repository at this point in the history
  3. comment out todo code for coverage

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    036a04b View commit details
    Browse the repository at this point in the history
  4. improve autocomplete test code

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    75ecc15 View commit details
    Browse the repository at this point in the history
  5. add some room autocompletion tests for composer

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a48f87b View commit details
    Browse the repository at this point in the history
  6. tidy up tests

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    587ea1a View commit details
    Browse the repository at this point in the history
  7. add clicking on user link test

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6c4d893 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5616f99 View commit details
    Browse the repository at this point in the history
  9. use stubClient, not createTestClient

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d47234b View commit details
    Browse the repository at this point in the history
  10. consolidate mentions test and setup in single describe

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    78100d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    392bc86 View commit details
    Browse the repository at this point in the history
  12. revert unneeded changes

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7457b4e View commit details
    Browse the repository at this point in the history
  13. improve consistency

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a834963 View commit details
    Browse the repository at this point in the history
  14. remove unneccesary hook

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0b1e510 View commit details
    Browse the repository at this point in the history
  15. remove comment

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cde55ab View commit details
    Browse the repository at this point in the history
  16. improve assertion

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    57d4db5 View commit details
    Browse the repository at this point in the history
  17. improve test variables for legibility

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    21cc283 View commit details
    Browse the repository at this point in the history
  18. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c3d3da8 View commit details
    Browse the repository at this point in the history
  19. improve comment

    Alun Turner committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ec61bef View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. remove code from autocomplete

    Alun Turner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9b964d1 View commit details
    Browse the repository at this point in the history
  2. Translate comments to TSDoc

    Alun Turner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c277cbe View commit details
    Browse the repository at this point in the history
  3. split if logic up and add comments

    Alun Turner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    108b3d8 View commit details
    Browse the repository at this point in the history
  4. add more TSDoc

    Alun Turner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e2522d5 View commit details
    Browse the repository at this point in the history
  5. update comment

    Alun Turner committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b5a5af9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    61e1e6d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge remote-tracking branch 'origin/develop' into alunturner/mention…

    …s-as-links-rte
    Alun Turner committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    35f0b1c View commit details
    Browse the repository at this point in the history
  2. bump rich text editor to 1.4.1

    Alun Turner committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    71796f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5615883 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35b1a6d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    419de87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931e394 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    874ae1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10156b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    08d3d8c View commit details
    Browse the repository at this point in the history
  2. fix TS error

    Alun Turner committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    df8c3d8 View commit details
    Browse the repository at this point in the history