[PR #1142] [MERGED] Fix/UI adjust #4555

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1142
Author: @appflowy
Created: 9/23/2022
Status: Merged
Merged: 9/23/2022
Merged by: @appflowy

Base: mainHead: fix/ui_adjust


📝 Commits (5)

  • ee7cb0c chore: delete button ui
  • 0218f4e fix: create view panel icon color
  • 9730069 chore: rounded button hover
  • 77d1dbe chore: adjust insets of some popup
  • f990e3c chore: set icon color of the app ation panel

📊 Changes

17 files changed (+135 additions, -77 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/board/presentation/card/card.dart (+3 -1)
📝 frontend/app_flowy/lib/plugins/doc/document.dart (+1 -1)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart (+74 -28)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart (+1 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart (+9 -17)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart (+1 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart (+1 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart (+1 -0)
📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_toolbar.dart (+1 -0)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart (+5 -4)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/right_click_action.dart (+8 -4)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart (+2 -2)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart (+4 -4)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart (+11 -6)
📝 frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart (+4 -6)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart (+7 -2)
📝 frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs (+2 -2)

📄 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/1142 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/23/2022 **Status:** ✅ Merged **Merged:** 9/23/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/ui_adjust` --- ### 📝 Commits (5) - [`ee7cb0c`](https://github.com/AppFlowy-IO/AppFlowy/commit/ee7cb0cb4214c613f89ad603a15a8fbba9c81602) chore: delete button ui - [`0218f4e`](https://github.com/AppFlowy-IO/AppFlowy/commit/0218f4e8b9ac6a21d229d92505fc76267789a058) fix: create view panel icon color - [`9730069`](https://github.com/AppFlowy-IO/AppFlowy/commit/9730069ec1755e489e9c15a23ae76e5f8a4e5a5e) chore: rounded button hover - [`77d1dbe`](https://github.com/AppFlowy-IO/AppFlowy/commit/77d1dbedd6650761f72356905751d7d956688ab4) chore: adjust insets of some popup - [`f990e3c`](https://github.com/AppFlowy-IO/AppFlowy/commit/f990e3cabbb006b887af71815702fc8f256d1498) chore: set icon color of the app ation panel ### 📊 Changes **17 files changed** (+135 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/board/presentation/card/card.dart` (+3 -1) 📝 `frontend/app_flowy/lib/plugins/doc/document.dart` (+1 -1) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/date_cell/date_editor.dart` (+74 -28) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_cell.dart` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/field_editor.dart` (+9 -17) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/grid_header.dart` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/grid_row.dart` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/row/row_detail.dart` (+1 -0) 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/toolbar/grid_toolbar.dart` (+1 -0) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart` (+5 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/right_click_action.dart` (+8 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/disclosure_action.dart` (+2 -2) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/section/item.dart` (+4 -4) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart` (+11 -6) 📝 `frontend/app_flowy/lib/workspace/presentation/widgets/pop_up_action.dart` (+4 -6) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart` (+7 -2) 📝 `frontend/rust-lib/flowy-grid/src/services/group/controller_impls/default_controller.rs` (+2 -2) </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:38:20 +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#4555
No description provided.