[PR #736] [MERGED] Date format #3407

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/736
Author: @cassieesposito
Created: 6/17/2022
Status: Merged
Merged: 6/18/2022
Merged by: @advplyr

Base: masterHead: dateFormat


📝 Commits (5)

  • 9ba0e52 Added an option to change date format
  • b2ee24d Applied dateFormat setting to alternative bookshelf view
  • 6227d0b Update
  • 7f6baf3 Merge branch 'advplyr:master' into dateFormat
  • 8ab0f16 Update server settings ui and add display settings section

📊 Changes

7 files changed (+63 additions, -29 deletions)

View changed files

📝 client/components/cards/LazyBookCard.vue (+6 -3)
📝 client/pages/config/index.vue (+31 -20)
📝 client/pages/item/_id/index.vue (+5 -2)
📝 client/plugins/init.client.js (+1 -1)
📝 client/store/globals.js (+15 -2)
📝 client/tailwind.config.js (+1 -0)
📝 server/objects/settings/ServerSettings.js (+4 -1)

📄 Description

Implementing feature request: https://github.com/advplyr/audiobookshelf/issues/624


🔄 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/736 **Author:** [@cassieesposito](https://github.com/cassieesposito) **Created:** 6/17/2022 **Status:** ✅ Merged **Merged:** 6/18/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `dateFormat` --- ### 📝 Commits (5) - [`9ba0e52`](https://github.com/advplyr/audiobookshelf/commit/9ba0e52bb7945ae1698710e2149c2c5d6a9b4051) Added an option to change date format - [`b2ee24d`](https://github.com/advplyr/audiobookshelf/commit/b2ee24de98634c56e7a7970daedd0cc40a518767) Applied dateFormat setting to alternative bookshelf view - [`6227d0b`](https://github.com/advplyr/audiobookshelf/commit/6227d0baa1d27c0f95d13184bb1913f4b3d6e538) Update - [`7f6baf3`](https://github.com/advplyr/audiobookshelf/commit/7f6baf35b7d80caa6cb4dc396ff7a9ad2300d89d) Merge branch 'advplyr:master' into dateFormat - [`8ab0f16`](https://github.com/advplyr/audiobookshelf/commit/8ab0f164a63cd42aaa4439c6afbb48ec6e1b1d4f) Update server settings ui and add display settings section ### 📊 Changes **7 files changed** (+63 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `client/components/cards/LazyBookCard.vue` (+6 -3) 📝 `client/pages/config/index.vue` (+31 -20) 📝 `client/pages/item/_id/index.vue` (+5 -2) 📝 `client/plugins/init.client.js` (+1 -1) 📝 `client/store/globals.js` (+15 -2) 📝 `client/tailwind.config.js` (+1 -0) 📝 `server/objects/settings/ServerSettings.js` (+4 -1) </details> ### 📄 Description Implementing feature request: https://github.com/advplyr/audiobookshelf/issues/624 --- <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:15:32 +02:00
adam closed this issue 2026-04-25 00:15:32 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3407