Add description and verified to video cards

This commit is contained in:
Zed
2021-12-30 23:24:10 +01:00
parent aed31b2269
commit b8a3ffb0c4
4 changed files with 7 additions and 2 deletions

View File

@@ -202,6 +202,8 @@ proc renderAttribution(profile: Profile): VNode =
buildHtml(a(class="attribution", href=("/" & profile.username))):
renderMiniAvatar(profile)
strong: text profile.fullname
if profile.verified:
icon "ok", class="verified-icon", title="Verified account"
proc renderMediaTags(tags: seq[Profile]): VNode =
buildHtml(tdiv(class="media-tag-block")):