Skip to content

Commit 4df27b8

Browse files
OEvgenycompulim
andauthored
Fluent: allow displaying feedback inside activity actions toolbar (#5407)
* Fluent: allow displaying feedback inside activity actions toolbar * Snapshots --------- Co-authored-by: William Wong <[email protected]>
1 parent cf2b542 commit 4df27b8

File tree

64 files changed

+907
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+907
-133
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
7474
- Added support for math blocks using `$$` delimiter alongside existing `\[...\]` and `\(...\)` notations, in PR [#5381](https://github.com/microsoft/BotFramework-WebChat/pull/5381), by [@OEvgeny](https://github.com/OEvgeny)
7575
- Added support for speech recognition initial silence timeout when using Azure Speech, in PR [#5400](https://github.com/microsoft/BotFramework/WebChat/pull/5400), by [@compulim](https://github.com/compulim)
7676
- Introduced syntax highlighting for markdown code blocks, in PR [#5389](https://github.com/microsoft/BotFramework-WebChat/pull/5389), by [@OEvgeny](https://github.com/OEvgeny)
77+
- (Experimental) Added `feedbackActionsPlacement` style option to control feedback button placement, in PR [#5407](https://github.com/microsoft/BotFramework-WebChat/pull/5407), by [@OEvgeny](https://github.com/OEvgeny)
78+
- New style option supports two values: `'activity-actions'` and `'activity-status'` (default)
79+
- When set to `'activity-actions'`, feedback buttons are displayed in the activity actions toolbar
80+
- When set to `'activity-status'`, feedback buttons appear in the activity status area (default behavior)
7781

7882
### Changed
7983

-204 Bytes
Loading
-208 Bytes
Loading
-208 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)