[PR #4962] [MERGED] Revert "feat: folder search mvp (#4665)" #6554

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4962
Author: @LucasXu0
Created: 3/22/2024
Status: Merged
Merged: 3/22/2024
Merged by: @LucasXu0

Base: mainHead: revert_folder_search


📝 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

This reverts commit c1006c18c3.

Feature Preview

this feature should be released in version 0.5.4.


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/4962 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/22/2024 **Status:** ✅ Merged **Merged:** 3/22/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `revert_folder_search` --- ### 📝 Commits (1) - [`836d34e`](https://github.com/AppFlowy-IO/AppFlowy/commit/836d34eea3dd32fa522f6652c0c2aec09cccb572) 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 This reverts commit c1006c18c3de1640d22acb10150ef3847af67c91. <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview this feature should be released in version 0.5.4. <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <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:44 +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#6554
No description provided.