[PR #308] [MERGED] Add Statistics #1401

Closed
opened 2026-04-24 23:58:12 +02:00 by adam · 0 comments
Owner

📋 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: masterHead: stats


📝 Commits (3)

  • 0145881 feat: add stats page to mobile
  • 87e277f fix: lint comments
  • be6c675 Show 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.

## 📋 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>
adam added the pull-request label 2026-04-24 23:58:12 +02:00
adam closed this issue 2026-04-24 23:58:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1401