mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 04:15:36 -04:00
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/103
Author: @DecDuck
Created: 6/7/2025
Status: ✅ Merged
Merged: 6/7/2025
Merged by: @DecDuck
Base:
develop← Head:90-migrate-game-metadata-import-to-task-system📝 Commits (4)
59390d5feat: move game import to new task system4101b38fix: sizing issue with new task UIeeb3912fix: lint78b46f1feat: add pcgamingwiki task📊 Changes
9 files changed (+306 additions, -186 deletions)
View changed files
📝
pages/admin/library/import.vue(+2 -2)📝
pages/admin/task/[id]/index.vue(+1 -5)📝
server/api/v1/admin/import/game/index.post.ts(+12 -5)📝
server/internal/metadata/giantbomb.ts(+24 -6)📝
server/internal/metadata/igdb.ts(+104 -85)📝
server/internal/metadata/index.ts(+105 -70)📝
server/internal/metadata/pcgamingwiki.ts(+29 -13)📝
server/internal/objects/transactional.ts(+13 -0)📝
server/internal/tasks/index.ts(+16 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.