hide instance panel for non users

This commit is contained in:
ulith 2025-01-28 13:53:40 +13:00
parent e2b85e405d
commit 32b5fa3ef6

View file

@ -24,7 +24,7 @@
<user-panel /> <user-panel />
<template v-if="layoutType !== 'mobile'"> <template v-if="layoutType !== 'mobile'">
<nav-panel /> <nav-panel />
<instance-specific-panel v-if="showInstanceSpecificPanel" /> <instance-specific-panel v-if="currentUser && showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" /> <features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" /> <who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
<div id="notifs-sidebar" /> <div id="notifs-sidebar" />