Showing
- package.json 1 addition, 0 deletionspackage.json
- pnpm-lock.yaml 39 additions, 0 deletionspnpm-lock.yaml
- src/components/ui/pagination.tsx 101 additions, 0 deletionssrc/components/ui/pagination.tsx
- src/components/ui/popover.tsx 46 additions, 0 deletionssrc/components/ui/popover.tsx
- src/pages/Home.tsx 142 additions, 50 deletionssrc/pages/Home.tsx
- src/pages/log/List.tsx 284 additions, 0 deletionssrc/pages/log/List.tsx
- src/routes.tsx 4 additions, 0 deletionssrc/routes.tsx
- src/types/log.ts 23 additions, 0 deletionssrc/types/log.ts
... | ... | @@ -18,6 +18,7 @@ |
"@radix-ui/react-dropdown-menu": "^2.1.6", | ||
"@radix-ui/react-hover-card": "^1.1.6", | ||
"@radix-ui/react-label": "^2.1.2", | ||
"@radix-ui/react-popover": "^1.1.6", | ||
"@radix-ui/react-select": "^2.1.6", | ||
"@radix-ui/react-separator": "^1.1.2", | ||
"@radix-ui/react-slot": "^1.1.2", | ||
... | ... |
src/components/ui/pagination.tsx
0 → 100644
src/components/ui/popover.tsx
0 → 100644
src/pages/log/List.tsx
0 → 100644
src/types/log.ts
0 → 100644