Added vue from groups

This commit is contained in:
2026-04-25 16:11:20 +01:00
parent 4d82abd8a1
commit a1446f39ca
54 changed files with 640 additions and 2051 deletions
@@ -1,4 +1,4 @@
@if (friends().length > 0) {
@if (friends().length) {
<div class="rounded-xl px-5 m-3 bg-white font-mono border-1 border-gray-300">
<ion-list>
@for (friend of friends(); track friend.friendId; let i = $index) {