[PR #6035] [MERGED] fix: ai writer generate button color #7154

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

📋 Pull Request Information

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

Base: mainHead: fix_writer_button_color


📝 Commits (3)

  • dc07555 fix: ai writer generate button color
  • 9815ecc fix: replace ai writer button with outlined rounded button
  • 2df60f8 Merge branch 'main' into fix_writer_button_color

📊 Changes

6 files changed (+102 additions, -66 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart (+35 -19)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart (+8 -34)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_actions.dart (+11 -11)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/single_setting_action.dart (+4 -0)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart (+1 -2)
📝 frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/primary_rounded_button.dart (+43 -0)

📄 Description

Feature Preview

before
Screenshot 2024-08-22 at 10 16 28
Screenshot 2024-08-22 at 10 24 32

after
Screenshot 2024-08-22 at 10 16 18
Screenshot 2024-08-22 at 10 26 15


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/6035 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix_writer_button_color` --- ### 📝 Commits (3) - [`dc07555`](https://github.com/AppFlowy-IO/AppFlowy/commit/dc07555948f2ab7606d02bb753ad8d61015d8338) fix: ai writer generate button color - [`9815ecc`](https://github.com/AppFlowy-IO/AppFlowy/commit/9815ecca97b1286cdaff989f8de1716976a455c0) fix: replace ai writer button with outlined rounded button - [`2df60f8`](https://github.com/AppFlowy-IO/AppFlowy/commit/2df60f8516f60955cdd058bd709cc361bd957198) Merge branch 'main' into fix_writer_button_color ### 📊 Changes **6 files changed** (+102 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/openai/widgets/auto_completion_node_widget.dart` (+35 -19) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/space/shared_widget.dart` (+8 -34) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/menu/sidebar/workspace/_sidebar_workspace_actions.dart` (+11 -11) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/shared/single_setting_action.dart` (+4 -0) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/button.dart` (+1 -2) 📝 `frontend/appflowy_flutter/packages/flowy_infra_ui/lib/style_widget/primary_rounded_button.dart` (+43 -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 before <img width="184" alt="Screenshot 2024-08-22 at 10 16 28" src="https://github.com/user-attachments/assets/8c4573a5-1bfd-4ff8-a7f2-a8079c67eb77"> <img width="226" alt="Screenshot 2024-08-22 at 10 24 32" src="https://github.com/user-attachments/assets/3502ee47-1a73-4394-8ef7-5d91c7766302"> after <img width="203" alt="Screenshot 2024-08-22 at 10 16 18" src="https://github.com/user-attachments/assets/059e82f7-d590-4ad5-978a-ee4084151f86"> <img width="265" alt="Screenshot 2024-08-22 at 10 26 15" src="https://github.com/user-attachments/assets/01af6efd-8c6c-4c6a-b8d3-8c4ed4f5ad3c"> <!--- 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:20 +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#7154
No description provided.