-
Notifications
You must be signed in to change notification settings - Fork 294
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
Chat: Improve enhanced context popover and button styles #2075
Conversation
@@ -198,7 +215,8 @@ export const EnhancedContextSettings: React.FunctionComponent<EnhancedContextSet | |||
onClick={() => setOpen(!isOpen)} | |||
title="Configure Enhanced Context" | |||
> | |||
<i className="codicon codicon-settings" /> | |||
<i className="codicon codicon-sparkle" /> | |||
{/* Show this dot if the popover has never been opened: <div className={styles.glowyDot}/> */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this while I was here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
@@ -15,17 +15,19 @@ | |||
} | |||
|
|||
.enhanced-context-settings-popup label h1 { | |||
text-transform: none; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THANK YOU FOR THIS. I GOT A BIT OF A SURPRISE WHEN OUR H1 STYLES CHANGED ELSEWHERE AND ENHANCED CONTEXT WAS SHOUTING ALL OF A SUDDEN. THE MAGIC OF CSS, RIGHT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol I had the same feeling. Either that or someone decided IT NEEDS MORE POP!
@toolmantim I was doing some debugging and don't see your changes! I'm running Cody off tip of main, I don't see the sparkle icon :( |
Updates the styles of the enhanced context popover and the button:
Test plan