mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #33316 from nextcloud/bugfix/noid/aria-label-share-link-buttons
Accessible names for share panel buttons
This commit is contained in:
commit
3e9c52ae5f
5 changed files with 8 additions and 4 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
<ActionLink ref="copyButton"
|
||||
:href="internalLink"
|
||||
:aria-label="t('files_sharing', 'Copy internal link to clipboard')"
|
||||
target="_blank"
|
||||
:icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'"
|
||||
@click.prevent="copyLink">
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
class="sharing-entry__copy">
|
||||
<ActionLink :href="shareLink"
|
||||
target="_blank"
|
||||
:aria-label="t('files_sharing', 'Copy public link to clipboard')"
|
||||
:icon="copied && copySuccess ? 'icon-checkmark-color' : 'icon-clippy'"
|
||||
@click.stop.prevent="copyLink">
|
||||
{{ clipboardTooltip }}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,9 @@
|
|||
<template #avatar>
|
||||
<div class="avatar-shared icon-more-white" />
|
||||
</template>
|
||||
<ActionButton :icon="showInheritedSharesIcon" @click.prevent.stop="toggleInheritedShares">
|
||||
<ActionButton :icon="showInheritedSharesIcon"
|
||||
:aria-label="mainTitle"
|
||||
@click.prevent.stop="toggleInheritedShares">
|
||||
{{ toggleTooltip }}
|
||||
</ActionButton>
|
||||
</SharingEntrySimple>
|
||||
|
|
|
|||
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue