Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Border and corners #1393

Merged
merged 4 commits into from
Oct 3, 2024

Conversation

Pawank-MSFT
Copy link
Collaborator

No description provided.

@@ -31,7 +33,7 @@ class BotFormattingCards extends ActivityHandler {
const text = context.activity.text;

// Create an array with the valid card options.
const adaptiveFormatCards = ['CodeBlock', 'MentionSupport', 'InfoMasking', 'FullWidthCard', 'StageViewImages', 'OverflowMenu', 'HTMLConnector', 'CardWithEmoji','Persona','PersonaSet','Layout'];
const adaptiveFormatCards = ['CodeBlock', 'MentionSupport', 'InfoMasking', 'FullWidthCard', 'StageViewImages', 'OverflowMenu', 'HTMLConnector', 'CardWithEmoji','Persona','PersonaSet','Layout', 'Borders', 'RoundedCorners'];
Copy link
Contributor

@Harikrishnan-MSFT Harikrishnan-MSFT Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check if all content is loading correctly for both C# and Node.js.

Copy link
Contributor

@Harikrishnan-MSFT Harikrishnan-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added my review comments

@Pawank-MSFT
Copy link
Collaborator Author

Pawank-MSFT commented Oct 3, 2024

@Pawank-MSFT Pawank-MSFT merged commit a8b195b into main Oct 3, 2024
270 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants