[PR #7185] [MERGED] fix: launch review 0.8.1 #7772

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7185
Author: @richardshiue
Created: 1/10/2025
Status: Merged
Merged: 1/14/2025
Merged by: @richardshiue

Base: mainHead: fix/launch-review


📝 Commits (10+)

  • 3dad1a0 fix: launch review
  • 729d72d chore: scroll to end upon sending new message
  • 9a2daca chore: bump editor version
  • b4e2cbc chore: merge remote-tracking branch 'upstream/main' into fix/launch-review
  • 334b38e chore: scroll to bottom after adding message
  • 4839d85 chore: code reorg
  • d3398b6 chore: bump editor version
  • e524e5f chore: bump editor ver
  • 6be6c42 chore: bump editor
  • 921cbd5 chore: bump editor

📊 Changes

14 files changed (+126 additions, -147 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/desktop_ai_prompt_input.dart (+6 -10)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/mobile_ai_prompt_input.dart (+6 -5)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/predefined_format_buttons.dart (+28 -51)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/layout_define.dart (+9 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_change_format_bottom_sheet.dart (+11 -9)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart (+18 -5)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_selection_menu.dart (+9 -16)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_selection_menu.dart (+18 -30)
📝 frontend/appflowy_flutter/pubspec.lock (+2 -2)
📝 frontend/appflowy_flutter/pubspec.yaml (+1 -1)
📝 frontend/resources/flowy_icons/16x/ai_image.svg (+6 -6)
📝 frontend/resources/flowy_icons/16x/ai_text_image.svg (+8 -8)
📝 frontend/resources/translations/en.json (+2 -2)

📄 Description

Screenshot 2025-01-10 at 3 14 24 PM

Screenshot 2025-01-10 at 3 15 12 PM

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/7185 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `fix/launch-review` --- ### 📝 Commits (10+) - [`3dad1a0`](https://github.com/AppFlowy-IO/AppFlowy/commit/3dad1a03f2dd5f2908b0e6dcc0737d65c0b8c5ba) fix: launch review - [`729d72d`](https://github.com/AppFlowy-IO/AppFlowy/commit/729d72dec53dc0e02e5e6af8d19f5ce2401c8fe3) chore: scroll to end upon sending new message - [`9a2daca`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a2dacae036228ea49b65f24bbfdd27c7786d205) chore: bump editor version - [`b4e2cbc`](https://github.com/AppFlowy-IO/AppFlowy/commit/b4e2cbce0a5e87d960c278cfd5e40836f0bf18c8) chore: merge remote-tracking branch 'upstream/main' into fix/launch-review - [`334b38e`](https://github.com/AppFlowy-IO/AppFlowy/commit/334b38e0ed506089a97f806189487bd7e53c2053) chore: scroll to bottom after adding message - [`4839d85`](https://github.com/AppFlowy-IO/AppFlowy/commit/4839d8555e320585a9e2e2bd87cffe5df0b885dd) chore: code reorg - [`d3398b6`](https://github.com/AppFlowy-IO/AppFlowy/commit/d3398b608403da32feb5bb9ef9bbf32969d39fb2) chore: bump editor version - [`e524e5f`](https://github.com/AppFlowy-IO/AppFlowy/commit/e524e5f56de38b384e421edf50d8d4db0032c288) chore: bump editor ver - [`6be6c42`](https://github.com/AppFlowy-IO/AppFlowy/commit/6be6c420e5b10a3c77e0308bb1073e9521d8368c) chore: bump editor - [`921cbd5`](https://github.com/AppFlowy-IO/AppFlowy/commit/921cbd50af9510e0223e133689eb91c66e225b1d) chore: bump editor ### 📊 Changes **14 files changed** (+126 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/desktop_ai_prompt_input.dart` (+6 -10) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/mobile_ai_prompt_input.dart` (+6 -5) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_input/predefined_format_buttons.dart` (+28 -51) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/layout_define.dart` (+9 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_change_format_bottom_sheet.dart` (+11 -9) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_message_action_bar.dart` (+18 -5) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/file/file_selection_menu.dart` (+9 -16) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/image_selection_menu.dart` (+18 -30) 📝 `frontend/appflowy_flutter/pubspec.lock` (+2 -2) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+1 -1) 📝 `frontend/resources/flowy_icons/16x/ai_image.svg` (+6 -6) 📝 `frontend/resources/flowy_icons/16x/ai_text_image.svg` (+8 -8) 📝 `frontend/resources/translations/en.json` (+2 -2) </details> ### 📄 Description ![Screenshot 2025-01-10 at 3 14 24 PM](https://github.com/user-attachments/assets/3259e322-7f69-43a6-a26c-6a517d119321) ![Screenshot 2025-01-10 at 3 15 12 PM](https://github.com/user-attachments/assets/d77421fa-9cf9-4f53-a642-307ed3429046) ### 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:08 +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#7772
No description provided.