Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Feb 13, 2020
  3. Jan 14, 2020
  4. Dec 19, 2019
  5. Dec 17, 2019
  6. Dec 12, 2019
  7. Dec 09, 2019
  8. Dec 04, 2019
  9. Nov 26, 2019
  10. Aug 12, 2019
  11. Aug 10, 2019
  12. Jul 03, 2019
  13. Jul 02, 2019
  14. Jun 14, 2019
  15. Jun 05, 2019
  16. May 10, 2019
  17. May 03, 2019
  18. Apr 12, 2019
  19. Mar 19, 2019
  20. Mar 11, 2019
  21. Mar 06, 2019
  22. Feb 27, 2019
    • Denys Mishunov's avatar
      Set up basic keyboard next/previous navigation in diff list · 0aff8e27
      Denys Mishunov authored
      Mousetrap is used as the help-tool to listen to keystrokes
      
      Added currentDiffIndex getter to store that holds
      the index of currently active diff file in the list
      
      Instead of computing it on the component, we will take advantage of it
      being available for all components in DiffsApp
      
      Testing keyboard navigation and jumpToFile()
      0aff8e27
  23. Feb 18, 2019
    • Phil Hughes's avatar
      Fix diff files not rendering · 512f9624
      Phil Hughes authored
      Fixes some diff files not rendering when the renderIt
      property is updated.
      Previously it was using a local copy of renderIt which meant
      Vue wouldn't update it when the files renderIt property was updates
      Unverified
      512f9624
  24. Feb 15, 2019
  25. Feb 13, 2019
  26. Feb 06, 2019
  27. Feb 05, 2019
  28. Jan 24, 2019
  29. Jan 22, 2019
    • Douwe Maan's avatar
      Trim first char of diff line text on diff discussions · 03df54b2
      Douwe Maan authored
      Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
      diff discussion `truncated_diff_lines` were inconsistent: `text` and
      `rich_text` on the latter included the leading +/-/<space> character,
      like on the backend, while the former had no `text` and its `rich_text`
      had dropped this char.
      
      This resulted in a bug when the suggestions feature expected these diff
      line objects to be identical in format and thus interchangeable, which
      was not the case.
      Unverified
      03df54b2
  30. Jan 15, 2019
  31. Jan 08, 2019
  32. Dec 18, 2018
    • Sam Bigelow's avatar
      Utilize :key to minimize extra rerenders · 9c187982
      Sam Bigelow authored
      The diff notes automatically focus on mount, and when using the index
      (as opposed to line_code) for the v-bind:key, the comment form gets
      unnecessarily remounted, and therefore refocused.
      9c187982
  33. Dec 14, 2018
  34. Dec 13, 2018
  35. Dec 12, 2018
  36. Dec 08, 2018
Loading