Skip to content
Merged
2 changes: 1 addition & 1 deletion js/chat/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ shiny-chat-container {
}

&::after {
content: "\2726"; // diamond/star
content: "\29C9"; // two overlapping squares
Copy link
Collaborator

Choose a reason for hiding this comment

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

I really like diamond/star. I think general chat-bot UI community has unified around ❇️ or ✨ as a universal signal that you'll be interacting with an AI. It's literally everywhere, in fact I just noticed that Google just added Gemini into my email (not that I totally want that) and is using the diamond star image all over the place.

image

image

display: inline-block;
margin-inline-start: 0.15em;
}
Expand Down
1 change: 0 additions & 1 deletion js/chat/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class ChatInput extends LightElement {
}

class ChatContainer extends LightElement {
@property() placeholder = "Enter a message...";

private get input(): ChatInput {
return this.querySelector(CHAT_INPUT_TAG) as ChatInput;
Expand Down
2 changes: 1 addition & 1 deletion shiny/www/py-shiny/chat/chat.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shiny/www/py-shiny/chat/chat.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading