[PR #4662] [CLOSED] Added badge collection changes #4315

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4662
Author: @rashmi0114
Created: 9/10/2025
Status: Closed

Base: masterHead: Badge_collection


📝 Commits (1)

  • 8c3f0a5 Added badge collection changes

📊 Changes

64 files changed (+1663 additions, -176 deletions)

View changed files

Halsey - Without Me (Lyrics)/Halsey - Without Me (Lyrics).mp3 (+0 -0)
📝 client/components/app/SideRail.vue (+11 -0)
client/components/badges/BadgeGrid.vue (+25 -0)
client/components/badges/BadgeTile.vue (+44 -0)
client/components/badges/CollectionCard.vue (+18 -0)
client/components/modals/AchievementPopup.vue (+56 -0)
📝 client/nuxt.config.js (+23 -61)
📝 client/pages/library/_library/search.vue (+14 -1)
client/pages/my-badges/_collectionId.vue (+95 -0)
client/pages/my-badges/index.vue (+80 -0)
📝 client/players/PlayerHandler.js (+8 -0)
client/plugins/achievement-hooks.client.js (+74 -0)
client/plugins/achievement-route-hooks.client.js (+42 -0)
client/plugins/achievements-axios-hook.client.js (+29 -0)
client/plugins/achievements-login.client.js (+11 -0)
client/plugins/achievements.axios.client.js (+37 -0)
client/plugins/achievements.routes.client.js (+37 -0)
client/services/AchievementService.js (+99 -0)
client/static/badges/author_finder.png (+0 -0)
client/static/badges/avid.png (+0 -0)

...and 44 more files

📄 Description

Brief summary

Which issue is fixed?

In-depth Description

How have you tested this?

Screenshots


🔄 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/4662 **Author:** [@rashmi0114](https://github.com/rashmi0114) **Created:** 9/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Badge_collection` --- ### 📝 Commits (1) - [`8c3f0a5`](https://github.com/advplyr/audiobookshelf/commit/8c3f0a504242cdf57c8c9e4f1c23f6ba207783c9) Added badge collection changes ### 📊 Changes **64 files changed** (+1663 additions, -176 deletions) <details> <summary>View changed files</summary> ➕ `Halsey - Without Me (Lyrics)/Halsey - Without Me (Lyrics).mp3` (+0 -0) 📝 `client/components/app/SideRail.vue` (+11 -0) ➕ `client/components/badges/BadgeGrid.vue` (+25 -0) ➕ `client/components/badges/BadgeTile.vue` (+44 -0) ➕ `client/components/badges/CollectionCard.vue` (+18 -0) ➕ `client/components/modals/AchievementPopup.vue` (+56 -0) 📝 `client/nuxt.config.js` (+23 -61) 📝 `client/pages/library/_library/search.vue` (+14 -1) ➕ `client/pages/my-badges/_collectionId.vue` (+95 -0) ➕ `client/pages/my-badges/index.vue` (+80 -0) 📝 `client/players/PlayerHandler.js` (+8 -0) ➕ `client/plugins/achievement-hooks.client.js` (+74 -0) ➕ `client/plugins/achievement-route-hooks.client.js` (+42 -0) ➕ `client/plugins/achievements-axios-hook.client.js` (+29 -0) ➕ `client/plugins/achievements-login.client.js` (+11 -0) ➕ `client/plugins/achievements.axios.client.js` (+37 -0) ➕ `client/plugins/achievements.routes.client.js` (+37 -0) ➕ `client/services/AchievementService.js` (+99 -0) ➕ `client/static/badges/author_finder.png` (+0 -0) ➕ `client/static/badges/avid.png` (+0 -0) _...and 44 more files_ </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary <!-- Please provide a brief summary of what your PR attempts to achieve. --> ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <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:19:15 +02:00
adam closed this issue 2026-04-25 00:19:15 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4315