[PR #749] [MERGED] Feat: transaction to json #4312

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/749
Author: @vincentdchan
Created: 8/1/2022
Status: Merged
Merged: 8/1/2022
Merged by: @vincentdchan

Base: feat/flowy_editorHead: feat/transaction-to-json


📝 Commits (3)

📊 Changes

6 files changed (+196 additions, -65 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/document/position.dart (+7 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/selection.dart (+7 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart (+108 -39)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/transaction.dart (+13 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart (+9 -10)
📝 frontend/app_flowy/packages/flowy_editor/test/operation_test.dart (+52 -16)

📄 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/749 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/1/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `feat/flowy_editor` ← **Head:** `feat/transaction-to-json` --- ### 📝 Commits (3) - [`2e2de29`](https://github.com/AppFlowy-IO/AppFlowy/commit/2e2de297899a7332db607447fbd78a71323fce8c) feat: transaction to json - [`5e86b83`](https://github.com/AppFlowy-IO/AppFlowy/commit/5e86b83eee8ae7395d2affde5692ef1b49b56bb6) feat: fromJson - [`46dba12`](https://github.com/AppFlowy-IO/AppFlowy/commit/46dba122bde150812e608b50d91ffce5d342ff9d) refactor: remove named parameters ### 📊 Changes **6 files changed** (+196 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/position.dart` (+7 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/selection.dart` (+7 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart` (+108 -39) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/transaction.dart` (+13 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart` (+9 -10) 📝 `frontend/app_flowy/packages/flowy_editor/test/operation_test.dart` (+52 -16) </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:37:15 +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#4312
No description provided.