Copies most of the stats from the normal web app, with adjusted spacing for mobile and adds a tab to the hamburger menu for it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/308
**Author:** [@benonymity](https://github.com/benonymity)
**Created:** 8/4/2022
**Status:** ✅ Merged
**Merged:** 8/5/2022
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `stats`
---
### 📝 Commits (3)
- [`0145881`](https://github.com/advplyr/audiobookshelf-app/commit/014588180e136d7a344ec4c61cd072953abc9043) feat: add stats page to mobile
- [`87e277f`](https://github.com/advplyr/audiobookshelf-app/commit/87e277fad1fa46610f74882125fc81b69a2a11d1) fix: lint comments
- [`be6c675`](https://github.com/advplyr/audiobookshelf-app/commit/be6c675dedde28f9ff4f89f8153630972a1581f7) Show user stats nav only when connected to server, remove tooltip, remove icons on stats
### 📊 Changes
**4 files changed** (+355 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `components/app/SideDrawer.vue` (+6 -1)
➕ `components/stats/DailyListeningChart.vue` (+219 -0)
➕ `pages/stats.vue` (+114 -0)
📝 `plugins/init.client.js` (+16 -3)
</details>
### 📄 Description
Copies most of the stats from the normal web app, with adjusted spacing for mobile and adds a tab to the hamburger menu for it.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/308
Author: @benonymity
Created: 8/4/2022
Status: ✅ Merged
Merged: 8/5/2022
Merged by: @advplyr
Base:
master← Head:stats📝 Commits (3)
0145881feat: add stats page to mobile87e277ffix: lint commentsbe6c675Show user stats nav only when connected to server, remove tooltip, remove icons on stats📊 Changes
4 files changed (+355 additions, -4 deletions)
View changed files
📝
components/app/SideDrawer.vue(+6 -1)➕
components/stats/DailyListeningChart.vue(+219 -0)➕
pages/stats.vue(+114 -0)📝
plugins/init.client.js(+16 -3)📄 Description
Copies most of the stats from the normal web app, with adjusted spacing for mobile and adds a tab to the hamburger menu for it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.