[PR #7121] [MERGED] feat(flutter_mobile): adjust bottom sheet quick action button style #7742

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7121
Author: @richardshiue
Created: 1/2/2025
Status: Merged
Merged: 1/3/2025
Merged by: @richardshiue

Base: mainHead: feat/adjust-mobile-quick-action-bottom-sheet


📝 Commits (3)

  • dca0e28 feat: adjust bottom sheet quick action button style
  • 21d2aec Merge remote-tracking branch 'upstream/main' into feat/adjust-mobile-quick-action-bottom-sheet
  • 5d24f33 chore: remove final dividers

📊 Changes

8 files changed (+46 additions, -55 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_page.dart (+1 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/board/widgets/group_card_header.dart (+2 -6)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart (+2 -3)
📝 frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart (+2 -5)
📝 frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_quick_action_button.dart (+32 -27)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart (+4 -3)
📝 frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/url.dart (+1 -2)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_attachment_item.dart (+2 -3)

📄 Description

This is in accordance with the design, which previously hadn't specified the visual tapping effect

Screenshot 2025-01-02 at 10 13 23 AM

Before

https://github.com/user-attachments/assets/315c2ea0-486a-4776-a1e2-8cc3e1796158

After

https://github.com/user-attachments/assets/205e7422-5e40-4c89-ade2-c97579753582

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/7121 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/2/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `feat/adjust-mobile-quick-action-bottom-sheet` --- ### 📝 Commits (3) - [`dca0e28`](https://github.com/AppFlowy-IO/AppFlowy/commit/dca0e28233e7b5a6168b69fb815b99558d630401) feat: adjust bottom sheet quick action button style - [`21d2aec`](https://github.com/AppFlowy-IO/AppFlowy/commit/21d2aecb34d8e2e510eb190ae6e24d1ef9840425) Merge remote-tracking branch 'upstream/main' into feat/adjust-mobile-quick-action-bottom-sheet - [`5d24f33`](https://github.com/AppFlowy-IO/AppFlowy/commit/5d24f33c9748a43a1e16f9507fd05e374237bf98) chore: remove final dividers ### 📊 Changes **8 files changed** (+46 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/bottom_sheet/bottom_sheet_view_page.dart` (+1 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/board/widgets/group_card_header.dart` (+2 -6) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/card/card_detail/mobile_card_detail_screen.dart` (+2 -3) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/database/view/database_view_quick_actions.dart` (+2 -5) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/widgets/flowy_mobile_quick_action_button.dart` (+32 -27) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_bubble.dart` (+4 -3) 📝 `frontend/appflowy_flutter/lib/plugins/database/widgets/cell/editable_cell_skeleton/url.dart` (+1 -2) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_attachment_item.dart` (+2 -3) </details> ### 📄 Description This is in accordance with the design, which previously hadn't specified the visual tapping effect ![Screenshot 2025-01-02 at 10 13 23 AM](https://github.com/user-attachments/assets/9af60dd9-f65f-45bf-9a38-a3096e39cc36) Before https://github.com/user-attachments/assets/315c2ea0-486a-4776-a1e2-8cc3e1796158 After https://github.com/user-attachments/assets/205e7422-5e40-4c89-ade2-c97579753582 ### 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) - [ ] 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. - [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 23:21:00 +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#7742
No description provided.