mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
Merge branch 'master' into dlt_export_existing_transactions_drizzleOrm
This commit is contained in:
commit
58333e8c5f
Binary file not shown.
|
Before Width: | Height: | Size: 673 KiB |
BIN
frontend/public/img/template/Foto_04_2400_small.jpg
Normal file
BIN
frontend/public/img/template/Foto_04_2400_small.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
BIN
frontend/public/img/template/Foto_05_2400_small.jpg
Normal file
BIN
frontend/public/img/template/Foto_05_2400_small.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 564 KiB |
@ -5,11 +5,11 @@
|
||||
<div class="caption-first-text">{{ $t('auth.left.gratitude') }}</div>
|
||||
<div class="caption-second-text">{{ $t('auth.left.oneGratitude') }}</div>
|
||||
</BCarouselSlide>
|
||||
<BCarouselSlide img-src="/img/template/Foto_02_2400_small.jpg">
|
||||
<BCarouselSlide img-src="/img/template/Foto_05_2400_small.jpg">
|
||||
<div class="caption-first-text">{{ $t('auth.left.dignity') }}</div>
|
||||
<div class="caption-second-text">{{ $t('auth.left.oneDignity') }}</div>
|
||||
</BCarouselSlide>
|
||||
<BCarouselSlide img-src="/img/template/Foto_03_2400_small.jpg">
|
||||
<BCarouselSlide img-src="/img/template/Foto_04_2400_small.jpg">
|
||||
<div class="caption-first-text">{{ $t('auth.left.donation') }}</div>
|
||||
<div class="caption-second-text">{{ $t('auth.left.oneDonation') }}</div>
|
||||
</BCarouselSlide>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<auth-navbar class="index10" />
|
||||
|
||||
<div class="left-content-box position-fixed d-none d-lg-block">
|
||||
<div class="bg-img-box position-absolute w-100">
|
||||
<div v-if="isDesktop" class="bg-img-box position-absolute w-100">
|
||||
<auth-carousel class="carousel" />
|
||||
</div>
|
||||
<div class="bg-txt-box position-relative d-none d-lg-block text-center align-self-center">
|
||||
@ -134,6 +134,7 @@ onBeforeMount(() => {
|
||||
// clear state
|
||||
store.commit('project', null)
|
||||
})
|
||||
const isDesktop = computed(() => window.innerWidth > 768)
|
||||
|
||||
// put project value into store, if projectBrandingBanner query don't throw an error, so project exists
|
||||
watchEffect(() => {
|
||||
|
||||
@ -266,7 +266,7 @@
|
||||
"expiredOn": "Abgelaufen am",
|
||||
"has-account": "Du besitzt bereits ein Gradido Konto?",
|
||||
"header": "Gradidos versenden per Link",
|
||||
"isFree": "Gradido ist weltweit kostenfrei.",
|
||||
"isFree": "Gemeinschaftsbasiert – Dezentral – Open Source",
|
||||
"link-and-text-copied": "Der Link und deine Nachricht wurden in die Zwischenablage kopiert. Du kannst ihn jetzt in eine E-Mail oder Nachricht einfügen.",
|
||||
"link-copied": "Link wurde in die Zwischenablage kopiert. Du kannst ihn jetzt in eine E-Mail oder Nachricht einfügen.",
|
||||
"link-deleted": "Der Link wurde am {date} gelöscht.",
|
||||
|
||||
@ -266,7 +266,7 @@
|
||||
"expiredOn": "Expired on",
|
||||
"has-account": "You already have a Gradido account?",
|
||||
"header": "Send Gradidos via link",
|
||||
"isFree": "Gradido is free of charge worldwide.",
|
||||
"isFree": "Community-based – Decentralized – Open Source",
|
||||
"link-and-text-copied": "The link and your message have been copied to the clipboard. You can now include it in an email or message.",
|
||||
"link-copied": "Link has been copied to the clipboard. You can now paste it into an email or message.",
|
||||
"link-deleted": "The link was deleted on {date}.",
|
||||
|
||||
@ -214,7 +214,7 @@
|
||||
"expiredOn": "Vencido el:",
|
||||
"has-account": "Ya tienes una cuenta Gradido?",
|
||||
"header": "Transferir Gradidos por medio de un enlace",
|
||||
"isFree": "Gradido es gratis en todo el mundo.",
|
||||
"isFree": "Comunitario – Descentralizado – Código abierto",
|
||||
"link-and-text-copied": "El enlace y su mensaje se han copiado en el portapapeles. Ahora puedes ponerlo en un correo electrónico o mensaje.",
|
||||
"link-copied": "El enlace se ha copiado en el portapapeles. Ahora puedes pegarlo en un correo electrónico o mensaje.",
|
||||
"link-deleted": "El enlace se eliminó el {date}.",
|
||||
|
||||
@ -220,7 +220,7 @@
|
||||
"expiredOn": "A expiré le",
|
||||
"has-account": "Vous avez déjà un compte Gradido?",
|
||||
"header": "Envoyer des Gradidos via lien",
|
||||
"isFree": "Gradido est gratuit mondialement.",
|
||||
"isFree": "Communautaire – Décentralisé – Open Source",
|
||||
"link-and-text-copied": "Le lien et votre message ont été copiés dans le presse-papier. Vous pouvez maintenant le joindre à un email ou à un message..",
|
||||
"link-copied": "Le lien a été copié dans le presse-papier. Vous pouvez désormais le coller dans votre email ou votre message.",
|
||||
"link-deleted": "Le lien a été supprimé le on {date}.",
|
||||
|
||||
@ -214,7 +214,7 @@
|
||||
"expiredOn": "Afgelopen op",
|
||||
"has-account": "Heb je al een Gradido rekening?",
|
||||
"header": "Gradidos per link versturen",
|
||||
"isFree": "Gradido is gratis wereldwijd.",
|
||||
"isFree": "Gemeenschappelijk – Decentraal – Open Source",
|
||||
"link-and-text-copied": "De link en jouw bericht werden naar het klembord gekopieerd. Je kunt ze nu in een email of bericht invoegen.",
|
||||
"link-copied": "Link werd naar het klembord gekopieerd. Je kunt deze nu in een email of bericht invoegen.",
|
||||
"link-deleted": "De link werd op {date} verwijderd.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user