Skip to content

Commit

Permalink
feat : toast, modal 컴포넌트 추가 (#85)
Browse files Browse the repository at this point in the history
* feat(fe): add toastify package

* feat(fe): add toast message on line count error

* feat(fe): add modal component, apply to screen

* feat(fe): add error message to modal component

* fix(fe): change defalut value indentation

* fix(fe): add timeout on axios client, fix modal padding and icon

* fix(fe): change timeout value
  • Loading branch information
pendant-k authored Dec 17, 2023
1 parent c60d150 commit 4417306
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 210 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"mathjax": "^3.2.2",
"axios": "^1.6.2",
"mathjax": "^3.2.2",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-mathjax": "^1.0.1",
"react-responsive": "^9.0.2",
"react-responsive-modal": "^6.4.2",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.0",
"web-vitals": "^2.1.4"
},
Expand Down
Loading

0 comments on commit 4417306

Please sign in to comment.