[PR #2051] [MERGED] feat: create a new grid from the document slash menu #5078

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2051
Author: @a-wallen
Created: 3/20/2023
Status: Merged
Merged: 3/22/2023
Merged by: @LucasXu0

Base: mainHead: slash_menu_grid


📝 Commits (5)

📊 Changes

5 files changed (+130 additions, -2 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+2 -1)
📝 frontend/appflowy_flutter/integration_test/switch_folder_test.dart (+64 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+3 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart (+1 -1)
frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_view_menu_item.dart (+60 -0)

📄 Description

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


🔄 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/2051 **Author:** [@a-wallen](https://github.com/a-wallen) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/22/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `slash_menu_grid` --- ### 📝 Commits (5) - [`d7bc5db`](https://github.com/AppFlowy-IO/AppFlowy/commit/d7bc5dbc31faed232754fa13406cf98ca68c6cca) feat: new grid from slash menu - [`59b141e`](https://github.com/AppFlowy-IO/AppFlowy/commit/59b141eb5252e07a1d78ef12d8f2169b666a416e) feat: add translation strings - [`30caf06`](https://github.com/AppFlowy-IO/AppFlowy/commit/30caf069ed7f18b908a30476c63ce7ba67933d9a) feat: add integration test - [`07d7ac4`](https://github.com/AppFlowy-IO/AppFlowy/commit/07d7ac42eef66840ded41f16e0f7e01b46a400ea) fix: analyzer errors - [`370d8be`](https://github.com/AppFlowy-IO/AppFlowy/commit/370d8be5e5914cf2d83aa0cb9aec45f789d1bbbc) Merge branch 'main' of https://github.com/AppFlowy-IO/AppFlowy into slash_menu_grid ### 📊 Changes **5 files changed** (+130 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+2 -1) 📝 `frontend/appflowy_flutter/integration_test/switch_folder_test.dart` (+64 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+3 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart` (+1 -1) ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_view_menu_item.dart` (+60 -0) </details> ### 📄 Description fixes https://github.com/AppFlowy-IO/AppFlowy/issues/2047 --- <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:07 +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#5078
No description provided.