[PR #343] [MERGED] API optimisations, admin library fixes #326

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/343
Author: @DecDuck
Created: 2/5/2026
Status: Merged
Merged: 2/6/2026
Merged by: @DecDuck

Base: developHead: small-fixes


📝 Commits (3)

  • 1b00b3d feat: api optimisation
  • 8ce121e Merge branch 'develop' of github.com:Drop-OSS/drop into small-fixes
  • cb4e172 feat: emulator rename

📊 Changes

20 files changed (+247 additions, -135 deletions)

View changed files

📝 components/EmulatorWidget.vue (+7 -7)
📝 components/GameEditor/VersionConfig.vue (+9 -9)
📝 components/ImportVersionLaunchRow.vue (+30 -30)
📝 components/Modal/SelectLaunch.vue (+3 -3)
📝 composables/frontend.d.ts (+1 -1)
📝 i18n/locales/en_us.json (+6 -6)
📝 package.json (+1 -0)
📝 pages/admin/library/[id]/import.vue (+3 -4)
📝 pages/admin/library/import.vue (+6 -6)
📝 pages/store/[id]/index.vue (+5 -12)
📝 pnpm-lock.yaml (+26 -0)
prisma/migrations/20260206064926_rename_gametypes/migration.sql (+31 -0)
prisma/migrations/20260206065642_rename_more_executor_fields/migration.sql (+30 -0)
📝 prisma/models/content.prisma (+8 -7)
📝 server/api/v1/admin/game/[id]/index.get.ts (+4 -4)
📝 server/api/v1/admin/import/version/index.post.ts (+1 -1)
📝 server/api/v1/client/game/[id]/version/[versionid]/index.get.ts (+4 -4)
📝 server/api/v1/client/game/[id]/versions.get.ts (+11 -11)
📝 server/api/v1/games/[id]/index.get.ts (+31 -2)
📝 server/internal/library/index.ts (+30 -28)

📄 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/343 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `small-fixes` --- ### 📝 Commits (3) - [`1b00b3d`](https://github.com/Drop-OSS/drop/commit/1b00b3dd569ab39d700f8e75fffcce94d41e8c7a) feat: api optimisation - [`8ce121e`](https://github.com/Drop-OSS/drop/commit/8ce121e77ee8b5dca1d7b165c5cfb88d2b915762) Merge branch 'develop' of github.com:Drop-OSS/drop into small-fixes - [`cb4e172`](https://github.com/Drop-OSS/drop/commit/cb4e1722a6930ffc0dda186328af1b9847987532) feat: emulator rename ### 📊 Changes **20 files changed** (+247 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `components/EmulatorWidget.vue` (+7 -7) 📝 `components/GameEditor/VersionConfig.vue` (+9 -9) 📝 `components/ImportVersionLaunchRow.vue` (+30 -30) 📝 `components/Modal/SelectLaunch.vue` (+3 -3) 📝 `composables/frontend.d.ts` (+1 -1) 📝 `i18n/locales/en_us.json` (+6 -6) 📝 `package.json` (+1 -0) 📝 `pages/admin/library/[id]/import.vue` (+3 -4) 📝 `pages/admin/library/import.vue` (+6 -6) 📝 `pages/store/[id]/index.vue` (+5 -12) 📝 `pnpm-lock.yaml` (+26 -0) ➕ `prisma/migrations/20260206064926_rename_gametypes/migration.sql` (+31 -0) ➕ `prisma/migrations/20260206065642_rename_more_executor_fields/migration.sql` (+30 -0) 📝 `prisma/models/content.prisma` (+8 -7) 📝 `server/api/v1/admin/game/[id]/index.get.ts` (+4 -4) 📝 `server/api/v1/admin/import/version/index.post.ts` (+1 -1) 📝 `server/api/v1/client/game/[id]/version/[versionid]/index.get.ts` (+4 -4) 📝 `server/api/v1/client/game/[id]/versions.get.ts` (+11 -11) 📝 `server/api/v1/games/[id]/index.get.ts` (+31 -2) 📝 `server/internal/library/index.ts` (+30 -28) </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:39 -05:00
yindo closed this issue 2026-02-17 17:06:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#326