An error occurred fetching the project authors.
  1. 09 Apr, 2020 1 commit
    • Justin Boyson's avatar
      Refactor compare dropdowns · e64780db
      Justin Boyson authored
      We're splitting `compare_versions_dropdown` into 3 separate components
      A "layout" component and two "higher order" compoments
      
      This should greatly simplify the code, and testing.
      e64780db
  2. 17 Mar, 2020 2 commits
  3. 15 Jan, 2020 1 commit
    • jboyson1's avatar
      Fix karma tests · 82414aae
      jboyson1 authored
      Need notes.discussions to have a length for
      the code to work as intended.
      82414aae
  4. 14 Jan, 2020 3 commits
  5. 31 Dec, 2019 1 commit
  6. 19 Dec, 2019 1 commit
  7. 13 Dec, 2019 1 commit
  8. 11 Dec, 2019 1 commit
  9. 06 Dec, 2019 1 commit
  10. 04 Dec, 2019 1 commit
  11. 26 Nov, 2019 1 commit
  12. 14 Jun, 2019 1 commit
  13. 12 Apr, 2019 1 commit
  14. 05 Apr, 2019 1 commit
    • Sam Bigelow's avatar
      Improve diff navigation header · bf47270e
      Sam Bigelow authored
      - Compare versions header is full width except in the unified diff mode
      with no tree sidebar
        - Bar is always full width, but the content within stays centered when
      unified and no tree sidebar
      - File header is the same height as the "Compare versions header"
      - aligns with the design system grid guidelines => 56px
      - Diff file headers use a button group, switch icon order to open file
      externally being the last option, all buttons will become icon buttons
      (icon delivery by @dimitrieh)
      - If a file header becomes sticky no rounded corner/double border
      problem is visible anymore
      bf47270e
  15. 19 Mar, 2019 1 commit
  16. 28 Feb, 2019 1 commit
  17. 27 Feb, 2019 1 commit
    • 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
  18. 15 Feb, 2019 1 commit
  19. 13 Dec, 2018 1 commit
  20. 30 Nov, 2018 1 commit
  21. 22 Nov, 2018 1 commit
  22. 17 Oct, 2018 1 commit
  23. 03 Oct, 2018 1 commit
    • Phil Hughes's avatar
      Added file tree to merge request diffs · 33c4c5b8
      Phil Hughes authored
      This file tree displays all the diff files in a tree like format
      Each file is taken and converted into a tree with folders
      Each folder can be toggled open & closed
      Clicking a file will scroll to the diff file & highlight with a glow affect
      
      Searching the tree list will search only files & return a list of the
      files without any folders
      
      Each file row contains an icon to show changed, new file or deleted
      Each row will also contain the added & removed lines count
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
      33c4c5b8
  24. 26 Sep, 2018 1 commit
  25. 14 Sep, 2018 1 commit
  26. 21 Jun, 2018 2 commits