feat : concept grid view

This commit is contained in:
2025-01-14 22:47:00 +01:00
parent 452d76ca4b
commit e64d91563e
13 changed files with 901 additions and 164 deletions
+2 -4
View File
@@ -13,10 +13,8 @@ const user = await userStore.fetchUser(props.id);
<template>
<div class="user">
<img
class="user-avatar"
:src="`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}.webp?size=32`"
/>
<img loading="lazy" class="user-avatar"
:src="`https://cdn.discordapp.com/avatars/${user?.id}/${user?.avatar}.webp?size=32`" />
{{ user?.username }}
</div>
</template>