mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-18 15:57:31 -03:00
añadido skeleton de la ui
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
import CardCargando from '@/components/CardCargando.svelte';
|
import CardCargando from '@/components/CardCargando.svelte';
|
||||||
import CardError from '@/components/CardError.svelte';
|
import CardError from '@/components/CardError.svelte';
|
||||||
import CardPerfil from '@/components/CardPerfil.svelte';
|
import CardPerfil from '@/components/CardPerfil.svelte';
|
||||||
|
import UserPen from '@lucide/svelte/icons/user-pen';
|
||||||
|
|
||||||
let { params } = $props();
|
let { params } = $props();
|
||||||
|
|
||||||
@@ -134,6 +135,13 @@
|
|||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="fixed bottom-8 right-8">
|
||||||
|
<Button variant="default" size="icon-lg" >
|
||||||
|
<UserPen/>
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<meta property="og:title" content="Mini-x" />
|
<meta property="og:title" content="Mini-x" />
|
||||||
<meta property="og:description" content={`viendo el perfil de @${data.username}`} />
|
<meta property="og:description" content={`viendo el perfil de @${data.username}`} />
|
||||||
|
|||||||
Reference in New Issue
Block a user