Move channels page to more menu in mobile UI
This commit is contained in:
parent
dbc5ded08c
commit
180a89d7c6
|
@ -21,6 +21,29 @@
|
||||||
v-if="openMoreOptions"
|
v-if="openMoreOptions"
|
||||||
class="moreOptionContainer"
|
class="moreOptionContainer"
|
||||||
>
|
>
|
||||||
|
<div
|
||||||
|
class="navOption mobileHidden"
|
||||||
|
role="button"
|
||||||
|
tabindex="0"
|
||||||
|
:title="$t('Channels.Channels')"
|
||||||
|
@click="navigate('subscribedchannels')"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="thumbnailContainer"
|
||||||
|
>
|
||||||
|
<font-awesome-icon
|
||||||
|
icon="list"
|
||||||
|
class="navIcon"
|
||||||
|
:class="applyNavIconExpand"
|
||||||
|
fixed-width
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<p
|
||||||
|
class="navLabel"
|
||||||
|
>
|
||||||
|
{{ $t("Channels.Channels") }}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="!hideTrendingVideos"
|
v-if="!hideTrendingVideos"
|
||||||
class="navOption"
|
class="navOption"
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="navOption mobileShow"
|
class="navOption mobileHidden"
|
||||||
role="button"
|
role="button"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
:title="$t('Channels.Channels')"
|
:title="$t('Channels.Channels')"
|
||||||
|
|
Loading…
Reference in New Issue