Skip to content
Snippets Groups Projects
  1. Apr 16, 2018
  2. Nov 28, 2017
  3. Nov 06, 2017
  4. Oct 30, 2017
  5. Oct 21, 2017
  6. Oct 18, 2017
  7. Oct 16, 2017
    • 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.
      Verified
      b1b91aa0
  8. Oct 06, 2017
  9. Aug 15, 2017
  10. May 05, 2017
  11. Apr 19, 2017
  12. Feb 15, 2017
  13. Feb 11, 2017
  14. Feb 06, 2017
  15. Feb 03, 2017
  16. Jan 27, 2017
  17. Jan 04, 2017
  18. Jan 03, 2017
  19. Oct 24, 2016
  20. Sep 06, 2016
  21. Jun 03, 2016
  22. May 13, 2016
Loading