[PR #1831] [MERGED] Fix/dropzone #9562

Closed
opened 2026-04-23 09:04:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1831
Author: @kolaente
Created: 11/16/2025
Status: Merged
Merged: 11/16/2025
Merged by: @kolaente

Base: mainHead: fix/dropzone


📝 Commits (3)

  • 26794e4 fix: always allow dropping files
  • 0869e32 chore: copy useDropZone from vueuse
  • d381a59 feat: restrict attachment drop to files

📊 Changes

5 files changed (+174 additions, -3 deletions)

View changed files

📝 frontend/package.json (+1 -0)
📝 frontend/pnpm-lock.yaml (+3 -0)
📝 frontend/src/components/tasks/partials/Attachments.vue (+12 -2)
frontend/src/composables/useDropzone.ts (+157 -0)
📝 frontend/src/views/tasks/TaskDetailView.vue (+1 -1)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1663
Closes https://github.com/go-vikunja/vikunja/pull/1685


🔄 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/go-vikunja/vikunja/pull/1831 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/16/2025 **Status:** ✅ Merged **Merged:** 11/16/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/dropzone` --- ### 📝 Commits (3) - [`26794e4`](https://github.com/go-vikunja/vikunja/commit/26794e41c8dcb24716b8ede7d7f5b32cac9e9cd5) fix: always allow dropping files - [`0869e32`](https://github.com/go-vikunja/vikunja/commit/0869e32eda4c35d18954f0ba8fdb46a0a772e98d) chore: copy useDropZone from vueuse - [`d381a59`](https://github.com/go-vikunja/vikunja/commit/d381a59de0bd1d1ff153cb9c516a066c1507bdfd) feat: restrict attachment drop to files ### 📊 Changes **5 files changed** (+174 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -0) 📝 `frontend/pnpm-lock.yaml` (+3 -0) 📝 `frontend/src/components/tasks/partials/Attachments.vue` (+12 -2) ➕ `frontend/src/composables/useDropzone.ts` (+157 -0) 📝 `frontend/src/views/tasks/TaskDetailView.vue` (+1 -1) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1663 Closes https://github.com/go-vikunja/vikunja/pull/1685 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 09:04:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#9562