An error occurred fetching the project authors.
  1. 30 Jan, 2020 1 commit
  2. 21 Jan, 2020 1 commit
  3. 16 Jan, 2020 1 commit
  4. 10 Dec, 2019 1 commit
  5. 09 Dec, 2019 1 commit
    • Justin Boyson's avatar
      Remove stickyMonitor from diff_file_head.vue · ffb01a13
      Justin Boyson authored
      In this scenario stickyMonitor only add the class `is-stuck`
      to diff_file_header. On large diffs this almost doubles the
      render time.
      
      All the `is-stuck` class does is set border-radiust to 0.
      I believe the performance impact is not worth the trade
      off.
      ffb01a13
  6. 27 Aug, 2019 1 commit
    • Thomas Randolph's avatar
      Round the file title; Add top border to conflict diffs · 98949a13
      Thomas Randolph authored
      The file title sometimes overflows its container, which has the same
      border-radius. By always rounding the file title, the overflow never
      happens, so the corners always look correct.
      
      Everywhere else there are file diffs, there is a top border to complete
      the full border around the file.
      98949a13
  7. 16 Aug, 2019 1 commit
  8. 10 Aug, 2019 1 commit
  9. 12 Jul, 2019 1 commit
  10. 09 Jul, 2019 1 commit
    • Natalia Tepluhina's avatar
      Fixed editing form · 9613a34a
      Natalia Tepluhina authored
      - applied functional component patch
      - fixed border radius for list
      - fixed Karma test to take a correct li amount
      9613a34a
  11. 03 Jul, 2019 1 commit
  12. 14 Jun, 2019 1 commit
  13. 10 Jun, 2019 1 commit
  14. 06 Jun, 2019 1 commit
  15. 31 May, 2019 3 commits
  16. 23 May, 2019 1 commit
  17. 18 Apr, 2019 1 commit
  18. 05 Apr, 2019 2 commits
    • 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
    • ftab's avatar
      Fix old image diff swipe view · fa71715e
      ftab authored
      fa71715e
  19. 04 Apr, 2019 1 commit
    • ftab's avatar
      Move swipe diff border to the right · f2343100
      ftab authored
      In the Vue image diff app, the border needs to be on the right because
      the new image comes in from the left. The old image diff app which is
      used in commits and compare views had the new image visible by default
      and hiding away from the left.
      f2343100
  20. 02 Apr, 2019 1 commit
  21. 26 Mar, 2019 4 commits
  22. 08 Mar, 2019 1 commit
  23. 06 Mar, 2019 2 commits
  24. 27 Feb, 2019 1 commit
  25. 25 Feb, 2019 1 commit
    • Tim Zallmann's avatar
      Added Stylelint Setup · 46a1ca28
      Tim Zallmann authored
      Added stylelint to static-analysis
      Updated yarn dependencies
      CSS Fixes and rule adoptions of stylelint
      Added stylelint-scss
      Deduplicated yarn.lock to clear dependencies
      
      First round of advanced stylelint rules
      
      Mainly Vendor prefix updates related to flex
      
      Updates to more webkit specific vendor prefixes
      
      Finished all vendor specific fixes
      
      Moved now 4 rules to warning
      
      Fixed the new scss lint problems
      
      More stylelint adaptions after rebase
      46a1ca28
  26. 15 Feb, 2019 2 commits
  27. 14 Feb, 2019 1 commit
    • Tim Zallmann's avatar
      Added Stylelint Setup · 0b535661
      Tim Zallmann authored
      Added stylelint to static-analysis
      Updated yarn dependencies
      CSS Fixes and rule adoptions of stylelint
      Added stylelint-scss
      Deduplicated yarn.lock to clear dependencies
      0b535661
  28. 06 Feb, 2019 2 commits
  29. 24 Jan, 2019 2 commits
  30. 22 Jan, 2019 1 commit