[PR #2167] [MERGED] test: add save date cell and checkbox cell #5135

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

📋 Pull Request Information

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

Base: mainHead: feat/tarui_demo


📝 Commits (4)

  • e1c03a3 test: add save date cell and checkbox cell
  • 8f13465 chore: add move field test
  • a8b1828 chore: Merge branch 'main' into feat/tarui_demo
  • 677ad9d ci: fix tauri build

📊 Changes

10 files changed (+128 additions, -24 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/src/init.rs (+1 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditRow.tsx (+5 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/components/tests/DatabaseTestHelper.ts (+12 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/tests/TestAPI.tsx (+6 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/components/tests/TestGrid.tsx (+83 -0)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/controller_builder.ts (+1 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/data_persistence.ts (+2 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_bd_svc.ts (+10 -10)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_controller.ts (+3 -3)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/field/field_controller.ts (+5 -7)

📄 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/2167 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/tarui_demo` --- ### 📝 Commits (4) - [`e1c03a3`](https://github.com/AppFlowy-IO/AppFlowy/commit/e1c03a36471989369482f038e8d22fa8385c1d56) test: add save date cell and checkbox cell - [`8f13465`](https://github.com/AppFlowy-IO/AppFlowy/commit/8f13465a58c6db536c3028bc8fcca47f7e0c5b0f) chore: add move field test - [`a8b1828`](https://github.com/AppFlowy-IO/AppFlowy/commit/a8b18285f00f2e0aefb393943c9abd7ea01e0ee5) chore: Merge branch 'main' into feat/tarui_demo - [`677ad9d`](https://github.com/AppFlowy-IO/AppFlowy/commit/677ad9d9512e6a3b5230d79740676094587ea2a1) ci: fix tauri build ### 📊 Changes **10 files changed** (+128 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/src/init.rs` (+1 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/EditRow.tsx` (+5 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/tests/DatabaseTestHelper.ts` (+12 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/tests/TestAPI.tsx` (+6 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/tests/TestGrid.tsx` (+83 -0) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/controller_builder.ts` (+1 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/data_persistence.ts` (+2 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_bd_svc.ts` (+10 -10) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/database_controller.ts` (+3 -3) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/field/field_controller.ts` (+5 -7) </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:24 +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#5135
No description provided.