mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 16:47:37 +08:00
feat: add bio to profile
This commit is contained in:
@@ -146,6 +146,19 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
{#if d.user.aquaUser?.profileBio}
|
||||
<div>
|
||||
<div class="activity-info">
|
||||
<div class="info-bottom">
|
||||
<div class="profile-bio">
|
||||
<span>{t("settings.profile.bio")}</span>
|
||||
<span>{d.user.aquaUser?.profileBio}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<ChuniUserboxDisplay {game} {username} bind:error={error} />
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user