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

feat(webview): use Compass' connection form in the new overview page VSCODE-488 #622

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

Anemy
Copy link
Member

@Anemy Anemy commented Dec 7, 2023

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.

@Anemy Anemy changed the title feat(webview): embed connection form VSCODE-488 feat(webview): use Compass' connection form in the new overview page VSCODE-488 Dec 7, 2023
Copy link
Contributor

@himanshusinghs himanshusinghs left a 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.

src/test/suite/views/webview-app/overview-page.test.tsx Outdated Show resolved Hide resolved
src/views/webview-app/connection-form.tsx Outdated Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
@@ -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
Copy link
Member Author

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)

@Anemy Anemy merged commit 0c43c17 into main Dec 8, 2023
5 checks passed
@Anemy Anemy deleted the VSCODE-488-embed-connect-form branch December 8, 2023 08:07
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.

2 participants