[PR #7890] [MERGED] feat: improve chat message animations #8187

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7890
Author: @LucasXu0
Created: 5/7/2025
Status: Merged
Merged: 5/7/2025
Merged by: @LucasXu0

Base: mainHead: fix_reminder_issue


📝 Commits (6)

  • de6700c chore: upgrade editor version
  • 052f445 chore: only print the reminder refresh log when it contains new updates
  • e7ecc07 fix: google font family name issue
  • b92e785 chore: i18n
  • dfe3aa5 Merge branch 'main' into fix_reminder_issue
  • 7ae4554 feat: improve chat ai animation

📊 Changes

11 files changed (+238 additions, -257 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list.dart (+100 -200)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list_reversed.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_page/chat_message_widget.dart (+33 -0)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_page/load_chat_message_status_ready.dart (+18 -7)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart (+30 -16)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart (+6 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart (+4 -2)
📝 frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart (+14 -2)
📝 frontend/appflowy_flutter/lib/util/font_family_extension.dart (+8 -0)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart (+2 -6)
📝 frontend/appflowy_flutter/macos/Podfile.lock (+22 -22)

📄 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.

Summary by Sourcery

Improve chat message animations and scrolling behavior in the AppFlowy chat interface

New Features:

  • Implemented a more robust scrolling mechanism for chat messages using ScrollablePositionedList

Enhancements:

  • Refactored chat list scrolling logic
  • Improved message positioning and animation
  • Enhanced scroll-to-bottom functionality

Chores:

  • Cleaned up unused code in chat message list implementation
  • Simplified message scrolling and positioning logic

🔄 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/7890 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_reminder_issue` --- ### 📝 Commits (6) - [`de6700c`](https://github.com/AppFlowy-IO/AppFlowy/commit/de6700ca9a207f2ea948afc2bfc6c7843b63693c) chore: upgrade editor version - [`052f445`](https://github.com/AppFlowy-IO/AppFlowy/commit/052f445ec883b1ef51abbd57e15c6ac6ab5bea36) chore: only print the reminder refresh log when it contains new updates - [`e7ecc07`](https://github.com/AppFlowy-IO/AppFlowy/commit/e7ecc072871c3699fb0a22380b75c07dd069a1c4) fix: google font family name issue - [`b92e785`](https://github.com/AppFlowy-IO/AppFlowy/commit/b92e785ac7bd7cbdf57f99ae9319c54c9725fa5b) chore: i18n - [`dfe3aa5`](https://github.com/AppFlowy-IO/AppFlowy/commit/dfe3aa53c567d20bce9f3e0a65c95f321a466568) Merge branch 'main' into fix_reminder_issue - [`7ae4554`](https://github.com/AppFlowy-IO/AppFlowy/commit/7ae455470e5eb07f5f89e583ac873088707a73c0) feat: improve chat ai animation ### 📊 Changes **11 files changed** (+238 additions, -257 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list.dart` (+100 -200) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/animated_chat_list_reversed.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_page/chat_message_widget.dart` (+33 -0) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_page/load_chat_message_status_ready.dart` (+18 -7) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/bulleted_list/bulleted_list_icon.dart` (+30 -16) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_style.dart` (+6 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/app_widget.dart` (+4 -2) 📝 `frontend/appflowy_flutter/lib/user/application/reminder/reminder_bloc.dart` (+14 -2) 📝 `frontend/appflowy_flutter/lib/util/font_family_extension.dart` (+8 -0) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart` (+2 -6) 📝 `frontend/appflowy_flutter/macos/Podfile.lock` (+22 -22) </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 <!--- 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 - [ ] 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. ## Summary by Sourcery Improve chat message animations and scrolling behavior in the AppFlowy chat interface New Features: - Implemented a more robust scrolling mechanism for chat messages using ScrollablePositionedList Enhancements: - Refactored chat list scrolling logic - Improved message positioning and animation - Enhanced scroll-to-bottom functionality Chores: - Cleaned up unused code in chat message list implementation - Simplified message scrolling and positioning logic --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:23:01 +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#8187
No description provided.