mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Merge pull request #3575 from gradido/ui_updates_linked_transaction
feat(frontend): update copy symbol and change link order
This commit is contained in:
commit
362c466f15
@ -2,21 +2,6 @@
|
||||
<div class="clipboard-copy">
|
||||
<div v-if="canCopyLink" class="mb-5">
|
||||
<div>
|
||||
<label>{{ $t('gdd_per_link.copy-link') }}</label>
|
||||
<div
|
||||
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
||||
data-test="copyLink"
|
||||
@click="copyLink"
|
||||
>
|
||||
{{ link }}
|
||||
<div>
|
||||
<BButton class="p-4 gradido-border-radius">
|
||||
<IBiLink45deg />
|
||||
</BButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-5">
|
||||
<label>{{ $t('gdd_per_link.copy-link-with-text') }}</label>
|
||||
<div
|
||||
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
||||
@ -25,8 +10,23 @@
|
||||
>
|
||||
{{ linkText }}
|
||||
<div>
|
||||
<BButton class="p-4 gradido-border-radius">
|
||||
<IBiLink45deg />
|
||||
<BButton class="mt-1 p-4 gradido-border-radius">
|
||||
<IBiCopy />
|
||||
</BButton>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-5">
|
||||
<label>{{ $t('gdd_per_link.copy-link') }}</label>
|
||||
<div
|
||||
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
||||
data-test="copyLink"
|
||||
@click="copyLink"
|
||||
>
|
||||
{{ link }}
|
||||
<div>
|
||||
<BButton class="mt-1 p-4 gradido-border-radius">
|
||||
<IBiCopy />
|
||||
</BButton>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -18,18 +18,14 @@
|
||||
<IBiThreeDotsVertical class="link-menu-opener" />
|
||||
</template>
|
||||
|
||||
<BDropdownItem v-if="validLink" class="test-copy-link" @click.stop="copyLink">
|
||||
<IBiClipboard />
|
||||
{{ $t('gdd_per_link.copy-link') }}
|
||||
</BDropdownItem>
|
||||
<BDropdownItem
|
||||
v-if="validLink"
|
||||
class="test-copy-text pt-3"
|
||||
@click.stop="copyLinkWithText"
|
||||
>
|
||||
<BDropdownItem v-if="validLink" class="test-copy-text" @click.stop="copyLinkWithText">
|
||||
<IBiClipboardPlus />
|
||||
{{ $t('gdd_per_link.copy-link-with-text') }}
|
||||
</BDropdownItem>
|
||||
<BDropdownItem v-if="validLink" class="test-copy-link pt-3" @click.stop="copyLink">
|
||||
<IBiClipboard />
|
||||
{{ $t('gdd_per_link.copy-link') }}
|
||||
</BDropdownItem>
|
||||
<BDropdownItem
|
||||
v-if="validLink"
|
||||
class="pt-3 pb-3 test-qr-code"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user