mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[PR #186] [MERGED] Various fixes #253
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/186
Author: @DecDuck
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/15/2025
Merged by: @DecDuck
Base:
develop← Head:small-fixes-1📝 Commits (5)
4f6bcb0fix: [PR #33] [MERGED] general ci updates + typecheck ci (#181)2046267fix: use taskHandler as source of truth for imports2f2395ffix: task formatting7a2487dfix: zip downloads5e4f0ebfeat: re-enable import version button on delete + lint📊 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.