Highlight the differences of the updated bio text in Feed 1

This commit is contained in:
Natsumi
2024-11-12 11:33:21 +13:00
parent c052a28aa6
commit 435a2e3d3d
2 changed files with 5 additions and 5 deletions

View File

@@ -65,9 +65,9 @@ mixin feedTab()
i.x-user-status(:class="statusClass(scope.row.status)")
span(v-text="scope.row.statusDescription")
template(v-else-if="scope.row.type === 'Bio'")
template(v-for="(bio,idx) in formatDifference(scope.row.previousBio,scope.row.bio)")
template(v-for="(bio,idx) in formatDifference(scope.row.previousBio, scope.row.bio)")
pre(v-html="bio" style="font-family:inherit;font-size:12px;white-space:pre-wrap;margin:0 0.5em 0 0")
span(v-if="idx===0")
span(v-if="idx === 0")
i.el-icon-right
el-table-column(:label="$t('table.feed.date')" prop="created_at" sortable="custom" width="120")
template(v-once #default="scope")