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] 인풋 컴포넌트 디자인 수정 및 로그인 페이지 디자인 수정 #417

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    3fbf721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385408e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7736d5a View commit details
    Browse the repository at this point in the history
  4. feat: FloatingInput 구현

    - label이 인풋 태그 내부에 위치하도록 relative, absolute 활용
    - focus 상태를 관리
    hwinkr committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bc2937b View commit details
    Browse the repository at this point in the history
  5. feat: 어떤 입력 Field 인지 나타내는 Title 컴포넌트 생성

    - label과는 다른 역할을 한다는 생각을 바탕으로, FieldLabel과 마크업과 스타일이 동일하지만 추가로 하나의 컴포넌트를 추가로 생성
    hwinkr committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5c55674 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e452c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8754ebc View commit details
    Browse the repository at this point in the history
  8. feat: 스크롤을 막는 컴포넌트 구현

    - 모바일 환경에서만 스크롤을 막으면 되기 때문에, 터치 이벤트로 인한 스크롤만 막도록 구현
    hwinkr committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    28577a7 View commit details
    Browse the repository at this point in the history
  9. refactor: 약속 참여자 로그인 페이지 로직, 스타일 수정

    - FloatingInput으로 수정
    - useAttendeeLogin 커스텀 훅 활용
    - 필드가 페이지 상단에 위치하도록 변경
    hwinkr committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    458528b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bec860 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    155d745 View commit details
    Browse the repository at this point in the history