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] Input 컴포넌트 관련한 기능 수정, useDynamic-* 훅 관련 오류 수정, 네이밍 통일, 의미를 명확하게 담도록 네이밍 수정 #183

Merged
merged 46 commits into from
Aug 4, 2024

Commits on Jul 30, 2024

  1. chore: hdesign v0.1.37 배포

    Co-authored-by: Soyeon Choe <[email protected]>
    Todari and soi-ha committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7ff3e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add91ca View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: v0.1.44 배포

    input 변경
    
    Co-authored-by: Soyeon Choe <[email protected]>
    Todari and soi-ha committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d1570e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3f5f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dcb6ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b44b5e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d4d9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    28c1759 View commit details
    Browse the repository at this point in the history
  2. style: lint 적용

    soi-ha committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    537905b View commit details
    Browse the repository at this point in the history
  3. style: lint 적용

    Todari committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    976d797 View commit details
    Browse the repository at this point in the history
  4. chore: v0.1.47 배포

    Todari committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7701d7b View commit details
    Browse the repository at this point in the history
  5. feat: v0.1.49 배포

    input sync가 제대로 맞지 않던 오류 수정
    errorMessage 제대로 적용되지 않던 오류 수정
    
    Co-authored-by: Soyeon Choe <[email protected]>
    Todari and soi-ha committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    261742d View commit details
    Browse the repository at this point in the history
  6. feat: v0.1.51 배포

    Todari committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    014363e View commit details
    Browse the repository at this point in the history
  7. feat: DynamicInput 수정 및 유효성 검사 추가

    Co-Authored-By: TaehunLee <[email protected]>
    soi-ha and Todari committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6547b10 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. chore: 충돌 병합

    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5aca949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35be82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ff11f View commit details
    Browse the repository at this point in the history
  4. chore: 병합

    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4b16db6 View commit details
    Browse the repository at this point in the history
  5. chore: 충볼 병합합

    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c729152 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b86d143 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0df0ce2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a40e2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e91c87f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f767e00 View commit details
    Browse the repository at this point in the history
  11. fix: 0, 1번만 있을 때 2개의 빈 잇풋 엘리먼트가 남아버리는 문제 해결, handleBlur -> deleteEmpt…

    …yInputElementOnBlur 로 기능을 드러내는 함수명으로 변경
    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    895b8f2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f9d538 View commit details
    Browse the repository at this point in the history
  13. refactor: 현재 변화중인 targetInput을 가져오는 반복되는 로직을 분리, 선언되어있는 함수 순서를 useEff…

    …ect, on-* props에 장착되는 함수, 유틸성 함수로 정리
    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a1af31c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec0a285 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a4942e8 View commit details
    Browse the repository at this point in the history
  16. feat: pair당 하나의 인덱스를 갖지만, input element는 두 개이므로 정확한 input element특정을 …

    …위해 인덱스를 계산해 focus를 넘겨주도록 구현
    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d2419dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a6c763 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    da8070f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7fb5f31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0c31cab View commit details
    Browse the repository at this point in the history
  21. chore: import 경로 수정

    pakxe committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e00b2b6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9be9ed0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    8dca946 View commit details
    Browse the repository at this point in the history
  2. refactor: 리뷰 반영

    Co-authored-by: Soyeon Choe <[email protected]>
    Co-authored-by: Pakxe <[email protected]>
    Co-authored-by: jinhokim98 <[email protected]>
    4 people committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fcc18c3 View commit details
    Browse the repository at this point in the history
  3. refactor: 리뷰 반영

        Co-authored-by: Soyeon Choe <[email protected]>
        Co-authored-by: Pakxe <[email protected]>
        Co-authored-by: jinhokim98 <[email protected]>
    Todari committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d8468cb View commit details
    Browse the repository at this point in the history
  4. style: lint 적용

        Co-authored-by: Soyeon Choe <[email protected]>
        Co-authored-by: Pakxe <[email protected]>
        Co-authored-by: jinhokim98 <[email protected]>
    Todari committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    5a10d81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a848b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    332f11f View commit details
    Browse the repository at this point in the history
  7. chore: yml workflow 수정

    Todari committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4e32498 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b0391 View commit details
    Browse the repository at this point in the history
  9. chore: client workflow 수정

    Todari committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c16864c View commit details
    Browse the repository at this point in the history
  10. chore: workflow 수정

    Todari committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    48d1355 View commit details
    Browse the repository at this point in the history