[PR #2443] [MERGED] fix: number format #5234

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2443
Author: @appflowy
Created: 5/3/2023
Status: Merged
Merged: 5/3/2023
Merged by: @appflowy

Base: mainHead: fix/number_format


📝 Commits (4)

  • a29ac86 fix: number format
  • 7837ba0 chore: disable some tests that relate to timezone
  • 149131a Merge branch 'main' into fix/number_format
  • f12c07f fix: tests

📊 Changes

6 files changed (+190 additions, -191 deletions)

View changed files

📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_tests.rs (+80 -80)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/number_type_option/number_tests.rs (+10 -0)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/number_type_option/number_type_option.rs (+8 -19)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/text_type_option/text_tests.rs (+2 -2)
📝 frontend/rust-lib/flowy-database/tests/database/field_test/test.rs (+24 -24)
📝 frontend/rust-lib/flowy-database/tests/database/sort_test/single_sort_test.rs (+66 -66)

📄 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/2443 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/3/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/number_format` --- ### 📝 Commits (4) - [`a29ac86`](https://github.com/AppFlowy-IO/AppFlowy/commit/a29ac869e0c8523013f626bc217d66ec8ad56a64) fix: number format - [`7837ba0`](https://github.com/AppFlowy-IO/AppFlowy/commit/7837ba02fd766becee1cc4b2415fb0472587d6f6) chore: disable some tests that relate to timezone - [`149131a`](https://github.com/AppFlowy-IO/AppFlowy/commit/149131a5122b220a90bf09445af14b0d7dffae64) Merge branch 'main' into fix/number_format - [`f12c07f`](https://github.com/AppFlowy-IO/AppFlowy/commit/f12c07f0a6263481a10764df23ccf2bf639839ba) fix: tests ### 📊 Changes **6 files changed** (+190 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_tests.rs` (+80 -80) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/number_type_option/number_tests.rs` (+10 -0) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/number_type_option/number_type_option.rs` (+8 -19) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/text_type_option/text_tests.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-database/tests/database/field_test/test.rs` (+24 -24) 📝 `frontend/rust-lib/flowy-database/tests/database/sort_test/single_sort_test.rs` (+66 -66) </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:17:50 +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#5234
No description provided.