Add ui for note editing

This commit is contained in:
Tusooa Zhu 2022-08-20 13:02:27 -04:00 committed by tusooa
commit 1101305ffb
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 138 additions and 2 deletions

View file

@ -268,6 +268,12 @@
>
<RemoteFollow :user="user" />
</div>
<UserNote
v-if="loggedIn && isOtherUser"
:user="user"
:relationship="relationship"
:editing="isEditingNote"
/>
</div>
</div>
<div