Commit d8e530e
authored
refactor: Add 'src' folder in 'site' (coder#445)
This refactoring re-organizes the `site` folder to have a nested `src` folder.
Originally, [we wanted to keep the directory structure shallow](coder#8 (comment)) - but there were two points that motivated this change to introduce the `src` level.
1. We have several non-`src` folders now (`e2e`, `static`, `html_templates`, `.storybook`)
2. Having a `src` folder makes it easier to run XState Typegen
So given those two data points - I believe it makes sense to revisit that and introduce a `src` folder.1 parent 15beb98 commit d8e530e
103 files changed
Lines changed: 3 additions & 3 deletions
File tree
- site
- .storybook
- src
- components
- Button
- CodeBlock
- CodeExample
- EmptyState
- ErrorSummary
- Form
- Header
- Icons
- Loader
- Page
- SignIn
- Table
- User
- Workspace
- contexts
- forms
- pages
- projects
- [organization]/[project]
- workspaces
- test_helpers
- theme
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments