forked from potsda.mn/mobilizon
Uncomment unnecessary stuff from HomeView
(cherry picked from commit e9680509bf
)
This commit is contained in:
parent
3bf7db8caa
commit
a722d71dae
|
@ -27,8 +27,8 @@
|
|||
<unlogged-introduction :config="config" v-if="config && !isLoggedIn" />
|
||||
<!-- Search fields -->
|
||||
<search-fields v-model:search="search" v-model:location="location" />
|
||||
<!-- Categories preview -->
|
||||
<categories-preview />
|
||||
<!-- Categories preview
|
||||
<categories-preview /> -->
|
||||
<!-- Welcome back -->
|
||||
<section
|
||||
class="container mx-auto"
|
||||
|
@ -135,18 +135,18 @@
|
|||
>
|
||||
</span>
|
||||
</section>
|
||||
<!-- Recent events -->
|
||||
<!-- Recent events
|
||||
<CloseEvents
|
||||
@doGeoLoc="performGeoLocation()"
|
||||
:userLocation="userLocation"
|
||||
:doingGeoloc="doingGeoloc"
|
||||
/>
|
||||
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" />
|
||||
<CloseGroups :userLocation="userLocation" @doGeoLoc="performGeoLocation()" /> -->
|
||||
<OnlineEvents />
|
||||
<UpcomingEvents v-if="instanceName" :instanceName="instanceName" />
|
||||
<LastEvents v-if="instanceName" :instanceName="instanceName" />
|
||||
<!-- <LastEvents v-if="instanceName" :instanceName="instanceName" /> -->
|
||||
<!-- Unlogged content section -->
|
||||
<picture v-if="!currentUser?.isLoggedIn">
|
||||
<!-- <picture v-if="!currentUser?.isLoggedIn">
|
||||
<source
|
||||
media="(max-width: 799px)"
|
||||
:srcset="`/img/pics/homepage-480w.webp`"
|
||||
|
@ -178,7 +178,7 @@
|
|||
alt=""
|
||||
loading="lazy"
|
||||
/>
|
||||
</picture>
|
||||
</picture> -->
|
||||
<presentation v-if="!currentUser?.isLoggedIn" />
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue