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

remove html-kitchen-sink example #19360

Merged
merged 32 commits into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
af1f49c
delete html-kitchen-sink example
ndelangen Oct 5, 2022
2787762
fix lockfile
ndelangen Oct 5, 2022
8463ae1
fix parallelism
ndelangen Oct 5, 2022
51f6523
add template
ndelangen Oct 6, 2022
027f3ed
pass flags to generate-repro script to set project type in sb init co…
ndelangen Oct 6, 2022
403da1e
fix parallelism
ndelangen Oct 7, 2022
1ae1e73
Merge branch 'next' into norbert/sb-717-migrate-stories-and-delete-ht…
ndelangen Oct 7, 2022
af985b7
Merge branch 'norbert/sb-717-migrate-stories-and-delete-html-kitchen'…
ndelangen Oct 7, 2022
c5e713d
fix parallelism
ndelangen Oct 7, 2022
a279a90
cleanup
ndelangen Oct 7, 2022
69dfbaf
Merge branch 'norbert/sb-717-migrate-stories-and-delete-html-kitchen'…
ndelangen Oct 7, 2022
b42da84
fix parallelism
ndelangen Oct 7, 2022
b3e6f79
Merge branch 'norbert/sb-717-migrate-stories-and-delete-html-kitchen'…
ndelangen Oct 7, 2022
94ed6f6
add html dummy components
ndelangen Oct 10, 2022
2ce214c
add empty file
ndelangen Oct 10, 2022
a0b73ef
fix parallelism
ndelangen Oct 10, 2022
758f64b
add a default render-function to the html renderer
ndelangen Oct 10, 2022
f0fa11e
Merge branches 'next' and 'norbert/sb-565-javascript' of github.com:s…
ndelangen Oct 10, 2022
566305e
Merge branch 'next' into norbert/sb-565-javascript
ndelangen Oct 10, 2022
bb7c697
Merge branch 'next' into norbert/sb-565-javascript
ndelangen Oct 10, 2022
bea1278
fix publish script
ndelangen Oct 10, 2022
d31c1cf
Merge branch 'next' into norbert/sb-717-migrate-stories-and-delete-ht…
ndelangen Oct 10, 2022
35114dd
Merge branch 'norbert/sb-717-migrate-stories-and-delete-html-kitchen'…
ndelangen Oct 10, 2022
fa9b2aa
make the html components more feature complete
ndelangen Oct 10, 2022
1c0e74f
fix parallelism
ndelangen Oct 10, 2022
13cbc4d
add testing id to html Pre component
ndelangen Oct 10, 2022
bd4bb69
fix pre component for html to mimick what the other frameworks are doing
ndelangen Oct 10, 2022
a7c5745
cancel form submit event in html Form component
ndelangen Oct 10, 2022
ce2f797
fix
ndelangen Oct 10, 2022
ef477bd
disable this test for html framework
ndelangen Oct 10, 2022
a95bb2c
fix
ndelangen Oct 10, 2022
a81118c
Merge pull request #19377 from storybookjs/norbert/sb-565-javascript
ndelangen Oct 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
executor:
class: medium+
name: sb_node_14_browsers
parallelism: 12
parallelism: 11
steps:
- git-shallow-clone/checkout_advanced:
clone_options: '--depth 1 --verbose'
Expand Down
48 changes: 0 additions & 48 deletions code/examples/html-kitchen-sink/.storybook/main.ts

This file was deleted.

5 changes: 0 additions & 5 deletions code/examples/html-kitchen-sink/.storybook/preview.js

This file was deleted.

3 changes: 0 additions & 3 deletions code/examples/html-kitchen-sink/babel.config.json

This file was deleted.

11 changes: 0 additions & 11 deletions code/examples/html-kitchen-sink/jest.config.js

This file was deleted.

47 changes: 0 additions & 47 deletions code/examples/html-kitchen-sink/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions code/examples/html-kitchen-sink/postcss.config.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading