reslut style send per link

This commit is contained in:
ogerly 2022-11-30 16:06:02 +01:00
parent 4a349e6017
commit a18358f3b9
2 changed files with 22 additions and 8 deletions

View File

@ -1,11 +1,25 @@
<template>
<div class="clipboard-copy">
<div v-if="canCopyLink" size="lg" class="mb-3">
<div class="text-center h2">
<div v-if="canCopyLink" size="lg" class="mb-5">
<div class="d-flex">
<div>
<label>Gradido Link</label>
<div class="pointer text-center bg-secondary gradido-border-radius p-4" @click="copyLink">
{{ link }}
<!-- <b-icon icon="clipboard-plus" class="ml-5"></b-icon> -->
</div>
</div>
<div class="ml-5">
<label>Kopieren</label>
<div>
<b-button @click="copyLinkWithText" class="p-4">
<b-icon icon="link45deg"></b-icon>
</b-button>
</div>
</div>
</div>
<div class="text-center mt-5">
<!-- <div class="text-center mt-5">
<b-button size="sm" text="Button" variant="gradido" @click="copyLink">
{{ $t('gdd_per_link.copy-link') }}
</b-button>
@ -14,7 +28,7 @@
{{ $t('gdd_per_link.copy-link-with-text') }}
</b-button>
<hr />
</div>
</div> -->
</div>
<div v-else>
<div class="alert-danger p-3">{{ $t('gdd_per_link.not-copied') }}</div>

View File

@ -1,5 +1,5 @@
<template>
<div class="bg-white appBoxShadow gradido-border-radius p-4">
<div class="bg-white appBoxShadow gradido-border-radius p-5">
<div class="h3 mb-4">{{ $t('gdd_per_link.created') }}</div>
<clipboard-copy