[PR #4963] [CLOSED] Revert "feat: folder search mvp" #6558

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4963
Author: @appflowy
Created: 3/22/2024
Status: Closed

Base: mainHead: revert-4665-chore/initial-structure


📝 Commits (1)

📊 Changes

123 files changed (+518 additions, -4010 deletions)

View changed files

📝 .github/workflows/rust_ci.yaml (+15 -15)
frontend/appflowy_flutter/integration_test/desktop/command_palette/command_palette_test.dart (+0 -22)
frontend/appflowy_flutter/integration_test/desktop/command_palette/command_palette_test_runner.dart (+0 -14)
frontend/appflowy_flutter/integration_test/desktop/command_palette/folder_search_test.dart (+0 -54)
frontend/appflowy_flutter/integration_test/desktop/command_palette/recent_history_test.dart (+0 -38)
📝 frontend/appflowy_flutter/integration_test/shared/common_operations.dart (+3 -14)
frontend/appflowy_flutter/lib/core/notification/search_notification.dart (+0 -50)
📝 frontend/appflowy_flutter/lib/mobile/presentation/setting/notifications_setting_group.dart (+5 -3)
📝 frontend/appflowy_flutter/lib/plugins/base/icon/icon_picker.dart (+40 -32)
📝 frontend/appflowy_flutter/lib/plugins/base/icon/icon_picker_page.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/grid_page.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/mobile_grid_page.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/plugins/document/document_page.dart (+7 -8)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/document_header_node_widget.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/startup/deps_resolver.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+8 -19)
📝 frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart (+9 -9)
frontend/appflowy_flutter/lib/workspace/application/action_navigation/action_navigation_bloc.dart (+0 -134)
frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart (+0 -181)
frontend/appflowy_flutter/lib/workspace/application/command_palette/search_listener.dart (+0 -65)

...and 80 more files

📄 Description

Reverts AppFlowy-IO/AppFlowy#4665


🔄 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/4963 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 3/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `revert-4665-chore/initial-structure` --- ### 📝 Commits (1) - [`3fbeae7`](https://github.com/AppFlowy-IO/AppFlowy/commit/3fbeae7bb8cd434bc9cfa087671232ec8f705251) Revert "feat: folder search mvp (#4665)" ### 📊 Changes **123 files changed** (+518 additions, -4010 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/rust_ci.yaml` (+15 -15) ➖ `frontend/appflowy_flutter/integration_test/desktop/command_palette/command_palette_test.dart` (+0 -22) ➖ `frontend/appflowy_flutter/integration_test/desktop/command_palette/command_palette_test_runner.dart` (+0 -14) ➖ `frontend/appflowy_flutter/integration_test/desktop/command_palette/folder_search_test.dart` (+0 -54) ➖ `frontend/appflowy_flutter/integration_test/desktop/command_palette/recent_history_test.dart` (+0 -38) 📝 `frontend/appflowy_flutter/integration_test/shared/common_operations.dart` (+3 -14) ➖ `frontend/appflowy_flutter/lib/core/notification/search_notification.dart` (+0 -50) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/setting/notifications_setting_group.dart` (+5 -3) 📝 `frontend/appflowy_flutter/lib/plugins/base/icon/icon_picker.dart` (+40 -32) 📝 `frontend/appflowy_flutter/lib/plugins/base/icon/icon_picker_page.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/grid_page.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/mobile_grid_page.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/plugins/document/document_page.dart` (+7 -8) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/header/document_header_node_widget.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/startup/deps_resolver.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+8 -19) 📝 `frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart` (+9 -9) ➖ `frontend/appflowy_flutter/lib/workspace/application/action_navigation/action_navigation_bloc.dart` (+0 -134) ➖ `frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart` (+0 -181) ➖ `frontend/appflowy_flutter/lib/workspace/application/command_palette/search_listener.dart` (+0 -65) _...and 80 more files_ </details> ### 📄 Description Reverts AppFlowy-IO/AppFlowy#4665 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:45 +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#6558
No description provided.