-
- Downloads
feat: added basic panel structure
parent
b5d59b0b
No related branches found
No related tags found
Showing
- .storybook/main.js 11 additions, 0 deletions.storybook/main.js
- .storybook/tsconfig.json 14 additions, 0 deletions.storybook/tsconfig.json
- apps/graphpolaris-e2e/src/integration/app/app.spec.ts 7 additions, 0 deletionsapps/graphpolaris-e2e/src/integration/app/app.spec.ts
- apps/graphpolaris/.storybook/main.js 25 additions, 0 deletionsapps/graphpolaris/.storybook/main.js
- apps/graphpolaris/.storybook/preview.js 0 additions, 0 deletionsapps/graphpolaris/.storybook/preview.js
- apps/graphpolaris/.storybook/tsconfig.json 19 additions, 0 deletionsapps/graphpolaris/.storybook/tsconfig.json
- apps/graphpolaris/project.json 31 additions, 0 deletionsapps/graphpolaris/project.json
- apps/graphpolaris/src/app/app.stories.tsx 12 additions, 0 deletionsapps/graphpolaris/src/app/app.stories.tsx
- apps/graphpolaris/src/app/app.tsx 65 additions, 29 deletionsapps/graphpolaris/src/app/app.tsx
- apps/graphpolaris/src/app/nx-welcome.tsx 0 additions, 820 deletionsapps/graphpolaris/src/app/nx-welcome.tsx
- apps/graphpolaris/src/components/TestComponent.stories.tsx 29 additions, 0 deletionsapps/graphpolaris/src/components/TestComponent.stories.tsx
- apps/graphpolaris/src/components/TestComponent.tsx 36 additions, 0 deletionsapps/graphpolaris/src/components/TestComponent.tsx
- apps/graphpolaris/src/index.html 15 additions, 12 deletionsapps/graphpolaris/src/index.html
- apps/graphpolaris/src/styles.scss 52 additions, 0 deletionsapps/graphpolaris/src/styles.scss
- apps/graphpolaris/tsconfig.app.json 5 additions, 1 deletionapps/graphpolaris/tsconfig.app.json
- apps/graphpolaris/tsconfig.json 3 additions, 0 deletionsapps/graphpolaris/tsconfig.json
- nx.json 7 additions, 1 deletionnx.json
- package.json 15 additions, 1 deletionpackage.json
- yarn.lock 6251 additions, 175 deletionsyarn.lock
.storybook/main.js
0 → 100644
.storybook/tsconfig.json
0 → 100644
apps/graphpolaris/.storybook/main.js
0 → 100644
apps/graphpolaris/.storybook/preview.js
0 → 100644
apps/graphpolaris/.storybook/tsconfig.json
0 → 100644
apps/graphpolaris/src/app/app.stories.tsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment