An error occurred fetching the project authors.
  1. 07 Nov, 2017 1 commit
  2. 06 Nov, 2017 2 commits
  3. 30 Oct, 2017 1 commit
  4. 26 Oct, 2017 1 commit
  5. 21 Oct, 2017 1 commit
  6. 20 Oct, 2017 1 commit
  7. 17 Oct, 2017 1 commit
  8. 16 Oct, 2017 5 commits
    • Phil Hughes's avatar
      3dc1392d
    • Phil Hughes's avatar
      made serializing generic · ddc0f837
      Phil Hughes authored
      fixed previous directory showing when it shouldnt
      ddc0f837
    • Phil Hughes's avatar
      fixed rendering bugs · fa9e729a
      Phil Hughes authored
      fixed eslint
      fa9e729a
    • Phil Hughes's avatar
      Spec updates · 5f80d042
      Phil Hughes authored
      Updated as best as possible, a lot of tests still change the store
      and never reset the state back which can cause some issues with other
      tests.
      5f80d042
    • Phil Hughes's avatar
      Refactored multi-file data structure · b1b91aa0
      Phil Hughes authored
      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
  9. 06 Oct, 2017 1 commit
  10. 05 Oct, 2017 2 commits
  11. 04 Oct, 2017 7 commits
  12. 29 Sep, 2017 1 commit
  13. 27 Sep, 2017 1 commit
  14. 18 Aug, 2017 1 commit
  15. 15 Aug, 2017 2 commits
  16. 14 Aug, 2017 2 commits
  17. 06 Aug, 2017 1 commit
  18. 02 Aug, 2017 1 commit
  19. 28 Jul, 2017 1 commit
  20. 26 Jul, 2017 4 commits
  21. 24 Jul, 2017 3 commits