mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
Highlight the differences of the updated bio text in Feed 1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user