mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #351] [MERGED] Paginated admin library & upgrade manifests #332
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:admin-library-overhaul📝 Commits (10+)
6e8edbffeat: new page layout + endpoint13153c7feat: non-parallel mass import89ccf4efeat: paginated admin library54980f8feat: lint and performance improvement7ef7165feat: library filter utile325b5ffeat: link frontend features to backend792c2a2fix: lintee6bac1fix: small fixes421d111feat: bump torrential328e512fix: lint📊 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.
[PR #351] Paginated Admin library & filter optionsto [PR #351] [MERGED] Paginated admin library & upgrade manifests