feat(front): change horizontal scroll to grid view. closes #1456

This commit is contained in:
setop
2024-09-09 16:23:54 +02:00
parent 18c78b81cb
commit b48ab8201f
3 changed files with 9 additions and 81 deletions

View File

@@ -7,13 +7,13 @@
<template #title>
<template v-if="userLocation?.name">
{{
t("Incoming events and activities nearby {position}", {
t("Incoming events nearby {position}", {
position: userLocation?.name,
})
}}
</template>
<template v-else>
{{ t("Incoming events and activities") }}
{{ t("Incoming events") }}
</template>
</template>
<template #subtitle>
@@ -124,6 +124,7 @@ const eventsQuery = useQuery<{
longevents: false,
location: geoHash.value,
radius: distance.value,
limit: 93,
}));
const events = computed(