[PR #3656] [MERGED] feat: edit the field by clicking on the drag icon #5811

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3656
Author: @ekakshjanweja
Created: 10/9/2023
Status: Merged
Merged: 10/13/2023
Merged by: @richardshiue

Base: mainHead: edit-field-by-drag-icon


📝 Commits (10+)

  • 8935d92 feat: edit the field by clicking on the drag icon
  • 92fe9a5 Added localization
  • e287eaa Added .tr() function
  • da81fdc Merge remote-tracking branch 'origin/main' into edit-field-by-drag-icon
  • da867aa fix: BlockActionButton only show when _isFieldHover is true.
  • 4abdb4f fix: BlockActionButton only show when _isFieldHover is true.
  • b0d89bb fix: Worked on requested changes
  • 6487a3f fix: Fixed Location of Field Popover
  • a9585bc fixed pubspec.lock
  • 7782281 Updated pubspec.lock

📊 Changes

3 files changed (+23 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_property.dart (+21 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+1 -1)
📝 frontend/resources/translations/en.json (+1 -0)

📄 Description

Feature Preview


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/3656 **Author:** [@ekakshjanweja](https://github.com/ekakshjanweja) **Created:** 10/9/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `edit-field-by-drag-icon` --- ### 📝 Commits (10+) - [`8935d92`](https://github.com/AppFlowy-IO/AppFlowy/commit/8935d9205dadef620cd7448852adf5431dbdd42b) feat: edit the field by clicking on the drag icon - [`92fe9a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/92fe9a559b491b958dbe72d77c1b47e419536973) Added localization - [`e287eaa`](https://github.com/AppFlowy-IO/AppFlowy/commit/e287eaaf9a394669eb11362c3f2dca4089e1291a) Added .tr() function - [`da81fdc`](https://github.com/AppFlowy-IO/AppFlowy/commit/da81fdc7ad6d4a7e6cef253eba1f499428c160f7) Merge remote-tracking branch 'origin/main' into edit-field-by-drag-icon - [`da867aa`](https://github.com/AppFlowy-IO/AppFlowy/commit/da867aabc93d3fc8d81a473afb75764e0087fe82) fix: BlockActionButton only show when _isFieldHover is true. - [`4abdb4f`](https://github.com/AppFlowy-IO/AppFlowy/commit/4abdb4f22b7e24673ae5b995613b205c71aef494) fix: BlockActionButton only show when _isFieldHover is true. - [`b0d89bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/b0d89bb1520230e721cd387e5df64366b2c59185) fix: Worked on requested changes - [`6487a3f`](https://github.com/AppFlowy-IO/AppFlowy/commit/6487a3f8b1094c8b810d7f1f9ef325c9b965b0e9) fix: Fixed Location of Field Popover - [`a9585bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/a9585bc966ca005e566b4bc59fa843b8bde7e8d9) fixed pubspec.lock - [`7782281`](https://github.com/AppFlowy-IO/AppFlowy/commit/7782281e63f33517eb400cd40bb61be52226f288) Updated pubspec.lock ### 📊 Changes **3 files changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/row_property.dart` (+21 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+1 -1) 📝 `frontend/resources/translations/en.json` (+1 -0) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- https://github.com/AppFlowy-IO/AppFlowy/assets/73514964/bf446e29-9bed-49f1-ac26-b0a34b07f87e --> ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### 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. - [x] 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 22:20:25 +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#5811
No description provided.