[PR #6241] [MERGED] chore: fix database rows filter and sort #7270

Closed
opened 2026-03-23 23:18:52 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6241
Author: @appflowy
Created: 9/9/2024
Status: Merged
Merged: 9/9/2024
Merged by: @appflowy

Base: mainHead: load_database_rows


📝 Commits (6)

📊 Changes

13 files changed (+192 additions, -157 deletions)

View changed files

📝 frontend/rust-lib/flowy-ai/src/local_ai/local_llm_resource.rs (+2 -1)
📝 frontend/rust-lib/flowy-ai/src/local_ai/mod.rs (+0 -2)
frontend/rust-lib/flowy-ai/src/local_ai/path.rs (+0 -33)
📝 frontend/rust-lib/flowy-ai/src/local_ai/watch.rs (+40 -3)
📝 frontend/rust-lib/flowy-database2/src/entities/row_entities.rs (+12 -0)
📝 frontend/rust-lib/flowy-database2/src/event_handler.rs (+1 -1)
📝 frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (+127 -106)
📝 frontend/rust-lib/flowy-database2/src/services/filter/controller.rs (+1 -1)
📝 frontend/rust-lib/flowy-database2/src/services/group/controller.rs (+3 -3)
📝 frontend/rust-lib/flowy-database2/src/services/group/controller_impls/checkbox_controller.rs (+2 -2)
📝 frontend/rust-lib/flowy-database2/src/services/group/controller_impls/default_controller.rs (+1 -1)
📝 frontend/rust-lib/flowy-database2/src/services/group/controller_impls/url_controller.rs (+1 -1)
📝 frontend/rust-lib/lib-infra/src/priority_task/store.rs (+2 -3)

📄 Description

Workaround to fix filter and sort don't work when open database. Currently rendering all rows when database rows are loaded. In the future, all rows should be lazy load.


🔄 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/6241 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/9/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `load_database_rows` --- ### 📝 Commits (6) - [`be77e74`](https://github.com/AppFlowy-IO/AppFlowy/commit/be77e74aee688f366dc01f8a5fd1e179f9b20fae) chore: fix database rows filter and sort - [`74e638b`](https://github.com/AppFlowy-IO/AppFlowy/commit/74e638b997958e295b9f35af33ca41a9e28992c0) chore: fix ios build - [`7e2edd8`](https://github.com/AppFlowy-IO/AppFlowy/commit/7e2edd84b865d50e31a738b091641ef07b179da5) chore: fix task id - [`be8e59b`](https://github.com/AppFlowy-IO/AppFlowy/commit/be8e59bd075fa737a84487e0f5e584939f8c385a) Merge branch 'main' into load_database_rows - [`6a3328d`](https://github.com/AppFlowy-IO/AppFlowy/commit/6a3328db3b1041a9acd59794e6ab5b7fc37d07d9) chore: fmt - [`ffb6718`](https://github.com/AppFlowy-IO/AppFlowy/commit/ffb6718ed11720bff2e41465a1e7c27ee71b3c49) chore: ios build ### 📊 Changes **13 files changed** (+192 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-ai/src/local_ai/local_llm_resource.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/mod.rs` (+0 -2) ➖ `frontend/rust-lib/flowy-ai/src/local_ai/path.rs` (+0 -33) 📝 `frontend/rust-lib/flowy-ai/src/local_ai/watch.rs` (+40 -3) 📝 `frontend/rust-lib/flowy-database2/src/entities/row_entities.rs` (+12 -0) 📝 `frontend/rust-lib/flowy-database2/src/event_handler.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs` (+127 -106) 📝 `frontend/rust-lib/flowy-database2/src/services/filter/controller.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/src/services/group/controller.rs` (+3 -3) 📝 `frontend/rust-lib/flowy-database2/src/services/group/controller_impls/checkbox_controller.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-database2/src/services/group/controller_impls/default_controller.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/src/services/group/controller_impls/url_controller.rs` (+1 -1) 📝 `frontend/rust-lib/lib-infra/src/priority_task/store.rs` (+2 -3) </details> ### 📄 Description Workaround to fix filter and sort don't work when open database. Currently rendering all rows when database rows are loaded. In the future, all rows should be lazy load. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:18:52 +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#7270
No description provided.