-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-247] 아이템 사용 alert 메시지 정리 #1001
Merged
The head ref may contain hidden characters: "GGFE-247-\uC544\uC774\uD15C-\uC0AC\uC6A9-alert-\uBA54\uC2DC\uC9C0-\uC815\uB9AC"
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
da38bf8
[Feat] [GGFE-247] 아이템 사용 alert message 정리
yoouyeon 1d137cd
[Feat] [GGFE-247] 성공 메시지에도 이모지 추가
yoouyeon a5f8e65
[Feat] [GGFE-247] 아이디 색깔 변경 메시지 수정
yoouyeon 29aabab
[Feat] [GGFE-247] 배경 뽑기 메시지 수정
yoouyeon bf0847f
[Feat] [GGFE-247] 이미지띠 변경 메시지 수정
yoouyeon 77672b7
[Feat] [GGFE-247] 프로필 이미지 변경 메시지 수정
yoouyeon 219056b
[Feat] [GGFE-247] 확성기 등록 메시지 수정
yoouyeon 09bc99f
[Feat] [GGFE-247] 확성기 삭제 메시지 수정
yoouyeon 82cd4b4
[Chore] [GGFE-247] 이모지 개행 삭제
yoouyeon 2b5d43d
[Chore] [GGFE-247] 상수 파일 constants 폴더로 이동
yoouyeon af29b36
Merge branch 'main' into GGFE-247-아이템-사용-alert-메시지-정리
yoouyeon 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 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
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
const SAD_EMOJI = '(。•́︿•̀。)' + ' '; | ||
const HAPPY_EMOJI = '(。•̀ᴗ-)✧' + ' '; | ||
|
||
export const ITEM_ALERT_MESSAGE = { | ||
COMMON: { | ||
ITEM_ERROR: SAD_EMOJI + '사용할 수 없는 아이템입니다.', | ||
USED_ERROR: SAD_EMOJI + '이미 사용한 아이템입니다.', | ||
USER_ERROR: HAPPY_EMOJI + 'USER NOT FOUND', | ||
}, | ||
ID_COLOR: { | ||
SUCCESS: HAPPY_EMOJI + '아이디 색상이 변경되었습니다.', | ||
INVALID_ERROR: SAD_EMOJI + '유효하지 않은 색깔입니다.', | ||
}, | ||
MEGAPHONE: { | ||
SUCCESS: HAPPY_EMOJI + '확성기가 등록되었습니다.', | ||
TIME_ERROR: SAD_EMOJI + '23:55-00:05 사이에는 확성기 사용이 불가능합니다.', | ||
FORMAT_ERROR: SAD_EMOJI + '확성기에는 30자 이하의 문장만 입력 가능합니다.', | ||
NULL_ERROR: SAD_EMOJI + '입력된 내용이 없습니다.', | ||
}, | ||
EDIT_MEGAPHONE: { | ||
SUCCESS: HAPPY_EMOJI + '확성기가 삭제되었습니다.', | ||
NOT_FOUND_ERROR: SAD_EMOJI + '확성기를 찾을 수 없습니다.', | ||
ITEM_ERROR: SAD_EMOJI + '삭제할 수 없는 확성기입니다.', | ||
}, | ||
PROFILE: { | ||
SUCCESS: HAPPY_EMOJI + '프로필 이미지가 변경되었습니다.', | ||
NULL_ERROR: SAD_EMOJI + '이미지를 선택해주세요.', | ||
FORMAT_ERROR: | ||
SAD_EMOJI + '프로필 이미지는 50KB 이하의 jpeg 파일만 업로드 가능합니다.', | ||
}, | ||
}; |
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.
이모지 너무 귀여워요!!