[PR #1670] [MERGED] Add sortBy Last Book Added and Updated to series #3597

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1670
Author: @divyang-joshi
Created: 4/12/2023
Status: Merged
Merged: 4/12/2023
Merged by: @advplyr

Base: masterHead: feat-new-sortBy-last-book


📝 Commits (3)

  • 122ec14 Add sortBy Last Book Added and Updated to series
  • 69bac2e Add sorted by value to the series card
  • 4d45a90 Add translations to other languages

📊 Changes

14 files changed (+59 additions, -7 deletions)

View changed files

📝 client/components/app/BookShelfToolbar.vue (+8 -0)
📝 client/components/cards/LazySeriesCard.vue (+13 -6)
📝 client/strings/de.json (+3 -0)
📝 client/strings/en-us.json (+3 -0)
📝 client/strings/es.json (+3 -0)
📝 client/strings/fr.json (+3 -0)
📝 client/strings/gu.json (+4 -1)
📝 client/strings/hi.json (+3 -0)
📝 client/strings/hr.json (+3 -0)
📝 client/strings/it.json (+3 -0)
📝 client/strings/pl.json (+3 -0)
📝 client/strings/ru.json (+3 -0)
📝 client/strings/zh-cn.json (+3 -0)
📝 server/controllers/LibraryController.js (+4 -0)

📄 Description

This allows us to sort a series by when a book was last added and when last updated. The current addedAt applies to the series itself, and wont change when a new book gets added. Didn't use updatedAt since that could apply to making changes to the series object itself in the future.

Am I correct to assume the user settings object is purely FE for now?

Handles #1595


🔄 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/1670 **Author:** [@divyang-joshi](https://github.com/divyang-joshi) **Created:** 4/12/2023 **Status:** ✅ Merged **Merged:** 4/12/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `feat-new-sortBy-last-book` --- ### 📝 Commits (3) - [`122ec14`](https://github.com/advplyr/audiobookshelf/commit/122ec140e88382177c3123d100da37848f07a212) Add sortBy Last Book Added and Updated to series - [`69bac2e`](https://github.com/advplyr/audiobookshelf/commit/69bac2ec1e44f87df86c1b1ef2c2b8778ed8d06a) Add sorted by value to the series card - [`4d45a90`](https://github.com/advplyr/audiobookshelf/commit/4d45a902bb7ef63d8adca7f25690ee8e24e27d98) Add translations to other languages ### 📊 Changes **14 files changed** (+59 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfToolbar.vue` (+8 -0) 📝 `client/components/cards/LazySeriesCard.vue` (+13 -6) 📝 `client/strings/de.json` (+3 -0) 📝 `client/strings/en-us.json` (+3 -0) 📝 `client/strings/es.json` (+3 -0) 📝 `client/strings/fr.json` (+3 -0) 📝 `client/strings/gu.json` (+4 -1) 📝 `client/strings/hi.json` (+3 -0) 📝 `client/strings/hr.json` (+3 -0) 📝 `client/strings/it.json` (+3 -0) 📝 `client/strings/pl.json` (+3 -0) 📝 `client/strings/ru.json` (+3 -0) 📝 `client/strings/zh-cn.json` (+3 -0) 📝 `server/controllers/LibraryController.js` (+4 -0) </details> ### 📄 Description This allows us to sort a series by when a book was last added and when last updated. The current `addedAt` applies to the series itself, and wont change when a new book gets added. Didn't use `updatedAt` since that could apply to making changes to the series object itself in the future. Am I correct to assume the user settings object is purely FE for now? Handles #1595 --- <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:17 +02:00
adam closed this issue 2026-04-25 00:16:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3597