[PR #4461] [CLOSED] merge #4261

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4461
Author: @zipben
Created: 7/6/2025
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • bfbe5aa Added an On Library Item notifcation event
  • acc3d25 style changes
  • 396ecff added comments to books
  • 5fe3fd7 added star rating to comments
  • c5ddede fixed edit
  • 111742c limited ratings so that only one per user and restyled the comment frame for a user
  • cbb8950 added review hub profile page
  • c0294f4 added display name to users
  • ed6e59a fixed overflow issue
  • c45246c moved the account info to a profile tab

📊 Changes

66 files changed (+6040 additions, -4023 deletions)

View changed files

📝 .devcontainer/devcontainer.json (+44 -37)
📝 .gitignore (+1 -0)
DEPLOYMENT.md (+114 -0)
📝 client/assets/app.css (+87 -1)
📝 client/assets/tailwind.css (+13 -11)
📝 client/components/app/Appbar.vue (+98 -12)
📝 client/components/app/BookShelfCategorized.vue (+65 -1)
📝 client/components/app/BookShelfToolbar.vue (+15 -2)
📝 client/components/app/ConfigSideNav.vue (+6 -1)
client/components/app/GlobalStyling.vue (+53 -0)
📝 client/components/app/LazyBookshelf.vue (+59 -1)
client/components/app/ServerSettingsTab.vue (+68 -0)
📝 client/components/modals/AccountModal.vue (+6 -0)
client/components/modals/BatchApplyTagsModal.vue (+162 -0)
📝 client/components/stats/YearInReview.vue (+1 -1)
📝 client/components/stats/YearInReviewShort.vue (+1 -1)
📝 client/components/tables/UsersTable.vue (+4 -0)
📝 client/components/ui/MultiSelect.vue (+2 -1)
📝 client/layouts/default.vue (+6 -0)
📝 client/layouts/error.vue (+2 -2)

...and 46 more files

📄 Description

Brief summary

Which issue is fixed?

In-depth Description

How have you tested this?

Screenshots


🔄 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/4461 **Author:** [@zipben](https://github.com/zipben) **Created:** 7/6/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`bfbe5aa`](https://github.com/advplyr/audiobookshelf/commit/bfbe5aa91e68bfd6ff9f3dd70ed759ade57f0ac6) Added an On Library Item notifcation event - [`acc3d25`](https://github.com/advplyr/audiobookshelf/commit/acc3d253c560fb82fd08232ccab273d6486d300d) style changes - [`396ecff`](https://github.com/advplyr/audiobookshelf/commit/396ecfff4a3a0f1987adfaa199afc1799bfda108) added comments to books - [`5fe3fd7`](https://github.com/advplyr/audiobookshelf/commit/5fe3fd7f763664f4200720111eae6f7727df0399) added star rating to comments - [`c5ddede`](https://github.com/advplyr/audiobookshelf/commit/c5ddede56e5032877872db11166a9f8a549e81a9) fixed edit - [`111742c`](https://github.com/advplyr/audiobookshelf/commit/111742cf99d845e910bf44ae5d614f409bafbf0f) limited ratings so that only one per user and restyled the comment frame for a user - [`cbb8950`](https://github.com/advplyr/audiobookshelf/commit/cbb8950b462cc9e002e5f9e255d21bd5c5813421) added review hub profile page - [`c0294f4`](https://github.com/advplyr/audiobookshelf/commit/c0294f4c39fe257c7454987f4c80c24ea1738eb4) added display name to users - [`ed6e59a`](https://github.com/advplyr/audiobookshelf/commit/ed6e59a9f170d9b2af4223de2fe86145d3fc6757) fixed overflow issue - [`c45246c`](https://github.com/advplyr/audiobookshelf/commit/c45246c750995b4105cd8627dbabcf215a9aa1ac) moved the account info to a profile tab ### 📊 Changes **66 files changed** (+6040 additions, -4023 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/devcontainer.json` (+44 -37) 📝 `.gitignore` (+1 -0) ➕ `DEPLOYMENT.md` (+114 -0) 📝 `client/assets/app.css` (+87 -1) 📝 `client/assets/tailwind.css` (+13 -11) 📝 `client/components/app/Appbar.vue` (+98 -12) 📝 `client/components/app/BookShelfCategorized.vue` (+65 -1) 📝 `client/components/app/BookShelfToolbar.vue` (+15 -2) 📝 `client/components/app/ConfigSideNav.vue` (+6 -1) ➕ `client/components/app/GlobalStyling.vue` (+53 -0) 📝 `client/components/app/LazyBookshelf.vue` (+59 -1) ➕ `client/components/app/ServerSettingsTab.vue` (+68 -0) 📝 `client/components/modals/AccountModal.vue` (+6 -0) ➕ `client/components/modals/BatchApplyTagsModal.vue` (+162 -0) 📝 `client/components/stats/YearInReview.vue` (+1 -1) 📝 `client/components/stats/YearInReviewShort.vue` (+1 -1) 📝 `client/components/tables/UsersTable.vue` (+4 -0) 📝 `client/components/ui/MultiSelect.vue` (+2 -1) 📝 `client/layouts/default.vue` (+6 -0) 📝 `client/layouts/error.vue` (+2 -2) _...and 46 more files_ </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary <!-- Please provide a brief summary of what your PR attempts to achieve. --> ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> ## Screenshots <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <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:03 +02:00
adam closed this issue 2026-04-25 00:19:03 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4261