refactor of whereInput, move geolocation related code to whereInputAdvanced

This commit is contained in:
sedum
2023-02-19 23:19:16 +01:00
parent f298fe2fed
commit eefc0bb2df
4 changed files with 108 additions and 119 deletions

View File

@@ -44,7 +44,7 @@ v-container#event.pa-0.pa-sm-2
v-list-item-icon
v-icon.my-auto(v-text='mdiMonitorAccount')
v-list-item-content.py-0
v-text(small label v-text='`${event.locations[0]}`' outlined color='primary')
v-list-item-title.text-caption(v-text='`${event.locations[0]}`')
v-card.pb-2(v-if='onlineSectionEnabled && event.locations && event.locations.length > 1')
v-card-text.text-caption.pt-0.pb-0(v-text="$t('event.online_event_fallback_urls')")
v-list-item