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

[FE] 특정 테이블 셀에 마우스를 올리거나, 클릭하면 해당 셀을 선택한 약속 참여자들을 확인할 수 있는 툴팁 컴포넌트 구현 #156

Merged
merged 30 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    f5cbaaf View commit details
    Browse the repository at this point in the history
  2. feat: 재사용 가능한 Tooltip 컴포넌트 구현

    - 툴팁 트리거 컴포넌트
    - 툴팁 내용 컴포넌트
    - 위치
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e42dd2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e54479f View commit details
    Browse the repository at this point in the history
  4. feat: 약속 참여자들의 스케쥴을 보여주는 컴포넌트 구현

    - 전체, 특정 인원을 보여주는 컴포넌트 분기 처리
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bd7efe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea87d7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc0e904 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5b3a92 View commit details
    Browse the repository at this point in the history
  8. chore: 글로벌 레이아웃 스타일 수정

    - height 제한 제거
    - overflow-y 속성 제거
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d4ba241 View commit details
    Browse the repository at this point in the history
  9. chore: 헤더 컴포넌트 스타일 수정

    - position : sticky 추가
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f2b7c6f View commit details
    Browse the repository at this point in the history
  10. feat: 약속 참여자 툴팁 컴포넌트 구현

    - 툴팁 방향 타입 추가
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0a8fec6 View commit details
    Browse the repository at this point in the history
  11. chore: 스토리북 설정 변경

    - 모든 스토리북 파일에 autodocs를 추가하도록 설정
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    da3d0c2 View commit details
    Browse the repository at this point in the history
  12. chore: 사용하지 않는 파일 삭제

    - AllSchdules 오타 있는 컴포넌트 파일 삭제
    - Time -> Schedule 도메인 용어 변경 반영 후, 기존 컴포넌트 삭제
    - 사용하지 않는 json 파일 삭제
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4adb295 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9168cf View commit details
    Browse the repository at this point in the history
  14. feat: 날짜가 4일 이상인 경우, 페이지네이션을 할 수 있는 기능 추가

    - useDatePage 커스텀 훅을 조합한 useSelectSchedule 커스텀 훅의 기능을 활용
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6deb513 View commit details
    Browse the repository at this point in the history
  15. chore: 테이블 스타일 수정

    - 각 테이블 셀의 width가 고정된 크기를 가지도록 수정
    - 날짜가 2일 이하인 경우 왼쪽으로 붙어서 그려지도록 수정
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82d44f9 View commit details
    Browse the repository at this point in the history
  16. feat: 날짜를 수정하는 경우에도, 페이지네이션 기능을 사용할 수 있도록 구현

    - Time -> Schedule 도메인 용어 변경 사항 반영
    - useDatePage 커스텀 훅을 조합한 usePagedTimePick 커스텀 훅 구현
    - 날짜를 페이지네이션하면서 약속 참여 가능 시간을 수정할 수 있도록 구현
    -
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    05f962c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d42a285 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    29da91b View commit details
    Browse the repository at this point in the history
  19. chore: 전체 약속 조회 데이터 변경

    - meetingBase에서는 낙타, 해리, 빙봉이 약속 참여자였음.
    - 하지만 약속 조회 데이터에서는 마크, 배키, 다온이 사용되어 싱크를 맞추기 위해서 닉네임 수정
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d1f824d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    67f9cd5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    473300c View commit details
    Browse the repository at this point in the history
  22. chore: handlers 배열 순서 수정

    - ${BASE_URL}/550e8400/attendees/me/schedules 경로로 요청해도 ${BASE_URL}/550e8400 경로로 요청 되는 문제를 해결하기 위한 수정
    - 길이 상관없이 매칭이 되는 문자열이라고 판단되면, 해당 json 데이터를 반환해버리기 때문에 내 스케쥴을 조회하는 api의 우선순위를 높이기 위해서 배열 순서를 수정
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1973c47 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3448dee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4aeb32f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    918a241 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b005683 View commit details
    Browse the repository at this point in the history
  27. chore: 타입 오타 수정

    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d9758b2 View commit details
    Browse the repository at this point in the history
  28. chore: 임시 기본 html 버튼 태그 사용

    - 변경된 공통 버튼 컴포넌트와 충돌을 피하기 위함
    hwinkr committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1791055 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ddb73e2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4000146 View commit details
    Browse the repository at this point in the history