Skip to content

Commit

Permalink
Merge pull request #41489 from nextcloud/fix/41463-Move_delete_share_…
Browse files Browse the repository at this point in the history
…button_into_the_scrolling_container

Move delete share button into the scrolling container
  • Loading branch information
susnux authored Nov 15, 2023
2 parents 33e0712 + 9d9fffb commit 8bda5e9
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions apps/files_sharing/src/views/SharingDetailsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,24 +177,24 @@
{{ t('files_sharing', 'Delete') }}
</NcCheckboxRadioSwitch>
</section>
<div class="sharingTabDetailsView__delete">
<NcButton v-if="!isNewShare"
:aria-label="t('files_sharing', 'Delete share')"
:disabled="false"
:readonly="false"
type="tertiary"
@click.prevent="removeShare">
<template #icon>
<CloseIcon :size="16" />
</template>
{{ t('files_sharing', 'Delete share') }}
</NcButton>
</div>
</section>
</div>
</div>

<div class="sharingTabDetailsView__footer">
<div class="sharingTabDetailsView__delete">
<NcButton v-if="!isNewShare"
:aria-label="t('files_sharing', 'Delete share')"
:disabled="false"
:readonly="false"
type="tertiary"
@click.prevent="removeShare">
<template #icon>
<CloseIcon :size="16" />
</template>
{{ t('files_sharing', 'Delete share') }}
</NcButton>
</div>
<div class="button-group">
<NcButton @click="$emit('close-sharing-details')">
{{ t('files_sharing', 'Cancel') }}
Expand Down
6 changes: 3 additions & 3 deletions dist/9911-9911.js → dist/7642-7642.js

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/7642-7642.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/9911-9911.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/files_sharing-files_sharing_tab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/files_sharing-files_sharing_tab.js.map

Large diffs are not rendered by default.

0 comments on commit 8bda5e9

Please sign in to comment.