microsoft / vscode-dev-chrome-launcher

Type `code` in your browser to open GitHub repositories in vscode.dev
https://chrome.google.com/webstore/detail/vs-code/kobakmhnkfaghloikphojodjebdelppk
MIT License
13 stars 7 forks source link

Update options page with new styling and radio #23

Closed mirdaki closed 1 year ago

mirdaki commented 1 year ago

I've pulled styling information from https://github.com/microsoft/vscode-webview-ui-toolkit. It's a rough approximation, since pulling in the library would require some kind of build system

I've switched to radio buttons for a simple experince and is the recommended approach for just a few items according to the VSCode guidelines from the webview library

This also fixes the flicker issue from #21

mirdaki commented 1 year ago

This is the new options look image