-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
시험 댓글과 답글을 작성하고, 삭제할 수 있다. 더보기 버튼을 통해서 답글 목록을 조회할 수 있다. (#61)
* refactor: heroui로 교체 및 sonner 추가 * feat: exam comment api 작성 * feat: exam comments hook * feat: comment, reply viewer * feat: 댓글 인풋 및 작성 기능 * feat: 댓글 더보기 버튼 추가 * feat: 버튼 호버 시 색 변경 * feat: 댓글 답글 삭제 기능 추가 * fix: vite build error 수정
- Loading branch information
Showing
74 changed files
with
3,810 additions
and
3,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
public-hoist-pattern[]=*@nextui-org/* | ||
public-hoist-pattern[]=*@heroui/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,8 @@ | |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@daveyplate/nextui-fixed-avatar": "^1.0.4", | ||
"@hello-pangea/dnd": "^17.0.0", | ||
"@nextui-org/react": "^2.4.8", | ||
"@heroui/react": "^2.7.2", | ||
"@tanstack/react-query": "^5.59.16", | ||
"@uiw/react-md-editor": "^4.0.5", | ||
"axios": "^1.7.7", | ||
|
@@ -23,10 +22,10 @@ | |
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-error-boundary": "^4.1.2", | ||
"react-hot-toast": "^2.4.1", | ||
"react-icons": "^5.4.0", | ||
"react-router": "^7.0.2", | ||
"rehype-sanitize": "^6.0.0", | ||
"sonner": "^2.0.1", | ||
"zustand": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
|
@@ -46,7 +45,7 @@ | |
"tailwindcss": "^3.4.15", | ||
"typescript": "~5.6.2", | ||
"typescript-eslint": "^8.10.0", | ||
"vite": "^5.4.9", | ||
"vite": "^5.4.14", | ||
"vite-tsconfig-paths": "^5.1.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
Oops, something went wrong.