-
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.
Browse files
Browse the repository at this point in the history
* refactor: public 키워드 제거 public은 root path으로 자동 설정되어 다음과 같은 경고가 발생하여 제거한다. files in the public directory are served at the root path. Instead of /public/assets/favicon.png, use /assets/favicon.png. * design: 본문 overflow hidden 시 1열로 작성된 본문이 가려지지 않는 오류 수정 * refactor: Feed 페이지 420px 대응 * fix: 본인의 Profile 페이지가 아닌데도 Navbar에 My SVG가 포커스 된 유형으로 변경되던 오류 수정 * refactor: Profile 페이지 420px 대응 * refactor: IdeaSection key idx 대신 idea.id로 적용 * refactor: Agreement 페이지 420px 대응 * refactor: memberInfo가 없을 경우 로그인 이후 진행하지 않은 케이스로 간주하고 경고 후 라우팅 진행 * refactor: userInfo(memberInfo) 없이 url로 직접 sign-up, agreement 페이지 접근 시 경고 및 라우팅하도록 보완 동일한 로직이므로 useValidateUserInfo 훅으로 분리한다. * fix: 회원가입시 자기소개 누락된 오류 수정 * design: 댓글, 대댓글 좋아요 cursor pointer 추가 * design: 글쓰기 가능 조건시 확인 버튼 cursor pointer 추가 * feat: Feed 페이지 상단 글쓰기 버튼 및 '아이디어 적으러 가기'를 통해서 글쓰기 페이지로 이동토록 추가 * refactor: assets 디자인 시스템 반영 사항 업데이트 * design: 프로필 수정 버튼 폴드 280px에서 단어 단위 개행 및 가운데 정렬 유지 * chore: 디자인 시스템 0.4.6 버전 적용 * refactor: 프로필 페이지에서 쓴 게시글, 북마크 한 게시글이 없을 시 아이콘 클릭하여 라우팅 하는 기능 추가 * refactor: 디자인 시스템에서 SVG 컴포넌트 import 하여 적용 * refactor: 프로필 사진 부재 시 default image url 지정 * refactor: img 중복 컴포넌트 ImageView 컴포넌트로 대체 및 불필요한 상수 제거 * refactor: img onError default image 지정 일괄 수정 * design: 프로필 수정 뒤로가기 색 흰색으로 변경 * refactor: 아이디어 카드 스킬셋 개행 대응 * fix: 대댓글 작성 시간 미노출 오류 수정 및 삭제된 답글 시 내용 치환 * refactor: 스킬셋 영역 초과 문제 수정 * refactor: TabLayout width 반응형 대응 * refactor: Feed 상단 '재밌는 아이디어를 들려주세요!' word break keep all 적용 * refactor: 2글자 -> 두 글자 로 단어 변경 * design: 팀원 추가 버튼 margin right, cursor pointer 추가 * refactor: FixedSizeText width 속성 통일 * refactor: Image DefaultSrc 를 보이기 위해 onError 발생 작업 및 alt 수정
- Loading branch information
1 parent
be57dcb
commit 574e851
Showing
46 changed files
with
260 additions
and
310 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.