-
Notifications
You must be signed in to change notification settings - Fork 799
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AI Extension: update proofread with the AI Status Indicator component (…
…#32397) * [not verified] expose AiStatusIndicator component * [not verified] use AiStatusIndicator in proofread implementation * [not verified] changelog * Update changelog --------- Co-authored-by: Renato Augusto Gama dos Santos <renato_0603@hotmail.com>
- Loading branch information
1 parent
f811ae7
commit 4acb09f
Showing
5 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/js-packages/ai-client/changelog/update-proofread-ai-assistant-status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: added | ||
|
||
AI Client: Export AiStatusIndicator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export { default as AIControl } from './ai-control'; | ||
export { default as AiStatusIndicator } from './ai-status-indicator'; |
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/update-proofread-ai-assistant-status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: enhancement | ||
|
||
AI Extension: update proofread with the AI Status Indicator component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters