Keybind and view fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
soraefir
2023-07-15 13:45:50 +02:00
parent 8a8f1f5a8a
commit 6250f17207
5 changed files with 49 additions and 32 deletions

View File

@@ -16,10 +16,10 @@ mixin map(section_str)
span.row.text-small.text-white(v-else) {{ #{section_str}.hotel.notes}}
l-marker(v-for='place in '+section_str+'.places.activities' :lat-lng='place.latlon')
l-icon
div(v-if='place.step==journey_step_data.day' v-html='generate_icon(place)')
div(v-else-if='place.step==-1 || place.step==undefined' v-html='generate_icon(place, "gray")')
div(v-else-if='journey_edit' v-html='generate_icon(place, "lightgray")')
div(v-else)
l-popup
h1.row.text-medium.text-center {{place.sname}}
span.row.text-small.text-gray {{place.display_name}}