-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FE] Game Page 및 Player 컴포넌트 생성 (#36)
* chore: 전역 스타일 코드 수정 * chore: devtools 사용, uuid로 id 생성 * refactor: usePagination hook 분리 및 상수화 * feat: Dialog 확인 버튼 클릭 시 GamePage로 이동 * chore: 전역 스타일 및 상수 객체명 변경 * feat: Player 컴포넌트 생성 및 Game Page 구현 VolumeBar 컴포넌트 포함 * chore: 전역 스타일 수정
- Loading branch information
1 parent
8410c72
commit d0fd6c1
Showing
18 changed files
with
571 additions
and
58 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1 @@ | ||
#root { | ||
max-width: 1280px; | ||
margin: 0 auto; | ||
padding: 2rem; | ||
text-align: center; | ||
} | ||
|
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
Oops, something went wrong.