mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #36130 from nextcloud/enh/a11y-share-link-label
Add always visible share label
This commit is contained in:
commit
b88864b899
3 changed files with 5 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
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