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

Add Storybook (Vite) framework package #10064

Merged
merged 68 commits into from
Jun 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
5d1699b
Start to add new storybook package
arimendelow Feb 24, 2024
d03c28a
Update sb/package.json
arimendelow Feb 24, 2024
5c45541
Copy storybook cli package
arimendelow Feb 24, 2024
252ac5c
More legwork towards what it seems we need to do to set this up
arimendelow Feb 24, 2024
af863e9
Update storybook pkgjson to be more inline with react-vite pkg
arimendelow Feb 24, 2024
08d1dd3
Copy in sb react-vite src
arimendelow Feb 24, 2024
90cb440
Copy in more from sb vite, update versions, run yarn
arimendelow Feb 24, 2024
a947a2e
Add .storybook path
arimendelow Feb 24, 2024
fed9077
Update handler to point to .storybook
arimendelow Feb 24, 2024
fd44685
Some more updations
arimendelow Feb 24, 2024
cf893bf
Fix code style, mostly
arimendelow Feb 24, 2024
f16009c
Some more work on code struct and such
arimendelow Feb 24, 2024
505d189
oops not sure how that got in there
arimendelow Feb 24, 2024
4d4e469
Format code
arimendelow Feb 24, 2024
76dd0b2
Move @storybook/addon-essentials out of project and into fmwk pkg
arimendelow Feb 25, 2024
03ade58
Copy in all mocks
arimendelow Feb 25, 2024
5f4cf30
Add mocks and such to vite config
arimendelow Feb 25, 2024
125510a
Grinding away on making these things work
arimendelow Feb 25, 2024
ddb5200
Move thing to peer dept
arimendelow Feb 25, 2024
ede3ce9
Update to build config used by other packages
arimendelow Feb 25, 2024
cb3625c
Switch __mocks__ to mocks
arimendelow Feb 25, 2024
7bf8ae5
update some imports/exports
arimendelow Feb 25, 2024
44e83d8
Update sbv cli pkg
arimendelow Feb 25, 2024
f83092d
Remove old depts
arimendelow Feb 25, 2024
1040362
Add TODO
arimendelow Feb 25, 2024
607f255
Whoops I put the comments in the wrong package
arimendelow Feb 25, 2024
044dbbf
Update versions etc
arimendelow Mar 27, 2024
51e165c
Merge branch 'main' into ari/add-storybook-framework-package
arimendelow Mar 27, 2024
066977f
update deps
Josh-Walker-GM Mar 27, 2024
05d2d5d
Iteratively making this work woooo (also add command for building sb …
arimendelow Mar 28, 2024
21fd530
Merge branch 'main' of https://github.com/redwoodjs/redwood into ari/…
arimendelow Apr 10, 2024
3b345de
Switch from building with babel to tsx as ESM
arimendelow Apr 10, 2024
951e642
Update gitignore to not have storybook tarball
arimendelow Apr 10, 2024
c86a3bb
Export mocked useAuth and also add some console logs for debugging pu…
arimendelow Apr 10, 2024
67cf9d5
Add another console log higher up
arimendelow Apr 10, 2024
9f016cc
Whoops, fix typo
arimendelow Apr 11, 2024
b9a64a0
Cleanup, and fix storybook-vite cli package
arimendelow Apr 14, 2024
30cab3f
Comment out thing and autoformat
arimendelow Apr 14, 2024
299d21d
Add framework package as dept to cli package
arimendelow Apr 14, 2024
2d0098f
yarn check passing
Josh-Walker-GM Apr 14, 2024
b189f0f
Add root to config
arimendelow Apr 14, 2024
7e21eb3
Auto-import mocks
arimendelow Apr 14, 2024
c4ff67a
Update command to be more idiomatic
arimendelow Apr 14, 2024
8f75df5
Merge branch 'main' of https://github.com/redwoodjs/redwood into ari/…
arimendelow May 18, 2024
7747f1f
Update msw docs url to be v1
arimendelow May 18, 2024
731131c
sbv now autocreates config files if necessary
arimendelow May 18, 2024
d162bef
Update mock router in vite package to align with recent changes
arimendelow May 19, 2024
abc027f
Update readmes
arimendelow May 19, 2024
dfa58f9
Review fixes
Tobbe May 23, 2024
be9a9d0
Update packages/storybook/src/mocks/MockProviders.tsx
arimendelow May 29, 2024
a8ece01
Update packages/storybook/src/mocks/MockProviders.tsx
arimendelow May 29, 2024
0ad2540
Update packages/storybook/src/mocks/MockProviders.tsx
arimendelow May 29, 2024
8a6dd69
Update comment
arimendelow May 29, 2024
f283a2d
Put back old
arimendelow May 29, 2024
278ff27
Merge branch 'main' of https://github.com/redwoodjs/redwood into ari/…
arimendelow May 30, 2024
cf5c199
Update to reflect recent changes
arimendelow May 30, 2024
ae0d013
Remove unneeded type annotations
arimendelow May 30, 2024
6461ce0
Finish rename, whoops
arimendelow May 30, 2024
3c5ac4e
Update file to avoid import errors
arimendelow May 30, 2024
3e60b58
Fix getAbsolutePath return type
Tobbe May 31, 2024
19d1e9e
Merge branch 'main' into ari/add-storybook-framework-package
Tobbe May 31, 2024
67f171d
yarn dedupe
Tobbe May 31, 2024
46243ad
yarn constraints fix
Tobbe May 31, 2024
7562ad6
Merge branch 'main' of https://github.com/redwoodjs/redwood into ari/…
arimendelow May 31, 2024
e42dbf6
Fix tests
arimendelow May 31, 2024
7ce86d5
Add changeset
arimendelow May 31, 2024
6d6094d
Update changeset
arimendelow Jun 3, 2024
cc3c84c
Filter out framework packge from building test project fixture becaus…
arimendelow Jun 3, 2024
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
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/redwoodjs/redwood into ari/…
…add-storybook-framework-package
  • Loading branch information
arimendelow committed May 31, 2024
commit 7562ad65c7983502f07e0e59294b6b085b29dec1

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.