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

Refactor/#150/project form #158

Merged
merged 36 commits into from
Mar 20, 2024
Merged

Refactor/#150/project form #158

merged 36 commits into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    41a8474 View commit details
    Browse the repository at this point in the history
  2. [Change 🚜 ] styles 폴더 생성 및 Container 파일 이동

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    47edf38 View commit details
    Browse the repository at this point in the history
  3. [Feat ✏️] useDebounce hook 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5e42927 View commit details
    Browse the repository at this point in the history
  4. [Feat ✏️] useInput debounce 적용

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2420e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7e5915 View commit details
    Browse the repository at this point in the history
  6. [Refactoring ⚙️] import 경로 수정

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    419a28d View commit details
    Browse the repository at this point in the history
  7. [Feat ✏️] SearchResultContainer 컴포넌트 생성

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3e70b43 View commit details
    Browse the repository at this point in the history
  8. [Feat ✏️] 필드 remove 메서드 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a49033b View commit details
    Browse the repository at this point in the history
  9. [Feat ✏️] 필드 삭제 버튼 추가 및 스타일 적용

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f71cf63 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e1e76c View commit details
    Browse the repository at this point in the history
  11. [Design 🎨] 레이아웃 div -> flex로 변경

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    75e4b76 View commit details
    Browse the repository at this point in the history
  12. [Refactoring ⚙️] 타입 수정

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0e45cd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0dfae9f View commit details
    Browse the repository at this point in the history
  14. [Design 🎨] 불필요한 스타일 제거

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5addf8e View commit details
    Browse the repository at this point in the history
  15. [Feat ✏️] 필드 기본값 수정

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    12e6c2d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    94738d9 View commit details
    Browse the repository at this point in the history
  17. [Design 🎨] MemberAvatarCard로 컴포넌트 분리

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a8aea35 View commit details
    Browse the repository at this point in the history
  18. [Refactoring ⚙️] UserSearchBox 리팩토링 적용

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cd8a384 View commit details
    Browse the repository at this point in the history
  19. [Design 🎨] CloseButton 컴포넌트 생성

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fb896e0 View commit details
    Browse the repository at this point in the history
  20. [Refactoring ⚙️] MemberFields 리팩토링 적용

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    91605ce View commit details
    Browse the repository at this point in the history
  21. [Design 🎨] cursor pointer 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    933ff9d View commit details
    Browse the repository at this point in the history
  22. [Design 🎨] 에러메시지 색상 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    02430b8 View commit details
    Browse the repository at this point in the history
  23. [Refactoring ⚙️] Field 컴포넌트 라벨 등록

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bff53c0 View commit details
    Browse the repository at this point in the history
  24. [Feat ✏️] startDate , endDate input 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    661ad97 View commit details
    Browse the repository at this point in the history
  25. [Fix 🪛] register validate 수정

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    eecf7e9 View commit details
    Browse the repository at this point in the history
  26. [Feat ✏️] startDate endDate 유효성 옵션 추가

    이종혁 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    255919d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. [Feat ✏️] github link 유효성 정규표현식 추가

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7313bcc View commit details
    Browse the repository at this point in the history
  2. [Fix 🪛] 주석 제거

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c9e24da View commit details
    Browse the repository at this point in the history
  3. [Fix 🪛] 파일 변경으로 인한 타입오류 수정

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5d31de1 View commit details
    Browse the repository at this point in the history
  4. [Fix 🪛] 타입 오류 수정

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3fcf02c View commit details
    Browse the repository at this point in the history
  5. [Fix 🪛] 콘솔 삭제

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1b9aaae View commit details
    Browse the repository at this point in the history
  6. [Feat ✏️] regExp 폴더 생성 및 url 정규표현식 추가

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb39067 View commit details
    Browse the repository at this point in the history
  7. [Design 🎨] ErrorText 컴포넌트 추가

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5777e73 View commit details
    Browse the repository at this point in the history
  8. [Refactoring ⚙️] 유효성 옵션 추가 및 type 변경

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5b0509b View commit details
    Browse the repository at this point in the history
  9. [Refactoring ⚙️] 유효성 적용 변경 및 스타일 일부적용

    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ac5495c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev' of https://github.com/side-peek/sidepeek_frontend

    …into refactor/#150/ProjectForm
    이종혁 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b2a009c View commit details
    Browse the repository at this point in the history