-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release v.1.3.0 #811
Release v.1.3.0 #811
Conversation
* feat: (#388) log4j2 의존성 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 로컬 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 개발 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 운영 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> --------- Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]>
* fix: (#371) me가 무한으로 불리는 오류 수정 Co-authored-by: jero_kang <[email protected]> * refactor: 투표통계 페이지 폴더명 수정(-Page 붙이기) * feat: 에러페이지 문구 수정 및 모바일 헤더 에러바운더리 적용, 로딩스피너 > 스켈레톤 * refactor: API fetch 함수에서 react query로 대체 * feat: (#376) 로그인 후 개인정보 등록 페이지로 라우팅 * refactor: 에러 바운더리에서 핸들러를 넣을 수 없어 핸들러 코드 각주로 임시처리 * feat: (#371) 에러바운더리에 에러(페이지) 컴포넌트 연결 * feat: 통계페이지 UI 수정, 통신 실패시 에러컴포넌트 등장, 토글 열리지 않도록 수정 * feat: 서비스 최상단에 전용 에러바운더리 적용 - 최상단에는 nav/global style사용할 수 없어 새로 제작 * feat: (#376) 로그인 후 필수정보가 입력되어있지 않으면 입력페이지로 리다이렉트 * fix: 로그인을 하지 않았는데 개인정보 입력 페이지로 넘어가는 오류 수정 --------- Co-authored-by: jero_kang <[email protected]>
* fix: (#368) 게시글 수정 시 이미지가 사용자에게 보이도록 수정 * feat: (#347) 설정 환경변수 설정 (#378) * feat: (#379) MySQL 의존성 추가 (#380) * feat: (#366) 빌드 시 public/icons에 있는 favicon, 아이콘 등을 빌드하도록 설정 (#373) * 게시글 수정을 할 때 마감시간이 설정되도록 구현 (#382) * feat: (#370) 시작시간과 마감시간으로 몇일, 몇시간, 몇분을 반환하는 함수 구현 * feat: (#370) 선택된 시간 문자 반환하는 함수 구현 및 적용 * feat: (#369) usePostDetail에서 로그인 정보를 키 값으로 추가하여 새로고침시에도 올바르게 나오도록 수정 및 적용 (#383) * 카테고리가 길 경우 스크롤이 되도록 변경, 리다이렉션 페이지에서 멤버 아이디를 설정하도록 수정 (#385) * style: (#384) 카테고리 목록이 길 때 스크롤이 가능하도록 CSS 수정 * fix: (#358, #381) 리다이렉션 페이지를 통한 로그인 시에도 memberId를 AuthContext 전역변수에 추가 * 로그 설정 파일 추가 (#390) * feat: (#388) log4j2 의존성 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 로컬 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 개발 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * feat: (#388) 운영 로그 설정 파일 추가 Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> --------- Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * [BUG] 현재 api me 가 무한으로 요청됨 외 1건 (#386) * fix: (#371) me가 무한으로 불리는 오류 수정 Co-authored-by: jero_kang <[email protected]> * refactor: 투표통계 페이지 폴더명 수정(-Page 붙이기) * feat: 에러페이지 문구 수정 및 모바일 헤더 에러바운더리 적용, 로딩스피너 > 스켈레톤 * refactor: API fetch 함수에서 react query로 대체 * feat: (#376) 로그인 후 개인정보 등록 페이지로 라우팅 * refactor: 에러 바운더리에서 핸들러를 넣을 수 없어 핸들러 코드 각주로 임시처리 * feat: (#371) 에러바운더리에 에러(페이지) 컴포넌트 연결 * feat: 통계페이지 UI 수정, 통신 실패시 에러컴포넌트 등장, 토글 열리지 않도록 수정 * feat: 서비스 최상단에 전용 에러바운더리 적용 - 최상단에는 nav/global style사용할 수 없어 새로 제작 * feat: (#376) 로그인 후 필수정보가 입력되어있지 않으면 입력페이지로 리다이렉트 * fix: 로그인을 하지 않았는데 개인정보 입력 페이지로 넘어가는 오류 수정 --------- Co-authored-by: jero_kang <[email protected]> * refactor: (#368) 매 렌더링마다 state의 초기값을 계산하는 것이 비효율적이라고 생각들어서 직접 useState의 초기값으로 설정 --------- Co-authored-by: 최우창 <[email protected]> Co-authored-by: jeomxon <[email protected]> Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: tjdtls690 <[email protected]> Co-authored-by: chsua <[email protected]> Co-authored-by: jero_kang <[email protected]>
* fix: (#280) 본문사진 등록-삭제 후 동일한 사진 업드시 업로드되지 않는 문제 해결 * feat: mock url 실제 서버 url로 수정
* feat: (#405) 모바일 로그인 UI 구현 * feat: (#405) 보투게더를 이용해보세요 UI 구현 png 파일 타입스크립트가 인식하도록 선언, svg.d.ts => assets.d.ts로 변경 * feat: (#405) 로그인 페이지 UI 구현 및 반응형 CSS 적용 웹팩에서 여러 이미지 파일을 사용할 수 있도록 설정 수정 * chore: (#405) 웹팩 설정에서 svg 파일은 빌드 시 코드에 포함되도록 수정 * chore: (#405) 필요없는 파일 삭제 및 EOL을 위한 개행 추가 * style: 사용자 화면 높이에 따라 소개하는 휴대폰 이미지 사이즈를 다르게 보이도록 수정 StartUsingOurService 에서 ServiceIntroductionSection 으로 컴포넌트 이름 변경 * style: CSS 속성 개행
Co-authored-by: aiaiaiai1 <[email protected]> Co-authored-by: woo-chang <[email protected]> Co-authored-by: tjdtls690 <[email protected]>
* refactor: (#392) 패키지 구조 통일 Co-authored-by: jeomxon <[email protected]> Co-authored-by: woo-chang <[email protected]> Co-authored-by: tjdtls690 <[email protected]> * refactor: (#392) Swagger 설정 Co-authored-by: jeomxon <[email protected]> Co-authored-by: woo-chang <[email protected]> Co-authored-by: tjdtls690 <[email protected]> --------- Co-authored-by: jeomxon <[email protected]> Co-authored-by: woo-chang <[email protected]> Co-authored-by: tjdtls690 <[email protected]>
… 투표 수가 0일 때 투표 퍼센트가 NaN으로 반환되는 오류 수정 (#439) * refactor: (#436) 투표 통계 퍼센트가 NaN으로 나오는 오류 수정 Co-authored-by: woo-chang <[email protected]> * refactor: (#436) PostCreateRequest의 example에 categoryId를 [0, 2] -> [1, 3]으로 수정 Co-authored-by: woo-chang <[email protected]> * refactor: (#436) 전체 게시글 목록을 조회할 때 중복된 컬럼으로 인해 default page size에 맞지 않게 조회가 되는 문제 수정 Co-authored-by: woo-chang <[email protected]> --------- Co-authored-by: woo-chang <[email protected]>
…지 가공 (#440) * fix: (#417) 게시글 본문에 공백이 보이도록 css 수정 * fix: (#416) 글 수정 시 image url 가공 없이 전송 * fix: (#418) TwoButtonModal 외부를 누르면 닫히도록 수정 * feat: (#421) 작성자가 투표하는 경우 toast 띄우기 * refactor: (#424) 카테고리 토글 버튼을 별모양 아이콘으로 변경 * fix: (#433) API 통신 실패의 응답, 오류 메시지를 toast에 띄우기 * fix: (#416) 글 수정 시 선택지에서 기존의 이미지 보이도록 수정 * fix: (#416) 글수정 시 imageUrl 앞의 주소 제거 * fix: (#417) API 통신 실패 시 Toast가 무한으로 띄워지는 에러 해결 * fix: (#442) 투표가 된 게시글은 수정 페이지로 라우팅 못하게 early return 하기 * fix: (#417) 이미지 url 값 변경 * fix: (#443) 비회원이 즐겨찾기하는 경우 적절한 에러 메시지 띄우도록 수정
… 신고 API 실패 시 Toast 띄우기 (#454) * design: (#407) 전역 서비스 색상 코드 변경 및 댓글 닉네임 font-weight 변경 * feat: (#407) Skeleton 컴포넌트 aria-label 추가 * refactor: (#407) LogoButton 컴포넌트 aria-label 수정 * feat: (#407) NarrowMainHeader, SearchBar, Select 컴포넌트에 aria-label 및 aria-polite 추가하여 웹접근성 개선 * refactor: (#349) 신고 API 실패 응답 메시지 Toast로 띄우기 * refactor: (#349) 닉네임 변경 및 회원 탈퇴 API 실패 시 응답으로 오는 에러 메시지를 Toast에 띄우기 * refactor: (#407) aria-label, tabIndex 속성 추가
…높이기 (#450) * fix: (#411)등록사진을 수정안하고 수정api 요청시 undefined 발생하는 오류 * feat: (#411) 웹접근성 향상 - Drawer, ErrorMessage, HeaderTextButton, IconButton, Layout * feat: (#411) 웹접근성 향상 - LoadingSpinner, LogoButton, MultiSelect * fix: 게시글 수정 후 이미지가 보이지 않는 오류 수정 - 수정하는 과정에서 서버 url이 한번 더 붙는 오류 수정 --------- Co-authored-by: jero_kang <[email protected]>
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.
보투게더 파이팅!
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.
🔥 Unexpected token '<', " <h"... is not valid JSON
Unexpected token '<', " <h"... is not valid JSON
Unexpected token '<', " <h"... is not valid JSON
Unexpected token '<', " <h"... is not valid JSON
Unexpected token '<', " <h"... is not valid JSON
Unexpected token '<', " <h"... is not valid JSON
🔥 🔥 🔥 🔥 🔥 🔥
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.
레전드 보투게더 화이팅~~~!!!~~!~!
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.
보투게더팀 정말 수고하셨습니다 사랑해요 🫶
Release v.1.3.0