[PR #351] [MERGED] Paginated admin library & upgrade manifests #332

Closed
opened 2026-02-17 17:06:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/351
Author: @DecDuck
Created: 2/16/2026
Status: Merged
Merged: 2/24/2026
Merged by: @DecDuck

Base: developHead: admin-library-overhaul


📝 Commits (10+)

📊 Changes

35 files changed (+1806 additions, -399 deletions)

View changed files

📝 .vscode/settings.json (+2 -6)
📝 components/GameEditor/Version.vue (+10 -0)
📝 components/LogLine.vue (+3 -4)
📝 components/ProgressBar.vue (+1 -1)
📝 i18n/locales/en_us.json (+23 -0)
📝 package.json (+3 -0)
📝 pages/admin/library/[id]/index.vue (+1 -1)
📝 pages/admin/library/import.vue (+6 -0)
📝 pages/admin/library/index.vue (+489 -88)
pages/admin/library/mass-import.vue (+363 -0)
📝 pages/admin/task/[id]/index.vue (+1 -1)
📝 pages/admin/task/index.vue (+60 -4)
📝 pages/index.vue (+8 -0)
📝 pages/store/[id]/index.vue (+1 -1)
📝 pnpm-lock.yaml (+150 -0)
📝 pnpm-workspace.yaml (+1 -3)
prisma/migrations/20260224145112_add_non_null_default_to_carousel_object_ids/migration.sql (+15 -0)
📝 prisma/models/content.prisma (+1 -1)
server/api/v1/admin/game/index.get.ts (+0 -16)
server/api/v1/admin/import/massversion/index.get.ts (+54 -0)

...and 15 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/Drop-OSS/drop/pull/351 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `admin-library-overhaul` --- ### 📝 Commits (10+) - [`6e8edbf`](https://github.com/Drop-OSS/drop/commit/6e8edbf4ca0824c1025ca3765c031cf7f9c7627f) feat: new page layout + endpoint - [`13153c7`](https://github.com/Drop-OSS/drop/commit/13153c75ad1df8e1879d87ecb4421a8b591c5c23) feat: non-parallel mass import - [`89ccf4e`](https://github.com/Drop-OSS/drop/commit/89ccf4ee776183cda776dcee5f8180bfd2234cf8) feat: paginated admin library - [`54980f8`](https://github.com/Drop-OSS/drop/commit/54980f86a08459794ba9695be203b125bb0253eb) feat: lint and performance improvement - [`7ef7165`](https://github.com/Drop-OSS/drop/commit/7ef71659a943563e77d7584940f3a754f6689746) feat: library filter util - [`e325b5f`](https://github.com/Drop-OSS/drop/commit/e325b5ff0c391697a0d5337db9cabe8d415d7bee) feat: link frontend features to backend - [`792c2a2`](https://github.com/Drop-OSS/drop/commit/792c2a24487b03d1d2e2fa70daa191542e33c232) fix: lint - [`ee6bac1`](https://github.com/Drop-OSS/drop/commit/ee6bac1b84f74ed0633e7a9afd4aee71ae9da8a3) fix: small fixes - [`421d111`](https://github.com/Drop-OSS/drop/commit/421d11136ed6c099a306ff289f7d183a49ad782a) feat: bump torrential - [`328e512`](https://github.com/Drop-OSS/drop/commit/328e5128f99ad65f112e20778b05b202794c5dd0) fix: lint ### 📊 Changes **35 files changed** (+1806 additions, -399 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+2 -6) 📝 `components/GameEditor/Version.vue` (+10 -0) 📝 `components/LogLine.vue` (+3 -4) 📝 `components/ProgressBar.vue` (+1 -1) 📝 `i18n/locales/en_us.json` (+23 -0) 📝 `package.json` (+3 -0) 📝 `pages/admin/library/[id]/index.vue` (+1 -1) 📝 `pages/admin/library/import.vue` (+6 -0) 📝 `pages/admin/library/index.vue` (+489 -88) ➕ `pages/admin/library/mass-import.vue` (+363 -0) 📝 `pages/admin/task/[id]/index.vue` (+1 -1) 📝 `pages/admin/task/index.vue` (+60 -4) 📝 `pages/index.vue` (+8 -0) 📝 `pages/store/[id]/index.vue` (+1 -1) 📝 `pnpm-lock.yaml` (+150 -0) 📝 `pnpm-workspace.yaml` (+1 -3) ➕ `prisma/migrations/20260224145112_add_non_null_default_to_carousel_object_ids/migration.sql` (+15 -0) 📝 `prisma/models/content.prisma` (+1 -1) ➖ `server/api/v1/admin/game/index.get.ts` (+0 -16) ➕ `server/api/v1/admin/import/massversion/index.get.ts` (+54 -0) _...and 15 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>
yindo added the pull-request label 2026-02-17 17:06:40 -05:00
yindo changed title from [PR #351] Paginated Admin library & filter options to [PR #351] [MERGED] Paginated admin library & upgrade manifests 2026-06-05 14:22:31 -04:00
yindo closed this issue 2026-06-05 14:22:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#332