ui: move publish widget
This commit is contained in:
parent
0dc515647f
commit
cd2a06e969
7 changed files with 65 additions and 62 deletions
|
@ -4,10 +4,7 @@
|
|||
<div class="hidden md:block w-1/4 zen-hide" relative>
|
||||
<div sticky top-0 h-screen flex="~ col">
|
||||
<slot name="left">
|
||||
<template v-if="currentUser">
|
||||
<PublishWidget px4 mt16 draft-key="home" />
|
||||
</template>
|
||||
<UserSignInEntry v-else />
|
||||
<UserSignInEntry v-if="!currentUser" />
|
||||
<div flex-auto />
|
||||
<AccountInfo
|
||||
v-if="currentUser"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue