-
Notifications
You must be signed in to change notification settings - Fork 25
Sprint 5 프론트엔드 제출 #71
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
JoohyoungJun
wants to merge
11
commits into
codeit-sprint-fullstack:react-전주형
Choose a base branch
from
JoohyoungJun:react-전주형sprint5
base: react-전주형
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.
The head ref may contain hidden characters: "react-\uC804\uC8FC\uD615sprint5"
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6b6f230
Initial Commit
JoohyoungJun 03c39ea
chore: readme file document
JoohyoungJun 17dfc8b
Fix: migrate Itmes page from App to Items
JoohyoungJun cd8e964
Fix: Completely migrate landing page into react, will detail styles soon
JoohyoungJun 7569ec6
Fix: Touch detailed styles of main page
JoohyoungJun eae5018
Fix: mainpage button detailing
JoohyoungJun eef3894
Add: Implement Pagination on ItemsPage
JoohyoungJun 362cf29
Add: Implement err msg logic on Registration page.
JoohyoungJun 6f8503a
Add: Implement backend foundation
JoohyoungJun 29c4519
Fix: connection between frontend/backend, completely post what a user…
JoohyoungJun 60ef575
Fix: Style error border on registration page
JoohyoungJun 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
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,32 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
| lerna-debug.log* | ||
|
|
||
| node_modules | ||
| dist | ||
| dist-ssr | ||
| *.local | ||
|
|
||
| env.* | ||
|
|
||
| env | ||
| pages | ||
|
|
||
| # Editor directories and files | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| .idea | ||
| .DS_Store | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
|
|
||
|
|
||
| **/.DS_Store |
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,25 @@ | ||
| { | ||
| "hash": "915617bf", | ||
| "configHash": "cf074744", | ||
| "lockfileHash": "380a7546", | ||
| "browserHash": "8a836b80", | ||
| "optimized": { | ||
| "react": { | ||
| "src": "../../node_modules/react/index.js", | ||
| "file": "react.js", | ||
| "fileHash": "ece81a52", | ||
| "needsInterop": true | ||
| }, | ||
| "react-dom/client": { | ||
| "src": "../../node_modules/react-dom/client.js", | ||
| "file": "react-dom_client.js", | ||
| "fileHash": "15498660", | ||
| "needsInterop": true | ||
| } | ||
| }, | ||
| "chunks": { | ||
| "chunk-O5RE5CKT": { | ||
| "file": "chunk-O5RE5CKT.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/deps 는 pr 에 안올라와도 됐었을 것 같습니다!
ignore에 들어가면 좋았을 것 같아서 다음에는 잘 확인해주시면 감사하겠습니다.