[PR #5992] [MERGED] feat: add ai bubble button on home page #7132

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

📋 Pull Request Information

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

Base: mainHead: ai_entry


📝 Commits (7)

  • 961f594 chore: skip check list test if the task is not found
  • 3c432f1 feat: add ai bubble button in home page
  • 538fdfd Merge branch 'main' into ai_entry
  • 9f7f03a feat: only show the ai bubble button for the cloud user
  • 0bc1699 chore: add border color to ai bubble button
  • 1f9c9d1 Revert "chore: skip check list test if the task is not found"
  • e2f80b4 fix: only display ai bubble button on home page

📊 Changes

4 files changed (+197 additions, -75 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+80 -69)
frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.dart (+81 -0)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart (+35 -6)
📝 frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart (+1 -0)

📄 Description

Feature Preview

update:
Screenshot 2024-08-17 at 13 09 29

https://github.com/user-attachments/assets/f5d84463-99bb-48ec-bd4e-4dad1506ae48


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/5992 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `ai_entry` --- ### 📝 Commits (7) - [`961f594`](https://github.com/AppFlowy-IO/AppFlowy/commit/961f594a31906c52384c09915dce8f9db7fbd5bc) chore: skip check list test if the task is not found - [`3c432f1`](https://github.com/AppFlowy-IO/AppFlowy/commit/3c432f1877b729929fa07929e01ea607c2323908) feat: add ai bubble button in home page - [`538fdfd`](https://github.com/AppFlowy-IO/AppFlowy/commit/538fdfd195f9938bf7f91b66e1c4c4e8c74a5ead) Merge branch 'main' into ai_entry - [`9f7f03a`](https://github.com/AppFlowy-IO/AppFlowy/commit/9f7f03ad79e3c92ec56138292efec5999dc06eae) feat: only show the ai bubble button for the cloud user - [`0bc1699`](https://github.com/AppFlowy-IO/AppFlowy/commit/0bc169945531275a9a1b88e3e8a52c740f8c3c82) chore: add border color to ai bubble button - [`1f9c9d1`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f9c9d1c184c798e4604a3f764ad0ade577549f3) Revert "chore: skip check list test if the task is not found" - [`e2f80b4`](https://github.com/AppFlowy-IO/AppFlowy/commit/e2f80b452d08b8d005df5ef5d27b4ce0a798378b) fix: only display ai bubble button on home page ### 📊 Changes **4 files changed** (+197 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+80 -69) ➕ `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/ai_bubble_button.dart` (+81 -0) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/tab/mobile_space_tab.dart` (+35 -6) 📝 `frontend/appflowy_flutter/lib/plugins/ai_chat/presentation/chat_welcome_page.dart` (+1 -0) </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 update: <img width="532" alt="Screenshot 2024-08-17 at 13 09 29" src="https://github.com/user-attachments/assets/440d3a1d-998d-4e8d-bb6f-1bf2e33acf91"> https://github.com/user-attachments/assets/f5d84463-99bb-48ec-bd4e-4dad1506ae48 <!--- 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:18:14 +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#7132
No description provided.