Revert "revert: note editing"

This reverts commit b4032988
This commit is contained in:
mattyatea 2023-10-07 07:42:27 +09:00
parent 722f10b7fa
commit c3ced9b75f
23 changed files with 176 additions and 22 deletions

View file

@ -14,6 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<img v-for="role in note.user.badgeRoles" :key="role.id" v-tooltip="role.name" :class="$style.badgeRole" :src="role.iconUrl"/>
</div>
<div :class="$style.info">
<span v-if="note.updatedAt" style="margin-right: 0.5em;" :title="i18n.ts.edited"><i class="ti ti-pencil"></i></span>
<MkA :to="notePage(note)">
<MkTime :time="note.createdAt"/>
</MkA>