[PR #6855] [MERGED] chore: minor ai chat improvements #7607

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6855
Author: @richardshiue
Created: 11/25/2024
Status: Merged
Merged: 11/25/2024
Merged by: @richardshiue

Base: mainHead: chore/ai-ui-improvements


📝 Commits (4)

  • 9a457c6 chore: animation alignment improvement
  • 203df83 fix: missing context in drop zone
  • d4bde14 chore: increase minimum padding between chat and edge of screen
  • 459a6d8 chore: unify padding for ai message loading

📊 Changes

3 files changed (+69 additions, -64 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart (+19 -14)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_loading.dart (+49 -46)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_message.dart (+1 -4)

📄 Description

pulls commits out of #6851

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/6855 **Author:** [@richardshiue](https://github.com/richardshiue) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `chore/ai-ui-improvements` --- ### 📝 Commits (4) - [`9a457c6`](https://github.com/AppFlowy-IO/AppFlowy/commit/9a457c6f2da9cf4733928a9e99132b11b55c117d) chore: animation alignment improvement - [`203df83`](https://github.com/AppFlowy-IO/AppFlowy/commit/203df832163f23af4650c0b165693a4287d908ad) fix: missing context in drop zone - [`d4bde14`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4bde14eab8a65d7b820135089aa156c30063dfb) chore: increase minimum padding between chat and edge of screen - [`459a6d8`](https://github.com/AppFlowy-IO/AppFlowy/commit/459a6d8b7f77876c149d663744c27624859b0758) chore: unify padding for ai message loading ### 📊 Changes **3 files changed** (+69 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart` (+19 -14) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_loading.dart` (+49 -46) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/message/ai_text_message.dart` (+1 -4) </details> ### 📄 Description pulls commits out of #6851 ### 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. - [ ] 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:20:24 +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#7607
No description provided.