-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sparkle] - refactor: standardize Button usage in `ConversationMessag…
…eXXX` (#8273) * [sparkle] - refactor: standardize button usage in conversation components - Replace detailed button objects with Button ReactElement across ConversationMessage and ConversationMessageActions components - Remove unused imports and redundant button creation logic to streamline component interface * [sparkle] - refactor: streamline ConversationMessageActions component - Removed intermediate buttonNodes array in favor of using buttons directly for UI rendering - Simplified conditional rendering logic for message actions by directly checking buttons array length * [sparkle] - fix: bump package version to 0.2.281 - Updated package version in package-lock.json and package.json for consistency and to prepare for new release --------- Co-authored-by: Jules <[email protected]>
- Loading branch information
1 parent
f83c6a0
commit 6796f44
Showing
5 changed files
with
21 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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