1. 31 10月, 2017 1 次提交
    • P
      spec fixes · 098a9805
      Phil Hughes 提交于
      increased perf of scrolling tabs into view
      098a9805
  2. 30 10月, 2017 1 次提交
  3. 27 10月, 2017 1 次提交
  4. 26 10月, 2017 2 次提交
  5. 23 10月, 2017 3 次提交
  6. 21 10月, 2017 1 次提交
  7. 18 10月, 2017 1 次提交
  8. 17 10月, 2017 2 次提交
  9. 16 10月, 2017 2 次提交
    • P
      Refactored multi-file data structure · b1b91aa0
      Phil Hughes 提交于
      This moves away from storing in a single array just to render the table.
      It now stores in a multi-dimensional array/object type where each entry
      in the array can have its own tree. This makes storing the data for
      future feature a little easier as there is only one way to store the
      data.
      
      Previously to insert a directory the code had to insert the directory
      & then the file at the right point in the array. Now the directory
      can be inserted anywhere & then a file can be quickly added into this
      directory.
      
      The rendering is still done with a single array, but this is handled
      through underscore. Underscore takes the array & then goes through
      each item to flatten it into one. It is done this way to save changing
      the markup away from table, keeping it as a table keeps it semantically
      correct.
      b1b91aa0
    • F
      Move retry button to sidebar · a4c72601
      Filipa Lacerda 提交于
      a4c72601
  10. 11 10月, 2017 3 次提交
  11. 09 10月, 2017 1 次提交
  12. 07 10月, 2017 4 次提交
  13. 06 10月, 2017 3 次提交
  14. 05 10月, 2017 4 次提交
  15. 04 10月, 2017 1 次提交
  16. 03 10月, 2017 3 次提交
  17. 02 10月, 2017 2 次提交
    • P
      Cleanup the fork layout · 075f5ed9
      Phil Hughes 提交于
      - Cleans the fork project layout by removing the grid & reverting back
      to full flexbox to allow for the layout to correctly expand.
      - Removes duplicated markup
      - Fixes a bug where the forked project would trigger the load indicator
      075f5ed9
    • F
      Starts edit form · cddab09b
      Filipa Lacerda 提交于
      cddab09b
  18. 30 9月, 2017 1 次提交
  19. 29 9月, 2017 1 次提交
    • P
      Fix fork button being disabled for users who can fork to group · 8585ae61
      Phil Hughes 提交于
      Previously the fork button was disabled for all users if they have
      exceeded their project limit. This fixes that by changing the check
      to see if the user can fork to a group instead of their own namespace.
      
      This behaviour is already possible by visiting the new fork page
      directly, so this just fixes the button being disabled.
      
      Closes #38462
      8585ae61
  20. 28 9月, 2017 1 次提交
  21. 27 9月, 2017 2 次提交