-
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.
refactor(member): 활동 2차 QA 피드백 반영 수정 (#231)
* fix(member): 남은 날짜 계산 시 -1일 되어 계산되는 문제 보완 * refactor(member): 활동 내용 공백문자 처리 및 스터디 정보 박스 크기 수정, 공지사항 조회 수정 * refactor(member): 활동 목록에서 category, leader 조회 추가, 선택하지 않은 경우 '미선택' 나타나도록 수정 * refactor(member): 새로고침 하지 않아도 업데이트 된 상태가 바로 반영되도록 수정 * refactor(member): 글자수 제한 설정 및 카테고리명 한국어로 변환 * style(member): 나의 지원 badge 추가, 탭 삭제 * refactor(member): 다중 파일 첨부 및 파일 다운로드, 이미지 조회 기능 추가, board 추가 버튼 위치 조정 * style(member): 활동 정보 모달 크기 조정 * fix(member): export MemberStatusType * Create happy-clocks-shave.md --------- Co-authored-by: GwanSik Kim <[email protected]>
- Loading branch information
Showing
28 changed files
with
382 additions
and
185 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@clab-platforms/member": patch | ||
--- | ||
|
||
refactor(member): 활동 2차 QA 피드백 반영 수정 |
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ const Notice = ({ | |
}, | ||
)} | ||
> | ||
D-{dDay} | ||
{dDay === 0 ? 'D-Day' : `D-${dDay}`} | ||
</div> | ||
); | ||
} | ||
|
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.