aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FilesListTableHeaderButton.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): file name and header sort buttons alignmentsskjnldsv2024-08-071-1/+1
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-21/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files): Remove confusing table header labelsFerdinand Thiessen2023-12-011-8/+0
| | | | | | | | | | For screen readers the table header was very verbose and confusing, as the SR reads out e.g. "sort list by name button FILENAME" for every row / file. Instead reduce it to "name button FILENAME" and add information about sorting to caption, as recommended by WCAG [1] [1]: https://www.w3.org/WAI/ARIA/apg/patterns/table/examples/sortable-table/ Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Adjust table header to look like on previous versionsFerdinand Thiessen2023-11-271-33/+40
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): migrate template pickerJohn Molakvoæ2023-10-171-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Remove unnecessary sort direction from labelChristopher Ng2023-10-141-5/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat: allow external drop and add dropzoneJohn Molakvoæ2023-10-101-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): properly format buttons, align mtime to the left and apply ↵John Molakvoæ (skjnldsv)2023-09-271-10/+1
| | | | | | opacity based on file last modification Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* chore(files): add Headers, remove legacy methods and cleanupJohn Molakvoæ2023-08-171-0/+122
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>