[PR #7168] [MERGED] chore: bump collab commit id #7767

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/7168
Author: @appflowy
Created: 1/8/2025
Status: Merged
Merged: 1/8/2025
Merged by: @appflowy

Base: mainHead: bump_collab_commit_id


📝 Commits (5)

  • 6707a3f chore: bump collab commit id
  • b44c021 chore: bump collab version
  • bbab264 chore: bump collab version
  • 0507c39 fix: disable deleting mutilple nodes in table
  • 84ffb2e chore: bump collab version

📊 Changes

5 files changed (+343 additions, -25 deletions)

View changed files

frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/backspace_command.dart (+321 -0)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart (+3 -0)
📝 frontend/rust-lib/Cargo.lock (+8 -8)
📝 frontend/rust-lib/Cargo.toml (+8 -8)
📝 frontend/rust-lib/flowy-folder/src/manager.rs (+3 -9)

📄 Description

Feature Preview


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/7168 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `bump_collab_commit_id` --- ### 📝 Commits (5) - [`6707a3f`](https://github.com/AppFlowy-IO/AppFlowy/commit/6707a3fde19439042ac3afe3169ec31e5dd147a4) chore: bump collab commit id - [`b44c021`](https://github.com/AppFlowy-IO/AppFlowy/commit/b44c0212eac2ebe4476c1ef6a7c08a52ee0f8fd8) chore: bump collab version - [`bbab264`](https://github.com/AppFlowy-IO/AppFlowy/commit/bbab26450ce2e12c744801b03834bf9e1e00620e) chore: bump collab version - [`0507c39`](https://github.com/AppFlowy-IO/AppFlowy/commit/0507c39863c0a9e1e90a0c3ae4d77dda6d0daf9f) fix: disable deleting mutilple nodes in table - [`84ffb2e`](https://github.com/AppFlowy-IO/AppFlowy/commit/84ffb2e38c2c162ba062cd152456c4bd58002a29) chore: bump collab version ### 📊 Changes **5 files changed** (+343 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/backspace_command.dart` (+321 -0) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/shortcuts/command_shortcuts.dart` (+3 -0) 📝 `frontend/rust-lib/Cargo.lock` (+8 -8) 📝 `frontend/rust-lib/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/flowy-folder/src/manager.rs` (+3 -9) </details> ### 📄 Description <!--- 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 <!--- 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 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#7767
No description provided.