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

게시글, 댓글, 닉네임 신고 API fetch 함수 구현 HTML5 해결 #296

Merged
merged 26 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    58a1e31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3a912 View commit details
    Browse the repository at this point in the history
  3. feat: (#167) 신고용 모달 생성 및 기존 코멘트모달 리팩토링

    - 기존 commentModal을 twoButtonModal로 수정
    chsua committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bf6bf6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32cfca9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d40a19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb73008 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    617cb22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    099f073 View commit details
    Browse the repository at this point in the history
  9. feat: (#167) 게시물 신고 ui 수정 및 api 연동

    - 신고 버튼
      > 모바일에서는 버튼을 누르면 (게시글/닉네임) menu 가 등장
      > 데스크탑에서는 버튼을 게시물신고와 작성자 닉네임 신고로 분리
    - 삭제 버튼 클릭시 확인하는 모달 등장
    - 신고 버튼 클릭시 사유를 선택하는 모들 등장
    - 다만, 아직 api 오류 발생
    chsua committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3b1ed66 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a487115 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c379888 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5fae3f View commit details
    Browse the repository at this point in the history
  13. feat: 게시물 삭제 조건 변경 및 예외처리 시 api 통신하지 않도록 수정

    - 삭제조건: 마감되지 않으면 삭제불가 > 20인 이상 투표시 삭제 불가
    chsua committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    28ec3b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d2da36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f1145fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e05e810 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ee2b3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25ef888 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e29520a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09a8d60 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a984e28 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b4ec217 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    2b66396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a962913 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63314b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c62d12e View commit details
    Browse the repository at this point in the history