-
Notifications
You must be signed in to change notification settings - Fork 159
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
Tiles view for file list #6126
Comments
maybe we can build upon: https://www.lightgalleryjs.com/ - needs evaluation if this plugin would be helpful |
This is Sexy AF - I fully support this. Can't get it fast enough. |
@tbsbdr would you want the "mini icon" next to the filename if the icon/preview is being rendered above already? :) |
Yes. :-) But never the preview. The preview should only be shown in the main tile area (if available). Basically:
|
@tbsbdr @kulmann I've played around with the resizing a bit now and it feels a bit clunky to be honest. Feel free to run #7991 locally, both options are in the code (one commented out in ODS+web) How about using the "resize" option to switch from showing one (maximum zoom level) up to 2 (small), 4 (medium) or 8 (large) or 12 (very large screen) tiles? I'll focus on the actual tiles in the meantime, they need cosmetical love 😄 |
Resizing@pascalwengerter yep, i get the clunkyness 🗿 MS and Apple solved this via stretching the gaps between the items: #7991 (comment) <- I suggest to stand on the shoulders of giants |
After #7991 has introduced a basic tiles view + tiles switch, the remaining functionality from this more epic-like issue could be addressed in smaller iterations in |
Closing here as the basic tiles view has been implemented. We have open issues for additional improvements for the future: |
needs split will be split into multiple stories fro a better digestion in the sprint:
not a gallery-app: Note the difference between a "gallery-app" and the "tiles view": The tiles view shows the plain file listing in a grid. It shows all files, regardless of their mime type, and does not add specific functionality for certain file types.
Description
User Stories
Value
Acceptance Criteria
object-fit: cover
object-fit: scale-down
(https://en.wikipedia.org/wiki/Widows_and_orphans)
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
Screenshots (wip)Status 13.12.2021
Small (Default)
Medium
Large
Small: Selected
Selected / Hover
static states:
Sorting Dropmenu:
Mobile: switch list <-> tile view
screen-20211214-155402.mp4
Related issues
#2585
#3341
The text was updated successfully, but these errors were encountered: