aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/VirtualList.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Do not scroll if there is no scrolling areaFerdinand Thiessen2024-02-091-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): selected files actions position on scroll/with readme blockGrigorii K. Shartsev2024-01-301-5/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): move header actions out from the tableGrigorii K. Shartsev2024-01-101-0/+4
| | | | | | Having actions in the table header is no valid for a11y and counts as a column name. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Allow to drag and drop new files also on empty directoriesFerdinand Thiessen2023-11-271-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-181-30/+32
| | | | | | <div> is not allowed as a <table> child Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-181-0/+12
| | | | | | Otherwise it is not valid and does not ception the table. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): correct item heightVarun Patil2023-10-211-1/+1
| | | | | | | | | 1. grid: typo? The icon size is 160 - 44 + (44 / 2) = 138px 2. non-grid: border is already included in height because the tr is a border-box (made this explicit to be safe) Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): drop visible and adjust drag-to-scroll featureJohn Molakvoæ2023-10-191-1/+0
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* perf(files): performance optimizationsVarun Patil2023-10-191-7/+10
| | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* perf(files): optimize virtual scroller computationJohn Molakvoæ2023-10-171-10/+31
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* perf(files): reuse keys for virtual scrollingJohn Molakvoæ2023-10-171-6/+35
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): grid viewJohn Molakvoæ2023-10-171-23/+57
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-4/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-171-4/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): active and open sidebar on mountJohn Molakvoæ2023-08-171-4/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* perf(files): reuse vnode with unique keyJohn Molakvoæ2023-08-171-13/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: virtual scrolling updateJohn Molakvoæ2023-08-171-0/+161
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>