-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feat/#115] 공연진 정보 등록 뷰 구현 #127
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
86023ee
feat: role 컴포넌트 제작
imddoy 690a28c
feat: add버튼 구현 중
imddoy 5f6d8a8
design: narrow input height 조정
imddoy 137993d
feat: 배열에 이름, 역할, 이미지 저장
imddoy 4c07352
design: 스크롤 짤림 현상 해결
imddoy 541ee69
design: 푸터 추가
imddoy 6b9da2b
feat: 페이지 step 나눠서 gigInfo에 공연진 정보 추가
imddoy f465219
fix: narrow 에러 해결
imddoy 6b73458
feat: header 연결
imddoy 2161930
fix: 충돌 수정
imddoy 1f76e4a
feat: 이전 스텝으로 돌아가기 구현
imddoy 2775854
fix: 모든 role 삭제했을때 undefined 오류 해결
imddoy 8dd6ab7
feat: 빈 객체 필터링 기능 구현
imddoy d8d4a16
delete: RegisterPage 파일 삭제
imddoy 5001bb6
fix: 역할 삭제 버튼 비활성화 오류 해결
imddoy d805152
feat: 등록하기 이탈 팝업 구현
imddoy 20c1f5b
fix: 충돌 해결
imddoy 7920038
feat: 이름 네임필터 추가
imddoy 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,12 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgIconRoleAdd = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32" {...props}> | ||
<circle cx={16} cy={16} r={12} fill="#2A2A2A" /> | ||
<path | ||
fill="#626262" | ||
d="M23 16a1 1 0 0 1-1 1h-5v5a1 1 0 1 1-2 0v-5h-5a1 1 0 1 1 0-2h5v-5a1 1 0 1 1 2 0v5h5a1 1 0 0 1 1 1" | ||
/> | ||
</svg> | ||
); | ||
export default SvgIconRoleAdd; |
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
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.
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.
p5) 우리를 괴롭게 했던 그 narrow,,, 결국 성공하셨네요