[PR #4752] [CLOSED] Add local avatar upload feature for author page #4339

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4752
Author: @jiangshan123
Created: 10/15/2025
Status: Closed

Base: masterHead: feature/author-avatar-v2


📝 Commits (2)

  • f37d6fa Resolve merge conflicts and Add local avatar upload feature for author page
  • 2f93d96 Fix merge conflicts

📊 Changes

3 files changed (+205 additions, -84 deletions)

View changed files

📝 client/components/covers/AuthorImage.vue (+44 -30)
📝 client/components/modals/authors/EditModal.vue (+66 -11)
📝 server/controllers/AuthorController.js (+95 -43)

📄 Description

This PR adds a feature to the author page allowing users to upload a local avatar image for authors.

Changes include:

client/components/covers/AuthorImage.vue
client/components/modals/authors/EditModal.vue
server/controllers/AuthorController.js
The feature allows selecting a local image file and saves it to the server. The UI is updated accordingly.
ScreenShot_2025-09-30_191857_555
ScreenShot_2025-09-30_191832_841


🔄 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/4752 **Author:** [@jiangshan123](https://github.com/jiangshan123) **Created:** 10/15/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/author-avatar-v2` --- ### 📝 Commits (2) - [`f37d6fa`](https://github.com/advplyr/audiobookshelf/commit/f37d6fa3cdbf0ae38d7b1172102aededcb497a3f) Resolve merge conflicts and Add local avatar upload feature for author page - [`2f93d96`](https://github.com/advplyr/audiobookshelf/commit/2f93d96b12757208972490dfa2b9a8fac2c73f92) Fix merge conflicts ### 📊 Changes **3 files changed** (+205 additions, -84 deletions) <details> <summary>View changed files</summary> 📝 `client/components/covers/AuthorImage.vue` (+44 -30) 📝 `client/components/modals/authors/EditModal.vue` (+66 -11) 📝 `server/controllers/AuthorController.js` (+95 -43) </details> ### 📄 Description This PR adds a feature to the author page allowing users to upload a local avatar image for authors. Changes include: client/components/covers/AuthorImage.vue client/components/modals/authors/EditModal.vue server/controllers/AuthorController.js The feature allows selecting a local image file and saves it to the server. The UI is updated accordingly. <img width="1233" height="699" alt="ScreenShot_2025-09-30_191857_555" src="https://github.com/user-attachments/assets/2d5d4d7c-0bcd-4e86-9759-554023bcc502" /> <img width="1437" height="879" alt="ScreenShot_2025-09-30_191832_841" src="https://github.com/user-attachments/assets/330491e4-aa7c-444f-ab84-6bcf02c59743" /> --- <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:21 +02:00
adam closed this issue 2026-04-25 00:19:21 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4339