[PR #2018] [MERGED] Create a new board from the slash menu #5067

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2018
Author: @a-wallen
Created: 3/18/2023
Status: Merged
Merged: 3/21/2023
Merged by: @LucasXu0

Base: mainHead: slash_menu_create_board


📝 Commits (7)

  • d721c96 feat: create a new board.
  • a913ff7 feat: switch slash menu keywords
  • fe63c52 fix: remove unused imports
  • b070a4b chore: export SelectionMenuItem from appflowy_editor for integration test
  • 2296415 feat: add integration test for slash commands
  • b68a890 fix: test in new file was unable to start
  • 60c85a0 feat: add translations

📊 Changes

6 files changed (+146 additions, -8 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+3 -2)
📝 frontend/appflowy_flutter/integration_test/switch_folder_test.dart (+71 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_menu_item.dart (+2 -1)
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_view_menu_item.dart (+61 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/appflowy_editor.dart (+1 -0)

📄 Description

fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2017


🔄 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/2018 **Author:** [@a-wallen](https://github.com/a-wallen) **Created:** 3/18/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `slash_menu_create_board` --- ### 📝 Commits (7) - [`d721c96`](https://github.com/AppFlowy-IO/AppFlowy/commit/d721c9698d35a2de548cc73adec7036a420a6146) feat: create a new board. - [`a913ff7`](https://github.com/AppFlowy-IO/AppFlowy/commit/a913ff7c4ff304a09decc073a531b5e6a5212150) feat: switch slash menu keywords - [`fe63c52`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe63c52f94dc53bbf5f228bbc5a32dae90006440) fix: remove unused imports - [`b070a4b`](https://github.com/AppFlowy-IO/AppFlowy/commit/b070a4bce41e2e3ee778b195e295103f546353a1) chore: export SelectionMenuItem from appflowy_editor for integration test - [`2296415`](https://github.com/AppFlowy-IO/AppFlowy/commit/229641598398e1b8c5a8c8e1cd4dfd9adb1d166e) feat: add integration test for slash commands - [`b68a890`](https://github.com/AppFlowy-IO/AppFlowy/commit/b68a8902be77534489b3d4034c480aa5d3027b88) fix: test in new file was unable to start - [`60c85a0`](https://github.com/AppFlowy-IO/AppFlowy/commit/60c85a07dd6e5f88d3ecccc1175e49b4a4f79621) feat: add translations ### 📊 Changes **6 files changed** (+146 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+3 -2) 📝 `frontend/appflowy_flutter/integration_test/switch_folder_test.dart` (+71 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_menu_item.dart` (+2 -1) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_view_menu_item.dart` (+61 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/appflowy_editor.dart` (+1 -0) </details> ### 📄 Description fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2017 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:04 +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#5067
No description provided.