[PR #2580] [MERGED] Add sorting to author page #3742

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2580
Author: @KeyboardHammer
Created: 2/4/2024
Status: Merged
Merged: 3/7/2024
Merged by: @advplyr

Base: masterHead: authorSort


📝 Commits (4)

📊 Changes

4 files changed (+51 additions, -2 deletions)

View changed files

📝 client/components/app/BookShelfToolbar.vue (+30 -0)
📝 client/pages/library/_library/authors/index.vue (+17 -1)
📝 client/store/user.js (+3 -1)
📝 server/controllers/LibraryController.js (+1 -0)

📄 Description

Adds client side sorting to the author page. Added lastFirst to authors api as it already is calculated server-side.

image

Implements: https://github.com/advplyr/audiobookshelf/issues/2547


🔄 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/2580 **Author:** [@KeyboardHammer](https://github.com/KeyboardHammer) **Created:** 2/4/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `authorSort` --- ### 📝 Commits (4) - [`e2bb0cf`](https://github.com/advplyr/audiobookshelf/commit/e2bb0cfb7cb7fb4587eaf0ff346296c37c24b315) add sorting to author page - [`d24427a`](https://github.com/advplyr/audiobookshelf/commit/d24427aad8dd613d2035e0424930f705527b185a) fix property - [`305689d`](https://github.com/advplyr/audiobookshelf/commit/305689d5130eb8c481005ef5e9c08e7612af14de) Update authors sort - [`e50b061`](https://github.com/advplyr/audiobookshelf/commit/e50b06183e4c691e00d5f358fe1ddf7ad452c5e8) Merge branch 'master' into authorSort ### 📊 Changes **4 files changed** (+51 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfToolbar.vue` (+30 -0) 📝 `client/pages/library/_library/authors/index.vue` (+17 -1) 📝 `client/store/user.js` (+3 -1) 📝 `server/controllers/LibraryController.js` (+1 -0) </details> ### 📄 Description Adds client side sorting to the author page. Added lastFirst to authors api as it already is calculated server-side. ![image](https://github.com/advplyr/audiobookshelf/assets/61483659/d73d21e7-9041-4747-8af1-f2d6e4403dc0) Implements: https://github.com/advplyr/audiobookshelf/issues/2547 --- <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:16:52 +02:00
adam closed this issue 2026-04-25 00:16:53 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3742