Skip to content

Commit

Permalink
Merge pull request #112 from prgrms-web-devcourse-final-project/97-de…
Browse files Browse the repository at this point in the history
…sign/walk-record-page-ui

[Design] #97 산책 로그 페이지, 산책 분석 모달 구현
  • Loading branch information
wonill authored Dec 3, 2024
2 parents 06babb0 + 860e09e commit 285a69d
Show file tree
Hide file tree
Showing 25 changed files with 1,577 additions and 25 deletions.
650 changes: 650 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@emotion/styled": "^11.13.5",
"@mui/material": "^6.1.9",
"@mui/styled-engine-sc": "^6.1.9",
"@types/ol": "^7.0.0",
"@types/react-textarea-autosize": "^8.0.0",
"d3": "^7.9.0",
"ios-style-picker": "^0.0.6",
"ol": "^10.2.1",
"react": "^18.3.1",
Expand All @@ -34,6 +33,9 @@
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/ol": "^7.0.0",
"@types/react-textarea-autosize": "^8.0.0",
"@eslint/js": "^9.13.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.1",
Expand Down
3 changes: 3 additions & 0 deletions src/assets/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/calories-burned.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/assets/no-walk-summary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 285a69d

Please sign in to comment.