You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiles can be resized using a slider component (HTML range input, potentially to be added to the ODS).
Details for tile sizing have been sketched out in #6126 and #7991 . Independently of the current tile size on bigger viewports, #8367 should be respected on mobile from my understanding
Open tasks:
Implement slider
Resize the default file icon with the tile size
Fix view when using bigger tile-sizes and having a small screen and/or opening the sidebar. Content may float out of the right screen currently.
Only show tile size slide when tile size is supported
Bonus: Use e.g. https://vueuse.org/core/useresizeobserver/#useresizeobserver to load & update currently viewed tiles with bigger thumbnails upon resizing on certain thresholds (only when enlarging tiles, keeping the bigger size of already loaded tiles when decreasing the size should be fine).
The text was updated successfully, but these errors were encountered:
Expected behaviour
Tiles can be resized using a slider component (HTML
range
input, potentially to be added to the ODS).Details for tile sizing have been sketched out in #6126 and #7991 . Independently of the current tile size on bigger viewports, #8367 should be respected on mobile from my understanding
Open tasks:
Bonus: Use e.g. https://vueuse.org/core/useresizeobserver/#useresizeobserver to load & update currently viewed tiles with bigger thumbnails upon resizing on certain thresholds (only when enlarging tiles, keeping the bigger size of already loaded tiles when decreasing the size should be fine).
The text was updated successfully, but these errors were encountered: