Skip to content

Commit

Permalink
Move delete share button into the scrolling container
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Nov 15, 2023
1 parent bd483e7 commit 0fa64be
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 344 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
3 changes: 0 additions & 3 deletions dist/9911-9911.js

This file was deleted.

324 changes: 0 additions & 324 deletions dist/9911-9911.js.LICENSE.txt

This file was deleted.

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

This file was deleted.

0 comments on commit 0fa64be

Please sign in to comment.