Skip to content
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

Design: 커뮤니티 UI 구현 #19

Merged
merged 26 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
68be303
Design: 시상대 부분 디자인
mung96 May 5, 2024
0414988
Design: 랭킹 순위 디자인
mung96 May 5, 2024
c50e59c
Design: MY 랭킹 순위 디자인
mung96 May 5, 2024
97cda7d
DESIGN: Timer 디자인
mung96 May 5, 2024
2dd95b4
Design: 베팅 페이지 디자인
mung96 May 5, 2024
c873207
Merge branch 'dev' of https://github.com/Do-it-Together-DoTo/DoTo_Fro…
mung96 May 5, 2024
5ed2e85
Design: 채팅페이지 디자인
mung96 May 5, 2024
7a3815c
Design: 친구페이지 디자인
mung96 May 5, 2024
cb97886
Merge branch 'dev' of https://github.com/Do-it-Together-DoTo/DoTo_Fro…
mung96 May 5, 2024
24d5351
Design: 다크모드 적용
mung96 May 5, 2024
87c3733
Merge branch 'dev' of https://github.com/Do-it-Together-DoTo/DoTo_Fro…
mung96 May 7, 2024
c2a8345
Fix: 시상대 부분 로직 변경
mung96 May 8, 2024
0f91179
Design: font적용
mung96 May 8, 2024
2a26d89
Fix: 라이브러리 import 삭제 (push 에러 수정중)
mung96 May 8, 2024
cbaa8bd
Fix: 필요없는 import문 삭제
mung96 May 8, 2024
e797266
Fix: warning구간 주석처리
mung96 May 8, 2024
7123ffb
Fix: useEffect구문 warning수정
mung96 May 8, 2024
54af6e3
Merge branch '9-design-homepage-ui' of https://github.com/Do-it-Toget…
mung96 May 8, 2024
d794d39
gitignore 수정
mung96 May 8, 2024
e8752ba
Feat: 타이머 기능 구현
mung96 May 9, 2024
22b9e07
Merge branch '13-design-커뮤니티-ui-구현' of https://github.com/Do-it-Toget…
mung96 May 9, 2024
9bce499
Fix: 페이지 높이 조절
mung96 May 9, 2024
ed24be8
gitignore 수정
mung96 May 12, 2024
6167e8d
Style: 필요없는 import문, 파일 삭제
mung96 May 12, 2024
ef10492
Design: 다크모드 텍스트 색상 지정
mung96 May 13, 2024
1c142c6
Design: 해상도에 따른 너비 조절
mung96 May 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"dependencies": {
"@types/react-beautiful-dnd": "^13.1.8",
"dayjs": "^1.11.11",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
Expand Down
9 changes: 9 additions & 0 deletions public/svg/community/bronzeStarIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions public/svg/community/characterProfileIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/svg/community/coinIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/svg/community/crownIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/svg/community/goldStarIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading