[PR #6991] [MERGED] feat: drag view into document to link to view #7674

Closed
opened 2026-03-23 23:20:42 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6991
Author: @Xazin
Created: 12/15/2024
Status: Merged
Merged: 12/26/2024
Merged by: @LucasXu0

Base: mainHead: feat/drag-view-into-document


📝 Commits (2)

  • 98b2495 feat: drag view into document
  • a0b1489 chore: remove redundant method call

📊 Changes

2 files changed (+61 additions, -14 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_drop_handler.dart (+56 -14)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/draggable_view_item.dart (+5 -0)

📄 Description

Relates: #6334

Feature Preview

https://github.com/user-attachments/assets/9808d244-7c20-41f9-b10b-bdeba9c395ee

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/AppFlowy-IO/AppFlowy/pull/6991 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 12/15/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/drag-view-into-document` --- ### 📝 Commits (2) - [`98b2495`](https://github.com/AppFlowy-IO/AppFlowy/commit/98b249525db0fb170a7e3358c147e0719b6f6085) feat: drag view into document - [`a0b1489`](https://github.com/AppFlowy-IO/AppFlowy/commit/a0b1489c641ad5541197667c769d931613a1a0ba) chore: remove redundant method call ### 📊 Changes **2 files changed** (+61 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_drop_handler.dart` (+56 -14) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/view/draggable_view_item.dart` (+5 -0) </details> ### 📄 Description Relates: #6334 ### Feature Preview https://github.com/user-attachments/assets/9808d244-7c20-41f9-b10b-bdeba9c395ee #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7674
No description provided.