[PR #4619] [MERGED] feat: initial command palette overlay impl #6348

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4619
Author: @Xazin
Created: 2/6/2024
Status: Merged
Merged: 2/7/2024
Merged by: @appflowy

Base: search-feHead: mathias-search-fe


📝 Commits (1)

  • 12ab356 feat: initial command palette overlay impl

📊 Changes

6 files changed (+285 additions, -22 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+11 -2)
frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart (+62 -0)
frontend/appflowy_flutter/lib/workspace/application/command_palette/search_service.dart (+14 -0)
frontend/appflowy_flutter/lib/workspace/presentation/command_palette/command_palette.dart (+156 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart (+8 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_dialog.dart (+34 -18)

📄 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/4619 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 2/6/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `search-fe` ← **Head:** `mathias-search-fe` --- ### 📝 Commits (1) - [`12ab356`](https://github.com/AppFlowy-IO/AppFlowy/commit/12ab3563d790c581252b0b0272b559fa7c76dda2) feat: initial command palette overlay impl ### 📊 Changes **6 files changed** (+285 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+11 -2) ➕ `frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart` (+62 -0) ➕ `frontend/appflowy_flutter/lib/workspace/application/command_palette/search_service.dart` (+14 -0) ➕ `frontend/appflowy_flutter/lib/workspace/presentation/command_palette/command_palette.dart` (+156 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart` (+8 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/src/flowy_overlay/flowy_dialog.dart` (+34 -18) </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 22:22:49 +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#6348
No description provided.