[PR #5897] [MERGED] chore: optimize mobile ai chat page #7070

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5897
Author: @LucasXu0
Created: 8/7/2024
Status: Merged
Merged: 8/8/2024
Merged by: @LucasXu0

Base: mainHead: optimize_mobile_ai_chat


📝 Commits (4)

  • db821c4 feat: improve chat page UI on mobile
  • 0aee8b2 feat: integrate add page menu into chat page on mobile
  • bb6564d fix: only display document view in @ menu
  • 40bb5c0 Merge branch 'main' into optimize_mobile_ai_chat

📊 Changes

7 files changed (+168 additions, -74 deletions)

View changed files

📝 frontend/appflowy_flutter/ios/Podfile.lock (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_input_action_bloc.dart (+7 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart (+11 -13)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/chat_input.dart (+124 -45)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mobile_page_selector_sheet.dart (+18 -7)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_block_toolbar_item.dart (+4 -5)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart (+2 -1)

📄 Description

Feature Preview

Screenshot 2024-08-07 at 17 38 06 Screenshot 2024-08-07 at 17 39 22 Screenshot 2024-08-07 at 17 38 40

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/5897 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/8/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `optimize_mobile_ai_chat` --- ### 📝 Commits (4) - [`db821c4`](https://github.com/AppFlowy-IO/AppFlowy/commit/db821c47e69aa62647ebc569898c9e0f8cf528cd) feat: improve chat page UI on mobile - [`0aee8b2`](https://github.com/AppFlowy-IO/AppFlowy/commit/0aee8b2aa1f3cd6681395c2dc863f012f70f0276) feat: integrate add page menu into chat page on mobile - [`bb6564d`](https://github.com/AppFlowy-IO/AppFlowy/commit/bb6564dea793f360957bff0755a72bb3c8da2868) fix: only display document view in @ menu - [`40bb5c0`](https://github.com/AppFlowy-IO/AppFlowy/commit/40bb5c02634571f7d828fb7fe25bd154873c6830) Merge branch 'main' into optimize_mobile_ai_chat ### 📊 Changes **7 files changed** (+168 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/application/chat_input_action_bloc.dart` (+7 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart` (+11 -13) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/chat_input.dart` (+124 -45) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mention/mobile_page_selector_sheet.dart` (+18 -7) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/mobile_toolbar_v3/add_block_toolbar_item.dart` (+4 -5) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart` (+2 -1) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview <img width="469" alt="Screenshot 2024-08-07 at 17 38 06" src="https://github.com/user-attachments/assets/80fd2a4f-19c0-4ec9-a70a-51b0ee9ce5e9"> <img width="458" alt="Screenshot 2024-08-07 at 17 39 22" src="https://github.com/user-attachments/assets/9e68d58d-c877-4208-9f18-3c5ecaf478bc"> <img width="570" alt="Screenshot 2024-08-07 at 17 38 40" src="https://github.com/user-attachments/assets/e6cc77a4-8eb1-4063-b76b-06c988b4d77b"> <!--- 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. - [ ] 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:17:58 +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#7070
No description provided.