mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 18:07:26 +08:00
feat: add bio to profile
This commit is contained in:
@@ -146,6 +146,19 @@
|
|||||||
</nav>
|
</nav>
|
||||||
</div>
|
</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} />
|
<ChuniUserboxDisplay {game} {username} bind:error={error} />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user