aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListTableFooter.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): Remove huge margin on bottomFerdinand Thiessen2024-08-261-8/+6
| | | | | | Instead make it relative to screen size. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Make `currentView` a prop of `FilesListTableFooter`Ferdinand Thiessen2024-05-311-5/+5
| | | | | | | | We already have this as a required prop in `FilesListVirtual`, so passing it to the footer is straight forward and removed need of computed value. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Properly add type information to FilesListTableFooterFerdinand Thiessen2024-05-311-8/+8
| | | | | | | | - Add correct type for `nodes` prop. - Use `defineComponent` to properly infer Typescript information - Correct usage of nullish coalescing operator Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(l10n): Add context note for table footersChristopher Ng2024-01-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): grid viewJohn Molakvoæ2023-10-171-7/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: virtual scrolling updateJohn Molakvoæ2023-08-171-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-0/+175
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>