[PR #2707] [MERGED] [FR] Added Enter Icon In Add Field. #5379

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2707
Author: @ChiragPaneliya
Created: 6/5/2023
Status: Merged
Merged: 6/8/2023
Merged by: @LucasXu0

Base: mainHead: develop


📝 Commits (7)

  • e08142a [FR] Added Enter Icon In Add Field.
  • 8016cf2 Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
  • 6376c95 Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
  • 40d6be2 Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart
  • 5f2b51a fix : missing trailing comma and code enhancement.
  • efe4333 chore: format code
  • 9edf3a5 Merge branch 'develop' into develop

📊 Changes

1 file changed (+79 additions, -33 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart (+79 -33)

📄 Description

#2605

Feature Preview


PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • 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.

now it will be look like this.

https://github.com/AppFlowy-IO/AppFlowy/assets/51508126/1b4b921f-c910-4b52-be5b-6965120e74c5

@annieappflowy Please check.


🔄 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/2707 **Author:** [@ChiragPaneliya](https://github.com/ChiragPaneliya) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (7) - [`e08142a`](https://github.com/AppFlowy-IO/AppFlowy/commit/e08142aea0c387ccefa161e8141d62b418819fea) [FR] Added Enter Icon In Add Field. - [`8016cf2`](https://github.com/AppFlowy-IO/AppFlowy/commit/8016cf27035e10bb1db490994dc155a276cf9604) Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart - [`6376c95`](https://github.com/AppFlowy-IO/AppFlowy/commit/6376c951ebfdbfa533b826f4a51128e30dd6fff5) Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart - [`40d6be2`](https://github.com/AppFlowy-IO/AppFlowy/commit/40d6be2f1bf52f737bb5fce7c026a3cabe1b1391) Update frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart - [`5f2b51a`](https://github.com/AppFlowy-IO/AppFlowy/commit/5f2b51aa5a299247b5d92f08dcf3123f0cdf9e76) fix : missing trailing comma and code enhancement. - [`efe4333`](https://github.com/AppFlowy-IO/AppFlowy/commit/efe43333d0e5ab62ba848c089211647eb125cc49) chore: format code - [`9edf3a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/9edf3a5a6a8baf72fc8b58e10dd78afc16aa1310) Merge branch 'develop' into develop ### 📊 Changes **1 file changed** (+79 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart` (+79 -33) </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). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> #2605 ### 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 the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [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. now it will be look like this. https://github.com/AppFlowy-IO/AppFlowy/assets/51508126/1b4b921f-c910-4b52-be5b-6965120e74c5 @annieappflowy Please check. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:18:28 +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#5379
No description provided.