Add: Listening statistics and chart on stats page #167

This commit is contained in:
advplyr 2021-11-13 19:17:33 -06:00
parent 416aa3bd60
commit 02da95377e
7 changed files with 357 additions and 51 deletions

View file

@ -1,7 +1,7 @@
<template>
<div id="page-wrapper" class="page p-6 overflow-y-auto relative" :class="streamAudiobook ? 'streaming' : ''">
<app-config-side-nav :is-open.sync="sideDrawerOpen" />
<div class="configContent">
<div class="configContent" :class="`page-${currentPage}`">
<div class="w-full pb-4 px-2 flex md:hidden border-b border-white border-opacity-10 mb-2">
<span class="material-icons cursor-pointer" @click.stop.prevent="showMore">more_vert</span>
<p class="pl-3 capitalize">{{ currentPage }}</p>
@ -72,6 +72,9 @@ export default {
width: 900px;
max-width: calc(100% - 176px);
}
.configContent.page-stats {
width: 1200px;
}
@media (max-width: 1024px) {
.configContent {
margin-left: 176px;