forked from potsda.mn/mobilizon
Removed some unnecessary stuff
This commit is contained in:
parent
6bcff6d1ae
commit
96871853d1
|
@ -144,9 +144,9 @@
|
||||||
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
|
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
|
||||||
<OnlineEvents />
|
<OnlineEvents />
|
||||||
<UpcomingEvents v-if="instanceName" :instanceName="instanceName" />
|
<UpcomingEvents v-if="instanceName" :instanceName="instanceName" />
|
||||||
<LastEvents v-if="instanceName" :instanceName="instanceName" />
|
<!-- <LastEvents v-if="instanceName" :instanceName="instanceName" /> -->
|
||||||
<!-- Unlogged content section -->
|
<!-- Unlogged content section -->
|
||||||
<picture v-if="!currentUser?.isLoggedIn">
|
<!-- <picture v-if="!currentUser?.isLoggedIn">
|
||||||
<source
|
<source
|
||||||
media="(max-width: 799px)"
|
media="(max-width: 799px)"
|
||||||
:srcset="`/img/pics/homepage-480w.webp`"
|
:srcset="`/img/pics/homepage-480w.webp`"
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
/>
|
/>
|
||||||
</picture>
|
</picture>
|
||||||
<presentation v-if="!currentUser?.isLoggedIn" />
|
<presentation v-if="!currentUser?.isLoggedIn" />
|
||||||
</template>
|
</template> -->
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ParticipantRole } from "@/types/enums";
|
import { ParticipantRole } from "@/types/enums";
|
||||||
|
@ -196,7 +196,7 @@ import { IEvent } from "../types/event.model";
|
||||||
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
// import { IFollowedGroupEvent } from "../types/followedGroupEvent.model";
|
||||||
import CloseEvents from "@/components/Local/CloseEvents.vue";
|
import CloseEvents from "@/components/Local/CloseEvents.vue";
|
||||||
import CloseGroups from "@/components/Local/CloseGroups.vue";
|
import CloseGroups from "@/components/Local/CloseGroups.vue";
|
||||||
import LastEvents from "@/components/Local/LastEvents.vue";
|
// import LastEvents from "@/components/Local/LastEvents.vue";
|
||||||
import UpcomingEvents from "@/components/Local/UpcomingEvents.vue";
|
import UpcomingEvents from "@/components/Local/UpcomingEvents.vue";
|
||||||
import OnlineEvents from "@/components/Local/OnlineEvents.vue";
|
import OnlineEvents from "@/components/Local/OnlineEvents.vue";
|
||||||
import {
|
import {
|
||||||
|
|
Loading…
Reference in a new issue