Merge pull request #36130 from nextcloud/enh/a11y-share-link-label

Add always visible share label
This commit is contained in:
Vincent Petry 2023-01-13 10:22:12 +01:00 committed by GitHub
commit b88864b899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View file

@ -127,14 +127,12 @@
<NcActionInput ref="label"
:class="{ error: errors.label }"
:disabled="saving"
:aria-label="t('files_sharing', 'Share label')"
:label="t('files_sharing', 'Share label')"
:value="share.newLabel !== undefined ? share.newLabel : share.label"
icon="icon-edit"
maxlength="255"
@update:value="onLabelChange"
@submit="onLabelSubmit">
{{ t('files_sharing', 'Share label') }}
</NcActionInput>
@submit="onLabelSubmit" />
<SharePermissionsEditor :can-reshare="canReshare"
:share.sync="share"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long