[PR #60] [MERGED] Multi-upload to image library #56 #190

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/60
Author: @DecDuck
Created: 6/1/2025
Status: Merged
Merged: 6/1/2025
Merged by: @DecDuck

Base: developHead: 56-multi-upload-to-image-library


📝 Commits (4)

  • a269348 feat: support for file upload handler to track multiple files
  • d3a2f33 feat: update image upload endpoint to allow multiple files
  • e1e172b fix: lint
  • 8ce35de Merge branch 'develop' into 56-multi-upload-to-image-library

📊 Changes

6 files changed (+42 additions, -22 deletions)

View changed files

📝 components/UploadFileDialog.vue (+25 -7)
📝 pages/admin/metadata/games/[id]/index.vue (+1 -0)
📝 server/api/v1/admin/game/image/index.post.ts (+3 -3)
📝 server/api/v1/admin/game/metadata.post.ts (+4 -2)
📝 server/api/v1/admin/news/index.post.ts (+3 -2)
📝 server/internal/utils/handlefileupload.ts (+6 -8)

📄 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/60 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `56-multi-upload-to-image-library` --- ### 📝 Commits (4) - [`a269348`](https://github.com/Drop-OSS/drop/commit/a2693480ae1e92c69174ef14e9000be8a94b2140) feat: support for file upload handler to track multiple files - [`d3a2f33`](https://github.com/Drop-OSS/drop/commit/d3a2f337066751795be0059b388dc77f5c5908aa) feat: update image upload endpoint to allow multiple files - [`e1e172b`](https://github.com/Drop-OSS/drop/commit/e1e172b1d605c2e581e6578d636c25d125034991) fix: lint - [`8ce35de`](https://github.com/Drop-OSS/drop/commit/8ce35de74836a6f8d7f52c4ecaa304b4c619bb4c) Merge branch 'develop' into 56-multi-upload-to-image-library ### 📊 Changes **6 files changed** (+42 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `components/UploadFileDialog.vue` (+25 -7) 📝 `pages/admin/metadata/games/[id]/index.vue` (+1 -0) 📝 `server/api/v1/admin/game/image/index.post.ts` (+3 -3) 📝 `server/api/v1/admin/game/metadata.post.ts` (+4 -2) 📝 `server/api/v1/admin/news/index.post.ts` (+3 -2) 📝 `server/internal/utils/handlefileupload.ts` (+6 -8) </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:24 -05:00
yindo closed this issue 2026-02-17 17:06:24 -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#190