feat: review compose buttons (#2076)
parent
e9740fe693
commit
9d3c7ef116
|
@ -25,6 +25,8 @@ const useStarFavoriteIcon = usePreferences('useStarFavoriteIcon')
|
|||
<NavSideItem :text="$t('nav.conversations')" to="/conversations" icon="i-ri:at-line" user-only :command="command" />
|
||||
<NavSideItem :text="$t('nav.favourites')" to="/favourites" :icon="useStarFavoriteIcon ? 'i-ri:star-line' : 'i-ri:heart-3-line'" user-only :command="command" />
|
||||
<NavSideItem :text="$t('nav.bookmarks')" to="/bookmarks" icon="i-ri:bookmark-line" user-only :command="command" />
|
||||
|
||||
<div class="spacer" shrink hidden sm:block />
|
||||
<NavSideItem :text="$t('action.compose')" to="/compose" icon="i-ri:quill-pen-line" user-only :command="command" />
|
||||
|
||||
<div class="spacer" shrink hidden sm:block />
|
||||
|
|
|
@ -45,15 +45,6 @@ router.afterEach(() => {
|
|||
<div text-xl i-ri:arrow-left-line class="rtl-flip" btn-text />
|
||||
</NuxtLink>
|
||||
</CommonTooltip>
|
||||
<CommonTooltip :content="$t('action.compose')">
|
||||
<NuxtLink
|
||||
to="/compose"
|
||||
:aria-label="$t('action.compose')"
|
||||
btn-action-icon
|
||||
>
|
||||
<div text-xl i-ri:quill-pen-line user-only class="rtl-flip" btn-text />
|
||||
</NuxtLink>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue