Skip to content
Snippets Groups Projects
Unverified Commit 77193318 authored by tusooa's avatar tusooa :zap:
Browse files

Make user panel and notification <aside>

parent d41e7a4c
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1679Fix accessibility regressions
......@@ -30,7 +30,7 @@
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<features-panel v-if="!currentUser && showFeaturesPanel" />
<who-to-follow-panel v-if="currentUser && suggestionsEnabled" />
<div id="notifs-sidebar" />
<aside id="notifs-sidebar" />
</template>
</div>
<main
......
......@@ -42,7 +42,7 @@
</button>
</div>
</nav>
<div
<aside
v-if="currentUser"
class="mobile-notifications-drawer"
:class="{ '-closed': !notificationsOpen }"
......@@ -83,7 +83,7 @@
ref="mobileNotifications"
@scroll="onScroll"
/>
</div>
</aside>
<SideDrawer
ref="sideDrawer"
:logout="logout"
......
<template>
<div class="user-panel">
<aside class="user-panel">
<div
v-if="signedIn"
key="user-panel-signed"
......@@ -16,7 +16,7 @@
v-else
key="user-panel"
/>
</div>
</aside>
</template>
<script src="./user_panel.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment