Skip to content
Snippets Groups Projects
  1. Oct 01, 2019
  2. Sep 28, 2019
  3. Aug 26, 2019
  4. Mar 01, 2019
  5. Jan 18, 2019
  6. Oct 24, 2018
  7. Oct 09, 2018
  8. Jul 25, 2018
  9. Jun 21, 2018
  10. Jun 19, 2018
  11. Mar 09, 2018
  12. Oct 18, 2017
    • Daniel Calviño Sánchez's avatar
      Move checkboxes to their own column · f392e78d
      Daniel Calviño Sánchez authored
      
      The selection column is not only a visual column, but also a real column
      of the file list table. Unlike other columns whose width is reduced in
      space constrained screens the selection column must stay the same so the
      tapping area is large enough to be easily usable
      
      The selection column does not appear in the search results table, so its
      contents have to be explicitly aligned with those of the main table
      based on whether the main table has a selection column or not (using the
      "has-selection" CSS class in the same way as the "has-favorite" CSS
      class was being used when there was a column for favorite actions).
      
      In the tests the ":visible" selector can no longer be used. That
      selector matches elements with a width or height that is greater than
      zero, but the dimensions calculated in the unit tests are not reliable;
      the width of the link was zero before these changes, and now moving the
      checkbox to its own column causes the height of the link to become zero
      too, so it no longer matches the ":visible" selector even if it is not
      hidden. As hidding and showing the link is based on its "display" CSS
      property its value is the one checked now.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      f392e78d
    • Daniel Calviño Sánchez's avatar
      Move favorite mark to the top right corner of the thumbnail · 415ac9b3
      Daniel Calviño Sánchez authored
      
      The favorite icon was shown on its own "column" (not a real column in
      the table, but a visual column achieved through margins and left
      positions). Now the icon was moved to the top right corner of the file
      thumbnail, and the thumbnail and file name were moved to the left to
      fill the space left by the "column".
      
      To keep the markup in line with its visual representation (and to ease
      the placing through CSS), the favorite mark is no longer prepended to
      the row, but appended to the thumbnail instead. In the same way, the
      thumbnail is no longer appended to the checkbox label, but to the link
      with the name of the file instead (although the checkbox is still shown
      at the bottom right corner of the thumbnail, and clicking on the
      thumbnail still selects the file). In order to show the "busy" state on
      a file the "icon-loading-small" CSS class is set to the parent element
      of the thumbnail, so the thumbnail is also wrapped now by another div
      with the same size and position as the label.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      415ac9b3
  13. Sep 23, 2017
  14. Mar 15, 2017
  15. Feb 20, 2017
  16. Jan 26, 2017
  17. Nov 28, 2016
  18. Oct 11, 2016
  19. Oct 05, 2016
  20. Sep 09, 2016
  21. Jul 21, 2016
  22. May 26, 2016
  23. Jan 12, 2016
  24. Nov 24, 2015
  25. Nov 12, 2015
  26. Sep 23, 2015
  27. Jun 22, 2015
  28. Jun 09, 2015
  29. Jun 08, 2015
  30. Jun 01, 2015
  31. May 02, 2015
  32. Mar 26, 2015
  33. Mar 24, 2015
  34. Feb 26, 2015
  35. Feb 23, 2015
Loading