mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Add: Listening statistics and chart on stats page #167
This commit is contained in:
parent
416aa3bd60
commit
02da95377e
7 changed files with 357 additions and 51 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue