1. 30 10月, 2017 1 次提交
  2. 23 10月, 2017 2 次提交
  3. 16 10月, 2017 1 次提交
    • 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
  4. 26 9月, 2017 1 次提交
  5. 14 9月, 2017 6 次提交
  6. 02 9月, 2017 1 次提交
  7. 29 8月, 2017 1 次提交
  8. 25 8月, 2017 1 次提交
  9. 24 8月, 2017 1 次提交
  10. 17 8月, 2017 1 次提交
  11. 16 8月, 2017 2 次提交
  12. 08 8月, 2017 4 次提交
  13. 07 8月, 2017 8 次提交
  14. 05 8月, 2017 6 次提交
  15. 04 8月, 2017 4 次提交