Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files grid view #11573

Merged
merged 43 commits into from
Oct 24, 2018
Merged

Files grid view #11573

merged 43 commits into from
Oct 24, 2018

Commits on Oct 18, 2018

  1. Grid init

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    f717bed View commit details
    Browse the repository at this point in the history
  2. Adjust design of grid view

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    10c9665 View commit details
    Browse the repository at this point in the history
  3. Fix popovermenu position

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    3403813 View commit details
    Browse the repository at this point in the history
  4. Fix grey background behind selection checkbox

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1983f91 View commit details
    Browse the repository at this point in the history
  5. Also add border-radius to thumbnail

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5b293a9 View commit details
    Browse the repository at this point in the history
  6. Fetch high resolution thumbnails for grid view

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    32d6090 View commit details
    Browse the repository at this point in the history
  7. Center align the footer file number & size summary

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    2a42a8d View commit details
    Browse the repository at this point in the history
  8. Show view toggle in controls bar

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e704899 View commit details
    Browse the repository at this point in the history
  9. Use grid view in other file views too

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    39ff82f View commit details
    Browse the repository at this point in the history
  10. Fixed multiselect and header

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5b8dd4d View commit details
    Browse the repository at this point in the history
  11. Set grid variable and overall size adjustement

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bb56d75 View commit details
    Browse the repository at this point in the history
  12. Loading hidden fix

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    4911f06 View commit details
    Browse the repository at this point in the history
  13. Hidden footer

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    49fda8b View commit details
    Browse the repository at this point in the history
  14. Remember toggle and events handler

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    c4cce14 View commit details
    Browse the repository at this point in the history
  15. Tooltip

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    872b866 View commit details
    Browse the repository at this point in the history
  16. Improve default visual and selection + default to file link

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    cd1cfe0 View commit details
    Browse the repository at this point in the history
  17. Fix focus background

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    07224da View commit details
    Browse the repository at this point in the history
  18. Default to grid

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    184c1b0 View commit details
    Browse the repository at this point in the history
  19. Fix spacing

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1f1dddc View commit details
    Browse the repository at this point in the history
  20. Border radius

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv authored and jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    b532c95 View commit details
    Browse the repository at this point in the history
  21. If an avatar is present, show that instead of the icon

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    64607f5 View commit details
    Browse the repository at this point in the history
  22. If there is a comment, show it instead of the share icon

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    1d48667 View commit details
    Browse the repository at this point in the history
  23. Remove negative z-index on thumbnail-wrapper, caused thumbnails to no…

    …t show
    
    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    c0648ef View commit details
    Browse the repository at this point in the history
  24. Adjustments for public share page, actions menu, view toggle

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    35ef2b2 View commit details
    Browse the repository at this point in the history
  25. Fix tabbability to view-toggle, action on Enter to be fixed

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bdfece1 View commit details
    Browse the repository at this point in the history
  26. In "Deleted files", do not show "Restore" text next to icon as there …

    …is no space
    
    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    d979da3 View commit details
    Browse the repository at this point in the history
  27. Add back slightly translucent background for controls bar

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    b62a48b View commit details
    Browse the repository at this point in the history
  28. More space for filename on public share page since there is no share …

    …icon
    
    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    25ae3ea View commit details
    Browse the repository at this point in the history
  29. Reduce bottom whitespace on share link page

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    8614693 View commit details
    Browse the repository at this point in the history
  30. Revert "Remove negative z-index on thumbnail-wrapper, caused thumbnai…

    …ls to not show"
    
    This reverts commit fb7fb1c.
    
    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    0f299d1 View commit details
    Browse the repository at this point in the history
  31. Fix translucent controls bar for dark themes

    Signed-off-by: Jan-Christoph Borchardt <[email protected]>
    jancborchardt committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e51d186 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Fix table hidden on empty folder

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b662977 View commit details
    Browse the repository at this point in the history
  2. Fix grey background over thumbnail

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    efdb535 View commit details
    Browse the repository at this point in the history
  3. Tooltip on hover only

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    8652ada View commit details
    Browse the repository at this point in the history
  4. Public fixes, request & default to grid

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e0dde08 View commit details
    Browse the repository at this point in the history
  5. Fix public background override

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    ec05e5d View commit details
    Browse the repository at this point in the history
  6. Use preview-x & preview-y on public pages

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    bf6a165 View commit details
    Browse the repository at this point in the history
  7. Filepicker grid

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    c039bd2 View commit details
    Browse the repository at this point in the history
  8. Add filepicker toggle

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    26ca7a0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/nextcloud/server into gri…

    …dview-table
    
    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b6981dc View commit details
    Browse the repository at this point in the history
  10. Restore table head

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    cf57df6 View commit details
    Browse the repository at this point in the history
  11. Allow focus on input with keyboard

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    8013dab View commit details
    Browse the repository at this point in the history
  12. Fix FF performance and recals issues

    Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
    skjnldsv committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    ede6472 View commit details
    Browse the repository at this point in the history