w-app
w-toolbar.w-flex.no-grow.align-start.mb4
.title2 Siimee
.spacer
w-button.ml2 Home
w-button.ml2 Matches
w-button.ml2(@click="openDrawer = true" outline="") Active Chats
.nav(v-if="profile.isLoggedIn" style="display: flex; justify-content: space-between;")
header
h2 current - profile: {{ profile.id }}
w-drawer(v-model="openDrawer")
SideBar(@updatePid="setPid" :pid="profile.id.value")
RouterView(
v-if="profile.isLoggedIn"
:pid="profile.id.value"
@updatePid="setPid"
@show-sidebar="showSidebar = !showSidebar"
)