enhance(client): welcomeBackメッセージをMFMでレンダリング

This commit is contained in:
NoriDev 2023-06-21 15:45:48 +09:00
parent 02f8258c70
commit d499f5a4a9
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,7 @@
- 리노트 전 확인 팝업을 띄움
- 유저 팝업 디자인 개선
- 절대 시간으로 표시할 때 툴팁에서는 상대 시간을 표기
- 환영 메시지를 MFM으로 렌더링
- Fix: 그룹 초대 알림 아이콘이 잘못 표시되는 문제
- Fix: 노트 디자인이 올바르지 않게 표시되는 문제
- Fix: 프로필 아이콘이 투명일 때 노트 답글선이 비치는 문제

View file

@ -9,8 +9,7 @@
>
<div v-if="showing" class="_acrylic" :class="[$style.root, { [$style.reduceBlurEffect]: !defaultStore.state.useBlurEffect }]" :style="{ zIndex }">
<CPAvatar :class="$style.avatar" :user="$i"/>
<Mfm :text="message" :isNote="false"></Mfm>
<MkUserName class="_nowrap" :user="$i"/>
<Mfm style="display: inherit; margin: 10px;" :text="message" :plain="true"></Mfm>
</div>
</Transition>
</div>