nextcloud/apps/files/src
Ferdinand Thiessen bb12b8e042
fix(files): Remove confusing table header labels
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>
2023-12-01 17:30:23 +01:00
..
actions fix(files): Correct condition for checking copy/move into same directory 2023-11-27 19:12:19 +01:00
components fix(files): Remove confusing table header labels 2023-12-01 17:30:23 +01:00
legacy chore(files): add Headers, remove legacy methods and cleanup 2023-08-17 18:56:37 +02:00
mixins fix(files): Allow to drag and drop new files also on empty directories 2023-11-27 17:35:14 +01:00
models Do not load preview if version tab is not active 2023-06-28 17:00:23 +02:00
newMenu fix(files): fix new folder encoding 2023-10-17 17:19:48 +02:00
router fix(cypress): adjust selectors 2023-08-17 18:56:39 +02:00
services Display play icon over live photos' previews 2023-11-09 22:39:52 +01:00
store feat(files): add grid toggle button 2023-10-17 11:19:02 +02:00
utils feat(files): migrate template picker 2023-10-17 11:17:35 +02:00
views Fix more active entry icons 2023-11-29 16:38:41 +01:00
init-templates.ts feat(files): migrate template picker 2023-10-17 11:17:35 +02:00
init.ts Hide .mov for live photos 2023-11-09 22:39:52 +01:00
logger.js Port Files navigation to vue 2023-01-04 16:45:41 +01:00
main-personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main.ts feat(files): migrate template picker 2023-10-17 11:17:35 +02:00
reference-files.js Implement file reference wiget 2023-03-02 21:01:44 +01:00
sidebar.js sidebar: allow turning off tags view by default 2023-11-27 18:25:09 +00:00
types.ts feat(files): add move or copy action 2023-09-26 20:15:59 +02:00