[PR #1847] [MERGED] Pressing tab on a todo creates a sub-todo #4974

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1847
Author: @MayurSMahajan
Created: 2/12/2023
Status: Merged
Merged: 2/13/2023
Merged by: @LucasXu0

Base: mainHead: fr_tab_for_lists_1684


📝 Commits (2)

📊 Changes

2 files changed (+121 additions, -2 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/tab_handler.dart (+4 -2)
📝 frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/tab_handler_test.dart (+117 -0)

📄 Description

Solves #1684 #1328

Impact:
Users can now press the tab key to create a sub todo or a sub checkbox.

Pressing tab here:
image

will result in:
image


🔄 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/1847 **Author:** [@MayurSMahajan](https://github.com/MayurSMahajan) **Created:** 2/12/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fr_tab_for_lists_1684` --- ### 📝 Commits (2) - [`b26aca0`](https://github.com/AppFlowy-IO/AppFlowy/commit/b26aca0dc5d4d47b6708dca6cc06b6522648bc3b) feat: add tab for lists - [`5a3a3a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/5a3a3a59c1a1ba616bcdbefbf526eb26612a4bea) test: tab for lists ### 📊 Changes **2 files changed** (+121 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/tab_handler.dart` (+4 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/tab_handler_test.dart` (+117 -0) </details> ### 📄 Description Solves #1684 #1328 **Impact:** Users can now press the tab key to create a sub todo or a sub checkbox. Pressing tab here: ![image](https://user-images.githubusercontent.com/47064215/218326964-22e6ce0f-c8ca-4b82-a74a-7aafaa4fa133.png) will result in: ![image](https://user-images.githubusercontent.com/47064215/218326989-ee8d2cdf-82a2-4edc-9eab-d0c9ee08d12d.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:39 +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#4974
No description provided.