Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 committed Nov 19, 2024
1 parent 54f62c8 commit 2ed40ea
Show file tree
Hide file tree
Showing 9 changed files with 853 additions and 150 deletions.
6 changes: 4 additions & 2 deletions frontend/lecture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint:check": "eslint .",
"format:check": "prettier . --check",
"unused:check": "knip",
"check-all": "yarn types:check && yarn lint:check && yarn format:check && yarn unused:check"
"test": "vitest --run",
"check-all": "yarn types:check && yarn lint:check && yarn format:check && yarn unused:check && yarn test"
},
"dependencies": {
"@radix-ui/react-dialog": "1.1.1",
Expand Down Expand Up @@ -45,7 +46,8 @@
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vite": "5.4.3"
"vite": "5.4.3",
"vitest": "2.1.5"
},
"packageManager": "[email protected]"
}
4 changes: 3 additions & 1 deletion frontend/lecture/src/components/StackBadge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const StackBadge = ({
| 'React Router'
| 'Axios'
| 'Svelte'
| 'GitHub Actions';
| 'GitHub Actions'
| 'Vitest';
}) => {
const image = {
Zustand:
Expand Down Expand Up @@ -93,6 +94,7 @@ export const StackBadge = ({
'https://seeklogo.com/images/S/svelte-logo-E3497608CB-seeklogo.com.png',
'GitHub Actions':
'https://seeklogo.com/images/G/github-actions-logo-031704BDC6-seeklogo.com.png',
Vitest: 'https://vitest.dev/logo.svg',
}[stack];

return (
Expand Down
Binary file not shown.
117 changes: 0 additions & 117 deletions frontend/lecture/src/lectures/Ecosystem/index.tsx

This file was deleted.

Loading

0 comments on commit 2ed40ea

Please sign in to comment.