[PR #6229] [MERGED] fix(flutter_desktop): more checklist multiline issues #7261

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6229
Author: @richardshiue
Created: 9/8/2024
Status: Merged
Merged: 9/9/2024
Merged by: @LucasXu0

Base: mainHead: fix/checklist-multiline


📝 Commits (3)

  • dbc36bc fix: more checklist multiline issues
  • 446979c chore: add comment
  • 2ee1480 chore: apply code style improvments

📊 Changes

2 files changed (+59 additions, -33 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_editor.dart (+58 -32)
📝 frontend/appflowy_flutter/macos/Podfile.lock (+1 -1)

📄 Description

from 0.6.8 and most recent review, due to introduction of multi-line checklist tasks

  • cannot create multi-line tasks from the "add new task" text field
  • cannot quickly create checklist tasks in the row detail page

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/6229 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 9/8/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/checklist-multiline` --- ### 📝 Commits (3) - [`dbc36bc`](https://github.com/AppFlowy-IO/AppFlowy/commit/dbc36bcf31b7b4f8b7d8c772a41a7d663e2ca6c4) fix: more checklist multiline issues - [`446979c`](https://github.com/AppFlowy-IO/AppFlowy/commit/446979c48bc5bf3d538c3a596bb4a007bca4d4f4) chore: add comment - [`2ee1480`](https://github.com/AppFlowy-IO/AppFlowy/commit/2ee148074350b9a9c29d4f9690ac87b004a0849a) chore: apply code style improvments ### 📊 Changes **2 files changed** (+59 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/checklist_cell_editor.dart` (+58 -32) 📝 `frontend/appflowy_flutter/macos/Podfile.lock` (+1 -1) </details> ### 📄 Description from 0.6.8 and most recent review, due to introduction of multi-line checklist tasks - cannot create multi-line tasks from the "add new task" text field - cannot quickly create checklist tasks in the row detail page ### 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) - [ ] 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:49 +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#7261
No description provided.