[PR #6367] [MERGED] fix: launch review issues 0.7.0 #7336

Closed
opened 2026-03-23 23:19:09 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6367
Author: @richardshiue
Created: 9/20/2024
Status: Merged
Merged: 9/22/2024
Merged by: @appflowy

Base: mainHead: fix/lr-070


📝 Commits (4)

  • 0d09072 fix: leave away the property edit action -> the menu doesnt close
  • e47ba38 fix: tooltip showing when hovering over empty space
  • 9e6d595 fix: text not centered
  • 24d613a fix: board card sizing issue

📊 Changes

7 files changed (+56 additions, -60 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_checkbox_column_header.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart (+8 -5)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_editable_column_header.dart (+12 -11)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/card/card.dart (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/card/container/card_container.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_cell_editor.dart (+8 -10)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/media.dart (+17 -27)

📄 Description

Feature Preview


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/6367 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 9/20/2024 **Status:** ✅ Merged **Merged:** 9/22/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix/lr-070` --- ### 📝 Commits (4) - [`0d09072`](https://github.com/AppFlowy-IO/AppFlowy/commit/0d09072cd7fff064c57cb9b91363bfa0fcc5312e) fix: leave away the property edit action -> the menu doesnt close - [`e47ba38`](https://github.com/AppFlowy-IO/AppFlowy/commit/e47ba3847ef8894fb91143c66b9adb0c3f6ac31d) fix: tooltip showing when hovering over empty space - [`9e6d595`](https://github.com/AppFlowy-IO/AppFlowy/commit/9e6d595f37e83ca59ee7b8f20b7884e828ea7595) fix: text not centered - [`24d613a`](https://github.com/AppFlowy-IO/AppFlowy/commit/24d613a27af7d43417f2a2d9005802939565894e) fix: board card sizing issue ### 📊 Changes **7 files changed** (+56 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_checkbox_column_header.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart` (+8 -5) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_editable_column_header.dart` (+12 -11) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/card/card.dart` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/card/container/card_container.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell_editor/select_option_cell_editor.dart` (+8 -10) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/media.dart` (+17 -27) </details> ### 📄 Description ### Feature Preview <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### 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. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] 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 23:19:09 +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#7336
No description provided.