зеркало из
1
0
Форкнуть 0
Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Hawk Ticehurst 0a386db129
Convert project into a monorepo (#470)
Description of changes

As part of vnext work, this PR converts the entire project into a monorepo using npm workspaces.

This change enables the core toolkit components and the React-wrapped toolkit components to be split into separate packages:

- @vscode/webview-ui-toolkit
- @vscode/webview-ui-toolkit-react
2023-04-14 13:41:56 -07:00
Hawk Ticehurst a188973927
Remove `storybook` and replace with `codesandbox` (#460)
Description of changes

Remove Storybook and replace it with CodeSandbox sample links.
2023-03-08 11:19:53 -08:00
Matt Rothenberg cc58b83f1c
Export toolkit components as wrapped React components (#300)
Description of changes

Uses the `fast-react-wrapper` to wrap all toolkit components as React components and then exports them under the following syntax: `import { ComponentName } from '@vscode/webview-ui-toolkit/react';`
2022-01-25 11:13:50 -08:00
Hawk Ticehurst f87f85a414
Automate toolkit test set up in a webview extension environment (#317)
Description of changes

Creates a Node script that automates the steps required to copy a new toolkit build into a webview extension environment so that it can be manually/visually tested.
2022-01-18 12:51:35 -08:00
Hawk Ticehurst 238855138b
Create CI/CD GitHub Actions (#103)
Create GitHub Action workflows for the following:

- Run CI (test, lint, build) workflows on pull requests
- Run CD doc site build and deployment on pushes to `main`
2021-05-26 15:42:26 -07:00
Hawk Ticehurst 25c2f89fe2
Configure Project (#2)
- Basic package.json meta data
- Installed FAST dependencies and scaffolded out some initial boilerplate
- Installed/configured typescript
- Installed/configured storybook and associated npm start script
- Installed/configured prettier and associated npm prettier script
- Installed/configured eslint and associated npm lint scripts
- Installed/configured jest and associated npm test scripts
- Installed/configured webpack and associated npm build script
- Configured Azure pipeline
2021-02-25 14:59:01 -08:00