[PR #3340] [CLOSED] add a layout option to the authors page Cards|Table #3942

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/3340
Author: @faush01
Created: 8/26/2024
Status: Closed

Base: masterHead: feature/author_layout


📝 Commits (1)

  • 9246e46 add a layout option to the authors page Cards|Table

📊 Changes

4 files changed (+113 additions, -6 deletions)

View changed files

📝 client/components/app/BookShelfToolbar.vue (+16 -0)
client/components/controls/LayoutSelect.vue (+66 -0)
📝 client/pages/library/_library/authors/index.vue (+30 -6)
📝 client/store/user.js (+1 -0)

📄 Description

Add a layout option to the Authors page.

I have called this Cards and Table. Cards is the default and original layout. Table is a table view of the authors.

Cards
image

Table
image


🔄 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/3340 **Author:** [@faush01](https://github.com/faush01) **Created:** 8/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/author_layout` --- ### 📝 Commits (1) - [`9246e46`](https://github.com/advplyr/audiobookshelf/commit/9246e46423ffc7c346841401debe0a400235207d) add a layout option to the authors page Cards|Table ### 📊 Changes **4 files changed** (+113 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/BookShelfToolbar.vue` (+16 -0) ➕ `client/components/controls/LayoutSelect.vue` (+66 -0) 📝 `client/pages/library/_library/authors/index.vue` (+30 -6) 📝 `client/store/user.js` (+1 -0) </details> ### 📄 Description Add a layout option to the Authors page. I have called this Cards and Table. Cards is the default and original layout. Table is a table view of the authors. Cards ![image](https://github.com/user-attachments/assets/422ab480-8517-4d17-9a04-ff133214615e) Table ![image](https://github.com/user-attachments/assets/33fb9403-de3d-48cf-a645-ee427d14c264) --- <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#3942