[PR #7792] [MERGED] chore: update toolbar ai icons #8115

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7792
Author: @asjqkkkk
Created: 4/21/2025
Status: Merged
Merged: 4/23/2025
Merged by: @LucasXu0

Base: mainHead: fix/desktop/toolbar


📝 Commits (2)

📊 Changes

7 files changed (+27 additions, -8 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_entities.dart (+8 -6)
frontend/resources/flowy_icons/20x/toolbar_ai_ask_anything.svg (+4 -0)
frontend/resources/flowy_icons/20x/toolbar_ai_explain.svg (+4 -0)
frontend/resources/flowy_icons/20x/toolbar_ai_fix_spelling_grammar.svg (+3 -0)
📝 frontend/resources/flowy_icons/20x/toolbar_ai_improve_writing.svg (+2 -2)
frontend/resources/flowy_icons/20x/toolbar_ai_make_longer.svg (+3 -0)
frontend/resources/flowy_icons/20x/toolbar_ai_make_shorter.svg (+3 -0)

📄 Description

Before:

After:
image

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

Update AI toolbar icons to use new icon set with more descriptive and consistent naming

Enhancements:

  • Standardize icon references for AI writing operations with more descriptive icon names

Chores:

  • Replace existing AI-related icons with new toolbar-specific SVG icons

🔄 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/7792 **Author:** [@asjqkkkk](https://github.com/asjqkkkk) **Created:** 4/21/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `fix/desktop/toolbar` --- ### 📝 Commits (2) - [`8decf25`](https://github.com/AppFlowy-IO/AppFlowy/commit/8decf25e334ed59de3e52944ddc1ab6af8212395) chore: replace toolbar ai icons - [`09a7eba`](https://github.com/AppFlowy-IO/AppFlowy/commit/09a7ebac50698b286ad68a28f1d1372afca7d92f) fix: typo ### 📊 Changes **7 files changed** (+27 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/ai/operations/ai_writer_entities.dart` (+8 -6) ➕ `frontend/resources/flowy_icons/20x/toolbar_ai_ask_anything.svg` (+4 -0) ➕ `frontend/resources/flowy_icons/20x/toolbar_ai_explain.svg` (+4 -0) ➕ `frontend/resources/flowy_icons/20x/toolbar_ai_fix_spelling_grammar.svg` (+3 -0) 📝 `frontend/resources/flowy_icons/20x/toolbar_ai_improve_writing.svg` (+2 -2) ➕ `frontend/resources/flowy_icons/20x/toolbar_ai_make_longer.svg` (+3 -0) ➕ `frontend/resources/flowy_icons/20x/toolbar_ai_make_shorter.svg` (+3 -0) </details> ### 📄 Description Before: <img src="https://github.com/user-attachments/assets/7d4762ab-ae5c-4995-ae3b-ce14a8046844" /> After: ![image](https://github.com/user-attachments/assets/f2cb4b45-cc00-48ce-ad65-e12b68a2cb29) ### 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 Update AI toolbar icons to use new icon set with more descriptive and consistent naming Enhancements: - Standardize icon references for AI writing operations with more descriptive icon names Chores: - Replace existing AI-related icons with new toolbar-specific SVG icons --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22:41 +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#8115
No description provided.