aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/VirtualList.vue
Commit message (Expand)AuthorAgeFilesLines
* fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-07-101-1/+1
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-091-0/+5
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-301-5/+5
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-101-0/+4
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-271-1/+3
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-30/+32
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-181-0/+12
* fix(files): correct item heightVarun Patil2023-10-211-1/+1
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-1/+0
* perf(files): performance optimizationsVarun Patil2023-10-191-7/+10
* perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-171-10/+31
* perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
* feat(files): grid viewJohn Molakvoæ2023-10-171-23/+57
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-4/+1
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-171-4/+7
* fix(files): active and open sidebar on mountJohn Molakvoæ2023-08-171-4/+10
* perf(files): reuse vnode with unique keyJohn Molakvoæ2023-08-171-13/+6
* feat: virtual scrolling updateJohn Molakvoæ2023-08-171-0/+161