channel header and navigation

This commit is contained in:
Nikita Krupin 2022-05-14 00:36:56 -04:00
parent 20a7641119
commit d37f9b12ee
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,12 @@
<template>
<v-card style="display: flex" class="rounded-0 pa-3 topNav background">
<h3 v-show="!search" class="my-auto ml-4" v-text="page" />
<h3
v-show="!search"
class="my-auto ml-4"
v-text="
$route.path.includes('channel') ? $store.state.channel.title : page
"
/>
<v-btn
v-if="search"

View File

@ -26,6 +26,7 @@
v-for="tab in channelTabs"
:key="tab.name"
:to="tab.to"
exact
:v-ripple="false"
>
{{ tab.name }}

View File

@ -25,7 +25,7 @@
</div>
<v-card
flat
to="/channel/about?text=AboutDescription"
to="/channel/about"
style="
font-size: 0.75rem;
height: 2rem;