[PR #2164] [CLOSED] fix: support for arrow key and tab selection in referenced board/grid #5134

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2164
Author: @Samiksha-Garg
Created: 4/1/2023
Status: Closed

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


📝 Commits (3)

  • 1ce9dd9 fix: added support for navigation using keyboard keys in reference board/grid
  • f0f4d6b fixed: completed key-support to reference borad/grid
  • 58abc8e fix: merged main and fixed conflicts

📊 Changes

1 file changed (+147 additions, -64 deletions)

View changed files

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

📄 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/229272873-4ad8f2df-b392-4df0-ad50-91d1cd9e2292.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/2164 **Author:** [@Samiksha-Garg](https://github.com/Samiksha-Garg) **Created:** 4/1/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `reference-grid-board-key-support` --- ### 📝 Commits (3) - [`1ce9dd9`](https://github.com/AppFlowy-IO/AppFlowy/commit/1ce9dd9492eb20c61c5927dbc17971738504cbec) fix: added support for navigation using keyboard keys in reference board/grid - [`f0f4d6b`](https://github.com/AppFlowy-IO/AppFlowy/commit/f0f4d6bc626f697590ba24886bad4840b2ae4093) fixed: completed key-support to reference borad/grid - [`58abc8e`](https://github.com/AppFlowy-IO/AppFlowy/commit/58abc8ee2541be5f0a1cb0d12f85558be5fdbf21) fix: merged main and fixed conflicts ### 📊 Changes **1 file changed** (+147 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/base/link_to_page_widget.dart` (+147 -64) </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/229272873-4ad8f2df-b392-4df0-ad50-91d1cd9e2292.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:23 +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#5134
No description provided.