add users page, full screen image preview, footer
Some checks are pending
Docker / build (push) Waiting to run

This commit is contained in:
yuriko 🦊 2025-05-25 05:23:34 -04:00
parent 7ec9c4bc9d
commit 1442dbfa60
Signed by: jaiden
SSH key fingerprint: SHA256:f8tvveBoXBrKZIQDWLLcpQrKbATUCGg98x2N4YzkDM8
20 changed files with 202 additions and 32 deletions

View file

@ -1,11 +1,8 @@
@php use Illuminate\Support\Facades\Storage; @endphp
<div>
<wa-avatar
@if(Storage::has("avatars/$user->id"))
image="{{ $user->getAvatarBase64() }}"
@endif
label="avatar for {{ $user->name }}"
shape="{{ $shape }}"
style="--size: {{ $size }}"
></wa-avatar>
</div>
<wa-avatar
@if(Illuminate\Support\Facades\Storage::has("avatars/$user->id"))
image="{{ $user->getAvatarBase64() }}"
@endif
label="avatar for {{ $user->name }}"
shape="{{ $shape }}"
style="--size: {{ $size }}"
></wa-avatar>