aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/VirtualList.vue
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): Provide `useFileListWidth` composableFerdinand Thiessen2024-11-201-8/+13
* fix(files): fix list gap at bottomElizabeth Danzberger2024-08-271-1/+1
* refactor(files): Migrate logger util to TypescriptFerdinand Thiessen2024-08-011-1/+1
* feat(files): Allow to add file list filtersFerdinand Thiessen2024-07-251-0/+4
* fix(files): Grid view virtual scrolling computationsLouis Chemineau2024-07-241-4/+4
* fix(files): Reduce preview size in grid view modeLouis Chemineau2024-07-241-4/+4
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-3/+7
* feat(files): Refresh grid view layoutLouis Chemineau2024-07-041-4/+4
* chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
* fix(files): Ensure that focussed file is always scrolled rightFerdinand Thiessen2024-06-081-0/+24
* chore: Add SPDX headerAndy Scherzinger2024-05-291-0/+4
* 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