|
|
@ -35,10 +35,8 @@ const isZhLang = $computed(() => locale.value.startsWith('zh')) |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<template v-else> |
|
|
|
<template v-else> |
|
|
|
<div class="flex justify-end"> |
|
|
|
<v-list density="compact"> |
|
|
|
<v-list width="100%" class="py-0 flex-shrink-1 text-left elevation-0 rounded-sm community-card item active" dense> |
|
|
|
<div class="flex justify-between gap-1 w-full px-2"> |
|
|
|
<v-list-item> |
|
|
|
|
|
|
|
<div class="flex justify-space-between d-100 pr-2"> |
|
|
|
|
|
|
|
<MdiDiscord v-t="['e:community:discord']" class="icon text-[#7289DA]" @click="open('https://discord.gg/5RgZmkW')" /> |
|
|
|
<MdiDiscord v-t="['e:community:discord']" class="icon text-[#7289DA]" @click="open('https://discord.gg/5RgZmkW')" /> |
|
|
|
<div |
|
|
|
<div |
|
|
|
v-t="['e:community:discourse']" |
|
|
|
v-t="['e:community:discourse']" |
|
|
@ -47,11 +45,7 @@ const isZhLang = $computed(() => locale.value.startsWith('zh')) |
|
|
|
> |
|
|
|
> |
|
|
|
<div class="discourse" /> |
|
|
|
<div class="discourse" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<MdiReddit |
|
|
|
<MdiReddit v-t="['e:community:reddit']" class="icon text-[#FF4600]" @click="open('https://www.reddit.com/r/NocoDB/')" /> |
|
|
|
v-t="['e:community:reddit']" |
|
|
|
|
|
|
|
class="icon text-[#FF4600]" |
|
|
|
|
|
|
|
@click="open('https://www.reddit.com/r/NocoDB/')" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<MdiTwitter v-t="['e:community:twitter']" class="icon text-[#1DA1F2]" @click="open('https://twitter.com/NocoDB')" /> |
|
|
|
<MdiTwitter v-t="['e:community:twitter']" class="icon text-[#1DA1F2]" @click="open('https://twitter.com/NocoDB')" /> |
|
|
|
<MdiCalendarMonth |
|
|
|
<MdiCalendarMonth |
|
|
|
v-t="['e:community:book-demo']" |
|
|
|
v-t="['e:community:book-demo']" |
|
|
@ -59,9 +53,7 @@ const isZhLang = $computed(() => locale.value.startsWith('zh')) |
|
|
|
@click="open('https://calendly.com/nocodb-meeting')" |
|
|
|
@click="open('https://calendly.com/nocodb-meeting')" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</v-list-item> |
|
|
|
|
|
|
|
</v-list> |
|
|
|
</v-list> |
|
|
|
</div> |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|