[PR #532] [MERGED] Feat/grid keyboard shortcut #4178

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/532
Author: @appflowy
Created: 6/4/2022
Status: Merged
Merged: 6/4/2022
Merged by: @appflowy

Base: mainHead: feat/grid_keyboard_shortcut


📝 Commits (3)

  • 1a83cb6 chore: click enter to exist edit state
  • bb22ca5 chore: copy cell content
  • a9a7523 chore: insert cell content

📊 Changes

13 files changed (+251 additions, -23 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/application/grid/cell/url_cell_bloc.dart (+4 -0)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/grid_page.dart (+2 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_accessory.dart (+3 -3)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart (+30 -11)
frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_shortcuts.dart (+96 -0)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart (+9 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart (+8 -2)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart (+10 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/text_cell.dart (+8 -0)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/cell_editor.dart (+9 -1)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/url_cell.dart (+13 -2)
📝 frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/row/row_detail.dart (+1 -1)
frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/shortcuts.dart (+58 -0)

📄 Description

No description provided


🔄 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/532 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 6/4/2022 **Status:** ✅ Merged **Merged:** 6/4/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/grid_keyboard_shortcut` --- ### 📝 Commits (3) - [`1a83cb6`](https://github.com/AppFlowy-IO/AppFlowy/commit/1a83cb65eda8d678178893e7f0b8e1833d53b223) chore: click enter to exist edit state - [`bb22ca5`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb22ca5d93138b7347c54c89a94cfae808a6ee9a) chore: copy cell content - [`a9a7523`](https://github.com/AppFlowy-IO/AppFlowy/commit/a9a75230a26c7f05ca031495f5dfccb99075e818) chore: insert cell content ### 📊 Changes **13 files changed** (+251 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/application/grid/cell/url_cell_bloc.dart` (+4 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/grid_page.dart` (+2 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_accessory.dart` (+3 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_builder.dart` (+30 -11) ➕ `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/cell_shortcuts.dart` (+96 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/checkbox_cell.dart` (+9 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/date_cell/date_cell.dart` (+8 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/number_cell.dart` (+10 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/text_cell.dart` (+8 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/cell_editor.dart` (+9 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/cell/url_cell/url_cell.dart` (+13 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/row/row_detail.dart` (+1 -1) ➕ `frontend/app_flowy/lib/workspace/presentation/plugins/grid/src/widgets/shortcuts.dart` (+58 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36: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#4178
No description provided.