[PR #3770] [MERGED] feat: segmented checklist progress bar #5869

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3770
Author: @Shreesh09
Created: 10/24/2023
Status: Merged
Merged: 10/26/2023
Merged by: @richardshiue

Base: mainHead: segmented-checklist-progress-bar


📝 Commits (6)

  • ec79a7a feat: added segments to the checklist progress bar
  • 033cafe chore: display empty progress bar in checklist editor when no tasks added
  • a3d2d3c refactor: used Container to represent segments
  • 697e26c Merge branch 'main' into segmented-checklist-progress-bar
  • 4dad521 refactor: implemented segments using Flexible and generated them using List.generate
  • da0e268 Merge branch 'main' into segmented-checklist-progress-bar

📊 Changes

4 files changed (+58 additions, -12 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/checklist_card_cell.dart (+4 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_cell.dart (+8 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_cell_editor.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_progress_bar.dart (+45 -9)

📄 Description

[FR] #3669

Feature Preview

Added segments to the checklist progress bar for number of tasks less than or equal to 5


https://github.com/AppFlowy-IO/AppFlowy/assets/114166000/1d0ae319-183a-42fa-b858-c6017f63ab11

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/3770 **Author:** [@Shreesh09](https://github.com/Shreesh09) **Created:** 10/24/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `segmented-checklist-progress-bar` --- ### 📝 Commits (6) - [`ec79a7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/ec79a7a4401218a3b1ee04f7d1cb45366fc95c13) feat: added segments to the checklist progress bar - [`033cafe`](https://github.com/AppFlowy-IO/AppFlowy/commit/033cafeb02343ae6301083a75f9811f7dc39fc4b) chore: display empty progress bar in checklist editor when no tasks added - [`a3d2d3c`](https://github.com/AppFlowy-IO/AppFlowy/commit/a3d2d3c673dac8c438bd7f1dcdb920ce5fe108e0) refactor: used Container to represent segments - [`697e26c`](https://github.com/AppFlowy-IO/AppFlowy/commit/697e26c7856a7771136754796e63df1a0a7cf4f3) Merge branch 'main' into segmented-checklist-progress-bar - [`4dad521`](https://github.com/AppFlowy-IO/AppFlowy/commit/4dad52183315cc23a6a81ea7b7f9843a10a91d27) refactor: implemented segments using Flexible and generated them using List.generate - [`da0e268`](https://github.com/AppFlowy-IO/AppFlowy/commit/da0e268d1ed66e32a45aa759bd5565639a2fc6be) Merge branch 'main' into segmented-checklist-progress-bar ### 📊 Changes **4 files changed** (+58 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/card/cells/checklist_card_cell.dart` (+4 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_cell.dart` (+8 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_cell_editor.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/checklist_cell/checklist_progress_bar.dart` (+45 -9) </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). --> [FR] #3669 <!--- 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. --> ### Feature Preview Added segments to the checklist progress bar for number of tasks less than or equal to 5 <!--- 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 --> --- https://github.com/AppFlowy-IO/AppFlowy/assets/114166000/1d0ae319-183a-42fa-b858-c6017f63ab11 <!--- 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. - [ ] 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:40 +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#5869
No description provided.