[PR #910] [MERGED] chore: hide cell #4426

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/910
Author: @appflowy
Created: 8/25/2022
Status: Merged
Merged: 8/25/2022
Merged by: @appflowy

Base: mainHead: feat/hide_card_cell


📝 Commits (1)

📊 Changes

12 files changed (+70 additions, -30 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+14 -5)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart (+2 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart (+2 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart (+2 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+23 -15)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+6 -2)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart (+2 -0)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+3 -1)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card_cell_builder.dart (+8 -1)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+3 -3)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/single_board_list_example.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart (+2 -1)

📄 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/910 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/25/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/hide_card_cell` --- ### 📝 Commits (1) - [`0228303`](https://github.com/AppFlowy-IO/AppFlowy/commit/02283038d5ec1906cd57aa683b84687c7c383745) chore: hide cell ### 📊 Changes **12 files changed** (+70 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+14 -5) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+23 -15) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+6 -2) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart` (+2 -0) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+3 -1) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card_cell_builder.dart` (+8 -1) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+3 -3) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/single_board_list_example.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board_column/board_column.dart` (+2 -1) </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 21:37:45 +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#4426
No description provided.