[PR #1396] [MERGED] fix: support float value in attributes #4710

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1396
Author: @appflowy
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @appflowy

Base: mainHead: fix/float_attribute


📝 Commits (1)

  • 971ea79 fix: support float value in attributes

📊 Changes

5 files changed (+108 additions, -12 deletions)

View changed files

📝 shared-lib/lib-ot/src/core/attributes/attribute.rs (+13 -4)
📝 shared-lib/lib-ot/src/core/attributes/attribute_serde.rs (+22 -8)
📝 shared-lib/lib-ot/tests/node/mod.rs (+1 -0)
shared-lib/lib-ot/tests/node/operation_attribute_test.rs (+64 -0)
📝 shared-lib/lib-ot/tests/node/script.rs (+8 -0)

📄 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/1396 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/float_attribute` --- ### 📝 Commits (1) - [`971ea79`](https://github.com/AppFlowy-IO/AppFlowy/commit/971ea7976d7b7a86153e708a9850dff9542e0f0a) fix: support float value in attributes ### 📊 Changes **5 files changed** (+108 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `shared-lib/lib-ot/src/core/attributes/attribute.rs` (+13 -4) 📝 `shared-lib/lib-ot/src/core/attributes/attribute_serde.rs` (+22 -8) 📝 `shared-lib/lib-ot/tests/node/mod.rs` (+1 -0) ➕ `shared-lib/lib-ot/tests/node/operation_attribute_test.rs` (+64 -0) 📝 `shared-lib/lib-ot/tests/node/script.rs` (+8 -0) </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 22:15:29 +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#4710
No description provided.