mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[PR #343] [MERGED] API optimisations, admin library fixes #326
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/343
Author: @DecDuck
Created: 2/5/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @DecDuck
Base:
develop← Head:small-fixes📝 Commits (3)
1b00b3dfeat: api optimisation8ce121eMerge branch 'develop' of github.com:Drop-OSS/drop into small-fixescb4e172feat: 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.