[PR #186] [MERGED] Various fixes #253

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/186
Author: @DecDuck
Created: 8/14/2025
Status: Merged
Merged: 8/15/2025
Merged by: @DecDuck

Base: developHead: small-fixes-1


📝 Commits (5)

📊 Changes

14 files changed (+180 additions, -185 deletions)

View changed files

📝 components/GameEditor/Version.vue (+11 -8)
📝 components/LanguageSelector.vue (+6 -2)
📝 package.json (+1 -1)
📝 pages/admin/task/index.vue (+2 -2)
prisma/migrations/20250815014713_use_task_id_started_composite_id/migration.sql (+15 -0)
📝 prisma/models/task.prisma (+3 -1)
📝 server/api/v2/client/chunk.post.ts (+13 -0)
📝 server/internal/library/index.ts (+16 -81)
📝 server/internal/library/providers/filesystem.ts (+27 -15)
📝 server/internal/library/providers/flat.ts (+16 -9)
📝 server/internal/metadata/index.ts (+2 -7)
📝 server/internal/tasks/index.ts (+10 -4)
📝 utils/parseTaskLog.ts (+4 -1)
📝 yarn.lock (+54 -54)

📄 Description

Closes #185
Closes #181
Closes #160


🔄 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/186 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/14/2025 **Status:** ✅ Merged **Merged:** 8/15/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `small-fixes-1` --- ### 📝 Commits (5) - [`4f6bcb0`](https://github.com/Drop-OSS/drop/commit/4f6bcb081ffeca6615cb91f537f2b841b1753584) fix: #181 - [`2046267`](https://github.com/Drop-OSS/drop/commit/20462679c817ce310b5602cf88de3fcf8a2dcfc7) fix: use taskHandler as source of truth for imports - [`2f2395f`](https://github.com/Drop-OSS/drop/commit/2f2395fce03dba4d416bb1ee409ecb8851ddcb21) fix: task formatting - [`7a2487d`](https://github.com/Drop-OSS/drop/commit/7a2487daa506373854dfe1ff63e67bc771c97b5a) fix: zip downloads - [`5e4f0eb`](https://github.com/Drop-OSS/drop/commit/5e4f0eb8c24b82917c5a4ab9f5baf6a2d817f41b) feat: re-enable import version button on delete + lint ### 📊 Changes **14 files changed** (+180 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `components/GameEditor/Version.vue` (+11 -8) 📝 `components/LanguageSelector.vue` (+6 -2) 📝 `package.json` (+1 -1) 📝 `pages/admin/task/index.vue` (+2 -2) ➕ `prisma/migrations/20250815014713_use_task_id_started_composite_id/migration.sql` (+15 -0) 📝 `prisma/models/task.prisma` (+3 -1) 📝 `server/api/v2/client/chunk.post.ts` (+13 -0) 📝 `server/internal/library/index.ts` (+16 -81) 📝 `server/internal/library/providers/filesystem.ts` (+27 -15) 📝 `server/internal/library/providers/flat.ts` (+16 -9) 📝 `server/internal/metadata/index.ts` (+2 -7) 📝 `server/internal/tasks/index.ts` (+10 -4) 📝 `utils/parseTaskLog.ts` (+4 -1) 📝 `yarn.lock` (+54 -54) </details> ### 📄 Description Closes #185 Closes #181 Closes #160 --- <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:31 -05:00
yindo closed this issue 2026-02-17 17:06:31 -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#253