-
Notifications
You must be signed in to change notification settings - Fork 10
[4주차] 정윤지 과제 제출합니다. #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jungyungee
wants to merge
12
commits into
CEOS-Developers:main
Choose a base branch
from
jungyungee:jungyungee
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
07401c2
[FEAT] 오류 사항 수정 및 코드 복원
jungyungee 8b28b31
[CHORE] 하단바 아이콘 수정
jungyungee d0d6aeb
[FEAT] 하단바 UI 완료 및 아이콘 수정
jungyungee 9d03a98
[CHORE] 환경 설정
jungyungee 254a67e
[FEAT] 프로필 화면 구현 및 연결
jungyungee baa9865
[FEAT] 프로필 상세 화면 UI 대략적인 구현
jungyungee c8f2af8
[CHORE] svg 파일 정리 및 픽셀 단위 변경
jungyungee cf69e25
[CHORE] import문 수정
jungyungee 4f5b3de
[FEAT] UI 버튼 정렬 및 코드정리
jungyungee b498bf2
[FIX] 배포 오류
jungyungee 10b5e87
[FIX] 충돌해결
jungyungee b07e8a2
[FEAT] 보낸 메세지 로컬스토리지 저장 기능 추가
jungyungee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
| lerna-debug.log* | ||
|
|
||
| node_modules | ||
| dist | ||
| dist-ssr | ||
| *.local | ||
|
|
||
| # Editor directories and files | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| .idea | ||
| .DS_Store | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "hash": "07660bdb", | ||
| "configHash": "aa8502f2", | ||
| "lockfileHash": "5147c7c0", | ||
| "browserHash": "7831cf17", | ||
| "optimized": { | ||
| "react/jsx-dev-runtime": { | ||
| "src": "../../node_modules/react/jsx-dev-runtime.js", | ||
| "file": "react_jsx-dev-runtime.js", | ||
| "fileHash": "0e953d25", | ||
| "needsInterop": true | ||
| }, | ||
| "react": { | ||
| "src": "../../node_modules/react/index.js", | ||
| "file": "react.js", | ||
| "fileHash": "66ed8ec0", | ||
| "needsInterop": true | ||
| }, | ||
| "react-dom/client": { | ||
| "src": "../../node_modules/react-dom/client.js", | ||
| "file": "react-dom_client.js", | ||
| "fileHash": "5522eeae", | ||
| "needsInterop": true | ||
| }, | ||
| "react-router-dom": { | ||
| "src": "../../node_modules/react-router-dom/dist/index.mjs", | ||
| "file": "react-router-dom.js", | ||
| "fileHash": "8c5e9835", | ||
| "needsInterop": false | ||
| } | ||
| }, | ||
| "chunks": { | ||
| "chunk-QS7ZE27V": { | ||
| "file": "chunk-QS7ZE27V.js" | ||
| }, | ||
| "chunk-OBOR3357": { | ||
| "file": "chunk-OBOR3357.js" | ||
| } | ||
| } | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vite 빌드 캐시 파일은 깃에 올라오지 않도록 설정해주시면 좋을 거 같아용