1. 02 Oct, 2020 2 commits
  2. 01 Oct, 2020 4 commits
  3. 30 Sep, 2020 1 commit
  4. 29 Sep, 2020 4 commits
  5. 28 Sep, 2020 5 commits
  6. 25 Sep, 2020 3 commits
  7. 24 Sep, 2020 1 commit
  8. 23 Sep, 2020 1 commit
  9. 18 Sep, 2020 1 commit
    • Przemyslaw Kaminski's avatar
      [ngrams] annotated field refactoring · d64d06a3
      Przemyslaw Kaminski authored
      Instead of modifying state (which causes rerendering and removal of
      current selection), we use refs.
      
      This has the drawback of delayed popup showing, unfortunately (this
      happens when backend send the periodic PUT message).
      d64d06a3
  10. 17 Sep, 2020 1 commit
    • Przemyslaw Kaminski's avatar
      [ngrams] NgramsTerm normalization · e6d5a03f
      Przemyslaw Kaminski authored
      It is not enough to normalize terms on the backend, because the frontend
      isn't fully aware of this (there isn't a "corrected" patch being sent,
      after the term is committed). Therefore we perform some normalization
      here (stripping spaces). However the `normNgram` function is used both
      for sending terms and highlighting them later. Too much normalization
      will lead to incorrect highlights.
      e6d5a03f
  11. 16 Sep, 2020 3 commits
  12. 15 Sep, 2020 5 commits
  13. 14 Sep, 2020 3 commits
  14. 12 Sep, 2020 1 commit
  15. 10 Sep, 2020 1 commit
  16. 09 Sep, 2020 4 commits