[PR #3835] [MERGED] fix: add card at the beginning #5908

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3835
Author: @Xazin
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @Xazin

Base: mainHead: fix/gh-2830/add-card-on-top


📝 Commits (3)

📊 Changes

5 files changed (+115 additions, -2 deletions)

View changed files

frontend/appflowy_flutter/integration_test/board/board_add_row_test.dart (+101 -0)
📝 frontend/appflowy_flutter/integration_test/board/board_test_runner.dart (+2 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/database_controller.dart (+2 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart (+5 -1)
📝 frontend/appflowy_flutter/lib/plugins/database_view/board/application/board_bloc.dart (+5 -1)

📄 Description

Closes: #2830

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/3835 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `fix/gh-2830/add-card-on-top` --- ### 📝 Commits (3) - [`9e8a1a8`](https://github.com/AppFlowy-IO/AppFlowy/commit/9e8a1a836fbd0944ec900c629d75755bcce64503) fix: card added on top from header - [`c27f5a7`](https://github.com/AppFlowy-IO/AppFlowy/commit/c27f5a72663f8c382cd94dc2729e283e6a22e0fd) test: add tests - [`3d805c9`](https://github.com/AppFlowy-IO/AppFlowy/commit/3d805c94335ce7f0db974f7ffc3521bdaa375e8f) test: add to test runner ### 📊 Changes **5 files changed** (+115 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `frontend/appflowy_flutter/integration_test/board/board_add_row_test.dart` (+101 -0) 📝 `frontend/appflowy_flutter/integration_test/board/board_test_runner.dart` (+2 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/database_controller.dart` (+2 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/application/database_view_service.dart` (+5 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/board/application/board_bloc.dart` (+5 -1) </details> ### 📄 Description Closes: #2830 #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:51 +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#5908
No description provided.