[PR #901] [MERGED] feat: Adjust UI details #4419

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

📋 Pull Request Information

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

Base: mainHead: feat/board_ui_adjust


📝 Commits (2)

  • 8a8791b chore: adjust ui
  • 50e772e chore: adjust header, card padding ui

📊 Changes

18 files changed (+173 additions, -70 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/board_page.dart (+49 -8)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart (+13 -6)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart (+12 -3)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart (+11 -5)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart (+9 -4)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart (+6 -5)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart (+16 -10)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+2 -2)
📝 frontend/app_flowy/lib/plugins/board/presentation/card/card_container.dart (+1 -1)
frontend/app_flowy/lib/plugins/board/presentation/card/define.dart (+3 -0)
📝 frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/context_builder.dart (+0 -1)
📝 frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart (+2 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart (+7 -1)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/card.dart (+7 -9)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/footer.dart (+3 -2)
📝 frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/header.dart (+14 -6)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart (+17 -4)
📝 frontend/rust-lib/flowy-grid/tests/grid/group_test/test.rs (+1 -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/901 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 8/24/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/board_ui_adjust` --- ### 📝 Commits (2) - [`8a8791b`](https://github.com/AppFlowy-IO/AppFlowy/commit/8a8791b880ad1ad57213b878feb972ad30ea873a) chore: adjust ui - [`50e772e`](https://github.com/AppFlowy-IO/AppFlowy/commit/50e772edff961ad5f07bc81ac2ad5dd85e67de31) chore: adjust header, card padding ui ### 📊 Changes **18 files changed** (+173 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/board_page.dart` (+49 -8) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_checkbox_cell.dart` (+13 -6) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_date_cell.dart` (+12 -3) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_number_cell.dart` (+11 -5) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_select_option_cell.dart` (+9 -4) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_text_cell.dart` (+6 -5) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/board_url_cell.dart` (+16 -10) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+2 -2) 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card_container.dart` (+1 -1) ➕ `frontend/app_flowy/lib/plugins/board/presentation/card/define.dart` (+3 -0) 📝 `frontend/app_flowy/lib/plugins/grid/application/cell/cell_service/context_builder.dart` (+0 -1) 📝 `frontend/app_flowy/packages/appflowy_board/example/lib/multi_board_list_example.dart` (+2 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/board.dart` (+7 -1) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/card.dart` (+7 -9) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/footer.dart` (+3 -2) 📝 `frontend/app_flowy/packages/appflowy_board/lib/src/widgets/styled_widgets/header.dart` (+14 -6) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/text.dart` (+17 -4) 📝 `frontend/rust-lib/flowy-grid/tests/grid/group_test/test.rs` (+1 -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:43 +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#4419
No description provided.