]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): move header actions out from the table
authorGrigorii K. Shartsev <me@shgk.me>
Mon, 8 Jan 2024 15:10:30 +0000 (16:10 +0100)
committerGrigorii K. Shartsev <me@shgk.me>
Wed, 10 Jan 2024 16:52:24 +0000 (17:52 +0100)
commitb1a9017f5fbe15a6fe3ccb592ff000661ce2e3ad
tree88d97b3748bd766a0102899049ccf43ae9750d9b
parentb2aa27f3e38ba156c21e345cc13dbcd21b1c5e1b
fix(files): move header actions out from the table

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>
apps/files/src/components/FilesListTableHeader.vue
apps/files/src/components/FilesListTableHeaderActions.vue
apps/files/src/components/FilesListVirtual.vue
apps/files/src/components/VirtualList.vue