-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat(webview): use Compass' connection form in the new overview page VSCODE-488 #622
Conversation
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.
Amazing 🚀 left a few small things to consider.
Co-authored-by: Himanshu Singh <[email protected]>
@@ -12,7 +12,7 @@ const vsixFileName = path.resolve( | |||
); | |||
const size = fs.statSync(vsixFileName).size; | |||
|
|||
const maxSize = 7 * 1000000; // 7 MB | |||
const maxSize = 8 * 1000000; // 8 MB |
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.
This isn't a great thing to increase, going to investigate in a follow up what's driving it up. (This pr increases it ~1mb)
VSCODE-488
Feature flagged. Adds the connection-form from Compass to the webview.
Going to sync with design on if we want the modal content to scroll here. Shouldn't be a blocker for this as it would be purely visual, and this will unblock some other work in the project.