[PR #2165] [MERGED] fix: support for arrow key and tab selection in referenced board/grid #5136

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2165
Author: @Samiksha-Garg
Created: 4/1/2023
Status: Merged
Merged: 4/3/2023
Merged by: @LucasXu0

Base: mainHead: support-key-reference-board-grid


📝 Commits (4)

  • e026e53 fix: added support for navigating reference board/grid menu using keyboard keys
  • 9e0910e refactor: made some minor changes according to reviews
  • 6f89ba2 refactor: replaced loading logic with future builder
  • 0f211df feat: merged main

📊 Changes

1 file changed (+88 additions, -6 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart (+88 -6)

📄 Description

I have now added the feature to navigate the reference board/grid menu using arrow keys and tab, and finally select the desired grid/board using enter key.

The following video depicts the required behaviour:

https://user-images.githubusercontent.com/79906086/229273933-45f07891-8ebc-4862-868b-ec84411f0272.mov

P.S. Since the list of grids/boards is a list of lists, I have used map to map indices to the required object.

fixes #2032


🔄 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/2165 **Author:** [@Samiksha-Garg](https://github.com/Samiksha-Garg) **Created:** 4/1/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `support-key-reference-board-grid` --- ### 📝 Commits (4) - [`e026e53`](https://github.com/AppFlowy-IO/AppFlowy/commit/e026e5310a22b64483f9288661839df87a861d8b) fix: added support for navigating reference board/grid menu using keyboard keys - [`9e0910e`](https://github.com/AppFlowy-IO/AppFlowy/commit/9e0910e60a65486e5aa047613ed5aebe609237bc) refactor: made some minor changes according to reviews - [`6f89ba2`](https://github.com/AppFlowy-IO/AppFlowy/commit/6f89ba2650456c0c655674f4f5a5ea5d86173a4a) refactor: replaced loading logic with future builder - [`0f211df`](https://github.com/AppFlowy-IO/AppFlowy/commit/0f211df1ab99234707d0eb2f766a81db6448f3c7) feat: merged main ### 📊 Changes **1 file changed** (+88 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart` (+88 -6) </details> ### 📄 Description I have now added the feature to navigate the reference board/grid menu using arrow keys and tab, and finally select the desired grid/board using enter key. The following video depicts the required behaviour: https://user-images.githubusercontent.com/79906086/229273933-45f07891-8ebc-4862-868b-ec84411f0272.mov P.S. Since the list of grids/boards is a list of lists, I have used map to map indices to the required object. fixes #2032 --- <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:24 +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#5136
No description provided.