feat(social): per-game friend request to disguised robots + lobby/stats/tile cosmetics #88

Merged
developer merged 3 commits from feature/robot-friend-request into development 2026-06-19 20:06:20 +00:00
Showing only changes of commit c9a5ca3ed7 - Show all commits
+1 -1
View File
@@ -267,7 +267,7 @@
{#if badge}<span class="unread-dot" class:nudge={badge === 'nudge'}></span>{/if}
</span>
<span class="sub scoreline"
>{#each orderedSeats(g) as s, i (s.seat)}{#if i > 0}<span class="sep"> : </span
>{#each orderedSeats(g) as s, i (s.seat)}{#if i > 0}<span class="sep">{' : '}</span
>{/if}<span
class="num"
class:win={s.accountId === myId && scoreStanding(g, myId) === 'win'}