[PR #3450] [CLOSED] nuxt-bridge ft nitro #3977

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3450
Author: @wommy
Created: 9/24/2024
Status: Closed

Base: masterHead: nuxtBridge-n-nitro


📝 Commits (3)

  • c67c586 added nuxt-bridge
  • 2baf50d got it to build, quick n dirty; epubjs patch
  • e77609e init runtime.public ;; cleared up misc errors

📊 Changes

53 files changed (+31600 additions, -10204 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 client/components/app/ConfigSideNav.vue (+2 -2)
📝 client/components/app/SideRail.vue (+1 -1)
📝 client/components/covers/AuthorImage.vue (+1 -2)
📝 client/components/modals/ShareModal.vue (+2 -3)
📝 client/components/modals/player/QueueItemRow.vue (+2 -2)
📝 client/components/readers/EpubReader.vue (+1 -1)
📝 client/layouts/default.vue (+1 -1)
📝 client/nuxt.config.js (+16 -7)
📝 client/package-lock.json (+16995 -10176)
📝 client/package.json (+9 -5)
📝 client/pages/config/rss-feeds.vue (+1 -1)
📝 client/pages/share/_slug.vue (+1 -2)
📝 client/plugins/init.client.js (+1 -1)
client/static/libs/epubjs-patch/annotations.js (+302 -0)
client/static/libs/epubjs-patch/archive.js (+255 -0)
client/static/libs/epubjs-patch/book.js (+769 -0)
client/static/libs/epubjs-patch/container.js (+50 -0)
client/static/libs/epubjs-patch/contents.js (+1265 -0)
client/static/libs/epubjs-patch/displayoptions.js (+70 -0)

...and 33 more files

📄 Description

No description provided


🔄 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/3450 **Author:** [@wommy](https://github.com/wommy) **Created:** 9/24/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `nuxtBridge-n-nitro` --- ### 📝 Commits (3) - [`c67c586`](https://github.com/advplyr/audiobookshelf/commit/c67c586c9834a4cec42b68dbad657f9526c40115) added nuxt-bridge - [`2baf50d`](https://github.com/advplyr/audiobookshelf/commit/2baf50da121922a00b8f550d3bed325f0bb36360) got it to build, quick n dirty; epubjs patch - [`e77609e`](https://github.com/advplyr/audiobookshelf/commit/e77609ed57a3361d7958542a79939389eb4cd54e) init runtime.public ;; cleared up misc errors ### 📊 Changes **53 files changed** (+31600 additions, -10204 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `client/components/app/ConfigSideNav.vue` (+2 -2) 📝 `client/components/app/SideRail.vue` (+1 -1) 📝 `client/components/covers/AuthorImage.vue` (+1 -2) 📝 `client/components/modals/ShareModal.vue` (+2 -3) 📝 `client/components/modals/player/QueueItemRow.vue` (+2 -2) 📝 `client/components/readers/EpubReader.vue` (+1 -1) 📝 `client/layouts/default.vue` (+1 -1) 📝 `client/nuxt.config.js` (+16 -7) 📝 `client/package-lock.json` (+16995 -10176) 📝 `client/package.json` (+9 -5) 📝 `client/pages/config/rss-feeds.vue` (+1 -1) 📝 `client/pages/share/_slug.vue` (+1 -2) 📝 `client/plugins/init.client.js` (+1 -1) ➕ `client/static/libs/epubjs-patch/annotations.js` (+302 -0) ➕ `client/static/libs/epubjs-patch/archive.js` (+255 -0) ➕ `client/static/libs/epubjs-patch/book.js` (+769 -0) ➕ `client/static/libs/epubjs-patch/container.js` (+50 -0) ➕ `client/static/libs/epubjs-patch/contents.js` (+1265 -0) ➕ `client/static/libs/epubjs-patch/displayoptions.js` (+70 -0) _...and 33 more files_ </details> ### 📄 Description _No description provided_ --- <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:48 +02:00
adam closed this issue 2026-04-25 00:17:48 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3977