mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
changes:
- closes #154 - add uptime for piped instances - update readme
This commit is contained in:
parent
b47b71476c
commit
e87f55dffc
8 changed files with 373 additions and 327 deletions
|
@ -86,10 +86,10 @@ onMounted(() => {
|
|||
</span>
|
||||
<div v-else-if="plurl.thumbnails" class="pl-img">
|
||||
<img
|
||||
loading="lazy"
|
||||
:src="plurl.thumbnails[0].url"
|
||||
:height="plurl.thumbnails[0].height"
|
||||
:width="plurl.thumbnails[0].width"
|
||||
loading="lazy" />
|
||||
:width="plurl.thumbnails[0].width" />
|
||||
</div>
|
||||
<span class="pl-main caps">{{ plurl.title }}</span>
|
||||
<span class="bi bi-grip-horizontal pl-handle clickable"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue