[PR #7172] [MERGED] feat: enable to reorder favorites #7766

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7172
Author: @asjqkkkk
Created: 1/8/2025
Status: Merged
Merged: 1/9/2025
Merged by: @LucasXu0

Base: mainHead: feat/reorder_favorites


📝 Commits (3)

  • 1c2c141 feat: enable to reorder favorites
  • d037ec8 Merge branch 'main' into feat/reorder_favorites
  • 14fe6b9 Merge branch 'main' into feat/reorder_favorites

📊 Changes

5 files changed (+180 additions, -50 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/desktop/sidebar/sidebar_favorites_test.dart (+53 -0)
📝 frontend/appflowy_flutter/integration_test/shared/common_operations.dart (+18 -0)
📝 frontend/appflowy_flutter/lib/workspace/application/favorite/favorite_bloc.dart (+30 -8)
📝 frontend/appflowy_flutter/lib/workspace/application/favorite/favorite_service.dart (+1 -4)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/favorites/favorite_folder.dart (+78 -38)

📄 Description

Dealing with #4879

Feature Preview

Reordering the favorites by dragging and dropping

https://github.com/user-attachments/assets/ffdcb645-3c8a-47ad-b870-b1bc3926ffcf

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/7172 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/reorder_favorites` --- ### 📝 Commits (3) - [`1c2c141`](https://github.com/AppFlowy-IO/AppFlowy/commit/1c2c1418abd7b783fc659515cef2f0ba886c7d58) feat: enable to reorder favorites - [`d037ec8`](https://github.com/AppFlowy-IO/AppFlowy/commit/d037ec88ada9cfefca6c4f458a32b6e989ed31ef) Merge branch 'main' into feat/reorder_favorites - [`14fe6b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/14fe6b97c2c23e5d4ea8ea8f93cb820ae92900ba) Merge branch 'main' into feat/reorder_favorites ### 📊 Changes **5 files changed** (+180 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/desktop/sidebar/sidebar_favorites_test.dart` (+53 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/common_operations.dart` (+18 -0) 📝 `frontend/appflowy_flutter/lib/workspace/application/favorite/favorite_bloc.dart` (+30 -8) 📝 `frontend/appflowy_flutter/lib/workspace/application/favorite/favorite_service.dart` (+1 -4) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/favorites/favorite_folder.dart` (+78 -38) </details> ### 📄 Description Dealing with #4879 ### Feature Preview Reordering the favorites by dragging and dropping https://github.com/user-attachments/assets/ffdcb645-3c8a-47ad-b870-b1bc3926ffcf #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] 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 23:21:07 +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#7766
No description provided.