Add media comment on popup
All checks were successful
Deploy Spot / deploy (push) Successful in 38s

This commit is contained in:
2026-05-20 00:12:24 +02:00
parent 7f74263ba2
commit 0bb7ae2361

View File

@@ -71,15 +71,18 @@ export default {
<spotIcon icon="calendar" width="fixed" size="lg" :text="activeTimeInterval" /> <spotIcon icon="calendar" width="fixed" size="lg" :text="activeTimeInterval" />
</div> </div>
<div v-else> <div v-else>
<div class="section" v-if="options.comment">
<spotIcon icon="post" width="fixed" size="lg" :text="options.comment" />
</div>
<div class="section time"> <div class="section time">
<projectRelTime :icon="timeinfo.icon" :localTime="localTime" :siteTime="timeinfo.site_time" :offset="timeinfo.offset" /> <projectRelTime :icon="timeinfo.icon" :localTime="localTime" :siteTime="timeinfo.site_time" :offset="timeinfo.offset" />
</div> </div>
<div v-if="!isMobile()" class="section coordinates"> <div v-if="!isMobile()" class="section coordinates">
<spotIcon :icon="'coords'" width="fixed" size="lg" margin="right" /> <spotIcon icon="coords" width="fixed" size="lg" margin="right" />
<projectMapLink :options="options" /> <projectMapLink :options="options" />
</div> </div>
<div v-if="options.altitude" class="section altitude"> <div v-if="options.altitude" class="section altitude">
<spotIcon :icon="'altitude'" width="fixed" size="lg" :text="options.altitude+'m'" /> <spotIcon icon="altitude" width="fixed" size="lg" :text="options.altitude+'m'" />
</div> </div>
<div class="section weather" v-if="options.weather_icon && options.weather_icon!='unknown'" :title="options.weather_cond==''?'':lang.get('weather.'+options.weather_icon)"> <div class="section weather" v-if="options.weather_icon && options.weather_icon!='unknown'" :title="options.weather_cond==''?'':lang.get('weather.'+options.weather_icon)">
<spotIcon :icon="options.weather_icon" width="fixed" size="lg" :text="options.weather_temp+'°C'" /> <spotIcon :icon="options.weather_icon" width="fixed" size="lg" :text="options.weather_temp+'°C'" />