mockups first iteration
parent
f3814b4a
No related branches found
No related tags found
Showing
- .vscode/settings.json 1 addition, 1 deletion.vscode/settings.json
- package.json 4 additions, 1 deletionpackage.json
- web/src/App.tsx 2 additions, 2 deletionsweb/src/App.tsx
- web/src/Routes.tsx 8 additions, 18 deletionsweb/src/Routes.tsx
- web/src/features/navbar/index.ts 0 additions, 1 deletionweb/src/features/navbar/index.ts
- web/src/features/navbar/nav-button.tsx 0 additions, 24 deletionsweb/src/features/navbar/nav-button.tsx
- web/src/features/navbar/navbar.spec.tsx 0 additions, 11 deletionsweb/src/features/navbar/navbar.spec.tsx
- web/src/features/navbar/navbar.stories.tsx 0 additions, 13 deletionsweb/src/features/navbar/navbar.stories.tsx
- web/src/features/navbar/navbar.tsx 0 additions, 37 deletionsweb/src/features/navbar/navbar.tsx
- web/src/features/topbar/index.ts 1 addition, 0 deletionsweb/src/features/topbar/index.ts
- web/src/features/topbar/topbar.tsx 29 additions, 0 deletionsweb/src/features/topbar/topbar.tsx
- web/src/layouts/index.ts 1 addition, 1 deletionweb/src/layouts/index.ts
- web/src/layouts/layout.tsx 0 additions, 21 deletionsweb/src/layouts/layout.tsx
- web/src/layouts/main-layout.tsx 20 additions, 0 deletionsweb/src/layouts/main-layout.tsx
- web/src/models/animation-model.ts 9 additions, 0 deletionsweb/src/models/animation-model.ts
- web/src/models/implementation-model.ts 9 additions, 0 deletionsweb/src/models/implementation-model.ts
- web/src/models/index.ts 3 additions, 0 deletionsweb/src/models/index.ts
- web/src/models/pattern-model.ts 6 additions, 0 deletionsweb/src/models/pattern-model.ts
- web/src/pages/Patterns/data.ts 234 additions, 0 deletionsweb/src/pages/Patterns/data.ts
- web/src/pages/Patterns/details/index.ts 1 addition, 0 deletionsweb/src/pages/Patterns/details/index.ts
... | ... | @@ -18,5 +18,8 @@ |
"node": "=18.x", | ||
"yarn": ">=1.15" | ||
}, | ||
"packageManager": "yarn@3.7.0" | ||
"packageManager": "yarn@3.7.0", | ||
"dependencies": { | ||
"react-icons": "^5.0.1" | ||
} | ||
} |
web/src/features/navbar/index.ts
deleted
100644 → 0
web/src/features/navbar/navbar.tsx
deleted
100644 → 0
web/src/features/topbar/index.ts
0 → 100644
web/src/features/topbar/topbar.tsx
0 → 100644
web/src/layouts/layout.tsx
deleted
100644 → 0
web/src/layouts/main-layout.tsx
0 → 100644
web/src/models/animation-model.ts
0 → 100644
web/src/models/implementation-model.ts
0 → 100644
web/src/models/index.ts
0 → 100644
web/src/models/pattern-model.ts
0 → 100644
web/src/pages/Patterns/data.ts
0 → 100644
web/src/pages/Patterns/details/index.ts
0 → 100644
Please register or sign in to comment