-
Notifications
You must be signed in to change notification settings - Fork 1
[25.12.17 / TASK-256] Feature - Badge 추가 #48
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
six-standard
wants to merge
19
commits into
main
Choose a base branch
from
feat/badge
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
19 commits
Select commit
Hold shift + click to select a range
d05f1ca
add: 필요한 라이브러리 추가
six-standard b16643b
add: 필요한 파일 추가
six-standard 64267c6
add: 아이콘 추가
six-standard 31ea9d3
fix: style prop을 넘겼음에도 스타일이 적용되지 않던 이슈 해결
six-standard d9b79d4
fix: 변경된 아이콘 크기 맞춤
six-standard 8b6cdad
feat: 뱃지 구현
six-standard 9435722
refactor: 개발환경 이미지 remotePatterns 추가
six-standard c5d88aa
refactor: 기본값 개선
six-standard 9edc243
refactor: 복사 버튼 재활용
six-standard deace7e
feat: 뱃지 생성기 제작
six-standard f7e8c42
fix: 잘못된 타입 수정
six-standard bc1c3b5
fix: 보안 이슈 해결
six-standard bee2a8c
feat: 'URL만 복사' 버튼 추가
six-standard daa3eff
refactor: 방어코드 추가
six-standard f5dbabc
refactor: 모킹 데이터 코드 분리
six-standard c318662
refactor: 폰트 관련 방어코드 추가
six-standard fde71fe
refactor: env.sample 코드 개선
six-standard ba8843e
refactor: 하드코딩되어있던 URL 값 개선
six-standard c05846e
refactor: .env.sample 재개선
six-standard 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 |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| '.env.development (개발 환경), .env.production (배포 환경)' | ||
|
|
||
| NEXT_PUBLIC_BASE_URL=<'server url here'> | ||
| NEXT_PUBLIC_CHANNELTALK_PLUGIN_KEY=<'channelTalk plugin key here'> | ||
| NEXT_PUBLIC_GA_ID=<'Google Analytics ID here'> | ||
| NEXT_PUBLIC_SENTRY_AUTH_TOKEN=<'sentry auth token here'> | ||
| NEXT_PUBLIC_SENTRY_DSN=<'sentry dsn here'> | ||
| NEXT_PUBLIC_BASE_URL=http://localhost:8080/api | ||
| NEXT_PUBLIC_CLIENT_BASE_URL=http://localhost:3000 | ||
| NEXT_PUBLIC_CHANNELTALK_PLUGIN_KEY=READ_NOTION_PLEASE | ||
| NEXT_PUBLIC_GA_ID=G-... | ||
| NEXT_PUBLIC_SENTRY_AUTH_TOKEN=sntryu_... | ||
| NEXT_PUBLIC_SENTRY_DSN=https://sentry.io/... |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.