mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
[client] Remove url card animation
This commit is contained in:
parent
789fd97512
commit
c347eca737
@ -1,8 +1,4 @@
|
||||
<template>
|
||||
<transition
|
||||
:name="defaultStore.state.animation ? 'zoom' : ''"
|
||||
mode="out-in"
|
||||
>
|
||||
<!-- v-if="!fetching" for now, I think there's something
|
||||
weird w/ some links stuck loading (?) -->
|
||||
<article v-if="!fetching" class="url-preview" @click.stop>
|
||||
@ -17,7 +13,7 @@
|
||||
}"
|
||||
>
|
||||
<div v-if="thumbnail" class="thumbnail">
|
||||
<img :src="thumbnail" loading="lazy" />
|
||||
<img :src="thumbnail" loading="lazy" decoding="async" />
|
||||
<button
|
||||
v-if="tweetId"
|
||||
class="_button"
|
||||
@ -95,7 +91,6 @@
|
||||
@click.stop
|
||||
></iframe>
|
||||
</article>
|
||||
</transition>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
Loading…
Reference in New Issue
Block a user