feat: search (#285)
This commit is contained in:
parent
5ff0900108
commit
c1d1138742
13 changed files with 252 additions and 6 deletions
|
@ -25,6 +25,7 @@
|
|||
<aside class="hidden md:none lg:block w-1/4 zen-hide">
|
||||
<div sticky top-0 h-screen flex="~ col">
|
||||
<slot name="right">
|
||||
<SearchWidget v-if="isMastoInitialised" />
|
||||
<UserSignInEntry v-if="isMastoInitialised && !currentUser" />
|
||||
<div v-if="isMastoInitialised && currentUser" py6 px4 w-full flex="~" items-center justify-between>
|
||||
<NuxtLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue