Skip to content
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

[BUG] formData 훅 리팩토링하며 이름 미적용된 부분이 있어 오류발생 #844

Merged
merged 13 commits into from
Nov 23, 2023

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    b604681 View commit details
    Browse the repository at this point in the history
  2. fix: (#843) 에러 해결을 위해 최종 파일명으로 수정

    - git 이 대소문자 변화를 인지하지 못해 오류 발생
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a0ca87f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17fb948 View commit details
    Browse the repository at this point in the history
  4. design: (#836) 글작성/수정 폼 너비가 짧은 기종에서 잘리는 오류 수정

    - 레이아웃을 수정해야 하는데 라이브러리로 배포된 부분이라 임시로 폼 태그 스타일을 수정
    - 레이아웃 좌우 마진(10px) + 내용물(100%) 라 좌우드래그 발생
    - 상위 폼태그에서 width: 100% - 20px 설정
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6b9fad9 View commit details
    Browse the repository at this point in the history
  5. fix: 댓글 작성 시 두번 이벤트가 발생하는 오류 수정

    - 한글의 경우 조합문자라서 발생하는 문제라고 함.
    - event.nativeEvent.isComposing를 통해 조합이 끝났는지 확인하여 이벤트 발생
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    eb4d12f View commit details
    Browse the repository at this point in the history
  6. fix: 댓글 작성 시 placeholder가 잘리는 오류 해결

    - textAra padding때문에 잘리는 문제라고 판단
    - google 의견보내기 참고하여 래퍼로 감싸 마진을 설정 태그를 생성
    - 이로 인한 focus시 border가 어긋나보여 reset에 outline: 0 포함시킴
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6e428d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4aaa54 View commit details
    Browse the repository at this point in the history
  8. fix: 사이드바 목록상태가 적절하지 않은 오류 수정

    - 검색해서 들어간 경우 "검색"으로 표시
    - 상세페이지에서도 목록상태를 유지하기 위해 context에 정보 추가
    - 홈페이지에 들어갈때 url을 확인해서 전역 목록 상태를 업데이트
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    84c7fa9 View commit details
    Browse the repository at this point in the history
  9. feat: 404 에러가 발생할 수 있는 훅에 404인 경우 retry 하지 않도록 설정

    - 신고처리 당한 내역 get
    - 세부공지 get
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    95f4118 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5b32c3 View commit details
    Browse the repository at this point in the history
  11. fix: 에러발생 후 같은 종류 페이지 접속 시 에러바운더리가 유지되는 오류 해결

    - 에러바운더리에서 에러가 reset되지 않아 문제 발생
    - key를 주어 에러바운더리 reset시키기
    chsua committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    60c8810 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    735bd81 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    d1e3554 View commit details
    Browse the repository at this point in the history