Skip to content

Commit

Permalink
FEAT: Menampilkan pertanyaan terjawab (#170)
Browse files Browse the repository at this point in the history
## Description

Menambahkan halaman baru untuk menampilkan pertanyaan yang telah dijawab sebelumnya

## Current Tasks

- [x] Membuat halaman baru, menampilkan pertanyaan sudah dijawab
- [x] Mengubah API dan Notion Query bisa menerima parameter status
- [x] Mengubah layout pada halaman account, sekarang menggunakan Sidebar component

<img width="1440" alt="Screenshot 2024-10-26 at 22 27 28" src="https://github.com/user-attachments/assets/a87dea4e-85c5-4901-aed0-9b54eea66a30">
  • Loading branch information
mazipan authored Oct 26, 2024
1 parent 4248ae9 commit df8e153
Show file tree
Hide file tree
Showing 52 changed files with 3,571 additions and 227 deletions.
1 change: 1 addition & 0 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"cssVariables": true
},
"aliases": {
"hooks": "@/hooks",
"components": "@/components",
"utils": "@/lib/utils"
}
Expand Down
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,23 @@
"@fingerprintjs/fingerprintjs": "^4.5.0",
"@hookform/resolvers": "^3.9.0",
"@notionhq/client": "^2.2.15",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
Expand All @@ -45,6 +56,7 @@
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dom-to-image-more": "^3.4.5",
"encoding": "^0.1.13",
"firebase": "^10.14.0",
Expand All @@ -58,15 +70,18 @@
"nuqs": "^2.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-tweet": "^3.2.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"undici": "^6.20.0",
"usehooks-ts": "^3.1.0",
"valibot": "^0.42.1",
"vaul": "^1.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit df8e153

Please sign in to comment.