[PR #3336] [CLOSED] Feature - new view: Activity Summary #3941

Closed
opened 2026-04-25 00:17:39 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3336
Author: @Vito0912
Created: 8/25/2024
Status: Closed

Base: masterHead: feat/user-to-go


📝 Commits (5)

📊 Changes

3 files changed (+278 additions, -0 deletions)

View changed files

📝 client/components/app/ConfigSideNav.vue (+11 -0)
client/pages/config/to-go.vue (+260 -0)
📝 client/strings/en-us.json (+7 -0)

📄 Description

Adds a view to display the total listening time and the number of items the user has listened to in this library. Additionally, it recommends books that the user can listen to for further progress.

Currently, podcasts are not supported, as there is no efficient method to retrieve all episodes in a library without individually requesting each podcast (at least not to me). Redirects have been implemented to prevent access when a library is a podcast.

image

(The name of the page has been changed to "Activity Summary" as I think it fits the scope more and "Current Progress" was removed)


🔄 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/pull/3336 **Author:** [@Vito0912](https://github.com/Vito0912) **Created:** 8/25/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/user-to-go` --- ### 📝 Commits (5) - [`dc15c49`](https://github.com/advplyr/audiobookshelf/commit/dc15c496581dfdef92b62b41cebfb39a70f18f6a) first draft - [`ba34978`](https://github.com/advplyr/audiobookshelf/commit/ba3497884e94aeda79a895bd12da9df5685a9a83) refactored and fixed image - [`d4a5955`](https://github.com/advplyr/audiobookshelf/commit/d4a5955cbca40eeef27db005471fa4d40ef0a2b5) now images work - [`d55ed05`](https://github.com/advplyr/audiobookshelf/commit/d55ed056721f0394e18edf1ca28963061575f5a9) excluded podcasts for now - [`3381b2c`](https://github.com/advplyr/audiobookshelf/commit/3381b2cb9acf76a50f4d876413c498c496bea4d3) rebranding to "Activity Summary" ### 📊 Changes **3 files changed** (+278 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/ConfigSideNav.vue` (+11 -0) ➕ `client/pages/config/to-go.vue` (+260 -0) 📝 `client/strings/en-us.json` (+7 -0) </details> ### 📄 Description Adds a view to display the total listening time and the number of items the user has listened to in this library. Additionally, it recommends books that the user can listen to for further progress. Currently, podcasts are not supported, as there is no efficient method to retrieve all episodes in a library without individually requesting each podcast (at least not to me). Redirects have been implemented to prevent access when a library is a podcast. ![image](https://github.com/user-attachments/assets/0869bce2-944c-4e15-ba59-e9ae48cfb8d1) (The name of the page has been changed to "Activity Summary" as I think it fits the scope more and "Current Progress" was removed) --- <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-25 00:17:39 +02:00
adam closed this issue 2026-04-25 00:17:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3941