[PR #469] [MERGED] chore: show appflowy document path in debug info #4147

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/469
Author: @appflowy
Created: 4/28/2022
Status: Merged
Merged: 4/28/2022
Merged by: @appflowy

Base: mainHead: feat_local_folder


📝 Commits (6)

  • 3d0036a chore: show appflowy document path in debug info
  • 6e52b47 chore: fix wanrings
  • 233b936 chore: update crates version
  • 2d4aafd Merge branch 'main' into feat_local_folder
  • 10d4021 fix: dart unit test
  • b779097 fix: rust unit test

📊 Changes

14 files changed (+142 additions, -182 deletions)

View changed files

📝 .github/workflows/dart_test.yml (+1 -1)
📝 frontend/app_flowy/lib/startup/tasks/rust_sdk.dart (+16 -22)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+74 -62)
📝 frontend/rust-lib/Cargo.lock (+20 -42)
📝 frontend/rust-lib/flowy-grid/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-test/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-text-block/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-text-block/tests/editor/mod.rs (+3 -3)
📝 frontend/scripts/flowy-tool/Cargo.toml (+1 -1)
📝 shared-lib/Cargo.lock (+15 -36)
📝 shared-lib/flowy-sync/src/client_folder/builder.rs (+4 -2)
📝 shared-lib/flowy-user-data-model/Cargo.toml (+2 -2)
📝 shared-lib/lib-infra/Cargo.toml (+2 -2)
📝 shared-lib/lib-infra/src/util.rs (+1 -6)

📄 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/469 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/28/2022 **Status:** ✅ Merged **Merged:** 4/28/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat_local_folder` --- ### 📝 Commits (6) - [`3d0036a`](https://github.com/AppFlowy-IO/AppFlowy/commit/3d0036a9268dbcee870cfe1546231d90b1e44515) chore: show appflowy document path in debug info - [`6e52b47`](https://github.com/AppFlowy-IO/AppFlowy/commit/6e52b470a7cbbe26b2c77eddfef4cb425f25e814) chore: fix wanrings - [`233b936`](https://github.com/AppFlowy-IO/AppFlowy/commit/233b9366afa272d78b30d99eaceb9b8ec7a3738c) chore: update crates version - [`2d4aafd`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d4aafd26f83b4ff51825eb5a6ccad4f96626e92) Merge branch 'main' into feat_local_folder - [`10d4021`](https://github.com/AppFlowy-IO/AppFlowy/commit/10d4021d25aa22f01d53bebeb7a1c6b070238410) fix: dart unit test - [`b779097`](https://github.com/AppFlowy-IO/AppFlowy/commit/b779097978725559435c066244f8de101e0962d2) fix: rust unit test ### 📊 Changes **14 files changed** (+142 additions, -182 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/dart_test.yml` (+1 -1) 📝 `frontend/app_flowy/lib/startup/tasks/rust_sdk.dart` (+16 -22) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+74 -62) 📝 `frontend/rust-lib/Cargo.lock` (+20 -42) 📝 `frontend/rust-lib/flowy-grid/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-test/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-text-block/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-text-block/tests/editor/mod.rs` (+3 -3) 📝 `frontend/scripts/flowy-tool/Cargo.toml` (+1 -1) 📝 `shared-lib/Cargo.lock` (+15 -36) 📝 `shared-lib/flowy-sync/src/client_folder/builder.rs` (+4 -2) 📝 `shared-lib/flowy-user-data-model/Cargo.toml` (+2 -2) 📝 `shared-lib/lib-infra/Cargo.toml` (+2 -2) 📝 `shared-lib/lib-infra/src/util.rs` (+1 -6) </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 21:36:30 +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#4147
No description provided.