Fix empty notification images, Linux crash and feed GPS timer alignment

This commit is contained in:
Natsumi
2025-03-08 18:21:03 +13:00
parent c97b9745e6
commit 3cbe0a7047
3 changed files with 11 additions and 7 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ mixin feedTab
template(#default='scope')
div(style='position: relative; font-size: 14px')
template(v-if='scope.row.type === "GPS"')
location(v-if='scope.row.previousLocation' :location='scope.row.previousLocation')
location(
v-if='scope.row.previousLocation'
:location='scope.row.previousLocation'
style='display: inline-block')
el-tag(type='info' effect='plain' size='mini' style='margin-left: 5px') {{ timeToText(scope.row.time) }}
br
span(style='margin-right: 5px')