-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[25.02.08 / TASK-109 / TASK-111] Feature - 샘플 로그인 및 글 바로가기 기능 추가 (#10)
* modify: 페이지 최대 크기 제한 * refactor: 타입 정리 * refactor: 디바운스 시간 감소 * modify: 높이 깨짐 오류 해결 * modify: 호버 위치와 상관없이 툴팁 표시 * feature: 리더보드 페이지 제작 * refactor: 헤더 리팩토링 * modify: 이벤트 트래킹 개선 * feature: 유저 이벤트 트래킹 * hotfix: 그래프 깜빡임 오류 해결 * feature: 대시보드 테스트 코드 * modify: 배포 세팅 * refactor: 트래킹 값 미반영 해결 * refactor: 문자열보단 숫자가 나을 것으로 판단됨 * refactor: 개발 관련 세팅 * feature: 샘플 로그인 추가 * refactor: 리더보드 페이지 비활성화 * hotfix: 로그아웃 관련 오류 수정 * refactor: 쿼리 세팅 리팩 * feat: 글 바로가기 추가 * refactor: 이거 왜 빠져있지? * refactor: 환경 변수 관련 리팩 * refactor: 메세지 변경 * refactor: 일부 코드 리팩 * refactor: 요소 위치 리팩
- Loading branch information
1 parent
4fb015e
commit 72ad44e
Showing
50 changed files
with
922 additions
and
199 deletions.
There are no files selected for viewing
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,3 @@ | ||
{ | ||
"extends": [ | ||
"next/core-web-vitals", | ||
"next/typescript" | ||
] | ||
"extends": ["next/core-web-vitals", "next/typescript"] | ||
} |
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 |
---|---|---|
|
@@ -22,9 +22,6 @@ | |
.AppleDouble | ||
.LSOverride | ||
|
||
# Icon must end with two \r | ||
Icon | ||
|
||
|
||
# Thumbnails | ||
._* | ||
|
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 |
---|---|---|
|
@@ -18,5 +18,6 @@ | |
"javascriptreact", | ||
"typescript", | ||
"typescriptreact" | ||
] | ||
], | ||
"discord.enabled": true | ||
} |
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
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.