[PR #2319] [MERGED] Fix/0.1.3 #5185

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2319
Author: @appflowy
Created: 4/22/2023
Status: Merged
Merged: 4/22/2023
Merged by: @appflowy

Base: mainHead: fix/0.1.3


📝 Commits (2)

  • e03da8c fix: duplicate document
  • 5851fd4 fix: number cell data parser

📊 Changes

5 files changed (+28 additions, -15 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_controller.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_controller_builder.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_loader.dart (+13 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/number_cell/number_cell_bloc.dart (+11 -10)
📝 frontend/rust-lib/flowy-document/src/editor/editor.rs (+2 -1)

📄 Description

  1. duplicate document
  2. number cell data format

🔄 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/2319 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/22/2023 **Status:** ✅ Merged **Merged:** 4/22/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/0.1.3` --- ### 📝 Commits (2) - [`e03da8c`](https://github.com/AppFlowy-IO/AppFlowy/commit/e03da8c5c0db3a14c1b53e778af2402b1e093c69) fix: duplicate document - [`5851fd4`](https://github.com/AppFlowy-IO/AppFlowy/commit/5851fd4d4478c95412ba8546be642e42a7ae65e7) fix: number cell data parser ### 📊 Changes **5 files changed** (+28 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_controller.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_controller_builder.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/cell/cell_data_loader.dart` (+13 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/number_cell/number_cell_bloc.dart` (+11 -10) 📝 `frontend/rust-lib/flowy-document/src/editor/editor.rs` (+2 -1) </details> ### 📄 Description 1. duplicate document 2. number cell data format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:37 +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#5185
No description provided.