-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: 프로필 편집 페이지 UI 및 기능 및 API 연동 구현 #100
feat: 프로필 편집 페이지 UI 및 기능 및 API 연동 구현 #100
Conversation
- min-width: 0
- 이유: useParams으로 불러올 키워드가 라우팅 경로와 동일해야 함
- 이유: 유저 프로필 조회 API 명세 변경 반영
- 이유: width 속성을 지정해줘도 flex:1 속성 때문에 width 속성 적용 안되는 문제 발생
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
- useEffect 의존성 배열 내 optionList 추가
- 이유: input 태그 내 type 프로퍼티가 checkbox인 경우, onClick 핸들러와 checked 속성을 동시에 사용하면 안됨
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.
수연님!! 작업하시느라 고생하셨습니다!!
공통 컴포넌트를 만드시느라 쏟으신 정성이 보이네요ㅠㅠ
보기 쉬웠고 정말 잘 작성하신 것 같아요!
src/pages/account/schoolCertification/SchoolCertificationPage.tsx
Outdated
Show resolved
Hide resolved
테스트는 이따가 밤에 해보겠습니다!! |
- isPortfolioSuccess 인 경우에, useEffect 이용해서 setPinnedPortfolioList 로 고정된 포트폴리오 목록을 초기화 하도록 설정
…nput 태그 내에 disabled 를 직접 주입하도록 로직 변경
- 이유: 크롬 개발자도구 콘솔창 warning - 이전: focus, arrow -> $focus, $arrow
맥북을 고친다고 늦게 테스트를 하게 됬네여ㅠㅠ
![]()
나머지는 잘 됩니다!! alt 글자 위치만 수정해주시면 될 것 같아요!! |
1번은 크게 중요한 것 같지는 않아요! |
|
|
|
구현 내용/방법
Input
,Textarea
,ComboBox
,MuiDatepickerController
,LinkForm
공통 컴포넌트 제작MuiDatepicker
,Toggle
,Radio
,SkillTag
,PortfolioCard
,PrimaryBtn
,DefaultBtn
,AddBtn
,DeleteBtn
공통 컴포넌트 제작ProfileImage
공통 컴포넌트 수정리뷰 필요
/profile/:userId
로 이동합니다.첫 페이지 접속시에는 크롬 개발자도구 콘솔창 내에 2개의 오류가 존재합니다.(해결: b43d336, 0ffb937, 775a2d8)무한 스크롤 관련 테스트 하시는 경우에는, 스웨거에서 포트폴리오를 12개 이상 생성하신 뒤에 확인이 가능합니다!
제가 놓친 부분이 있다면 말씀 부탁드립니다!
close #71