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

[Fix/#320] 자잘한 스타일링, 라이팅 변경 #327

Merged
merged 16 commits into from
Aug 31, 2024
Merged

Conversation

simeunseo
Copy link
Member

@simeunseo simeunseo commented Aug 23, 2024

🌀 해당 이슈 번호

🔹 어떤 것을 변경했나요?

  • 바텀시트 마진값 통일
  • header 타이틀 중 '회의정보입력' -> '회의 정보 입력'으로 수정
  • 가능시간 입력 페이지 상단 정보 안내 박스 디자인 변경
  • 탭투탭 그라데이션 제거
  • 드롭다운 목록 높이 조정 (3.5개 보이도록)
  • 관리자 페이지 -> 방장 페이지로 라이팅 변경
  • 약속 생성하기 -> 회의 일정 정하기로 라이팅 변경
  • 회의 장소 유무에 따라 온보딩 로띠 위치 달라지도록 조건부 처리
  • 방장 비밀번호 8자 초과하는 케이스 에러로 분류하지 않고 허용하도록 변경

🔹 어떻게 구현했나요?

🔹 PR 포인트를 알려주세요!

현재 바로 적용 불가한 사항

  • 헤더 fixed
  • 가능시간 입력 페이지 상단 정보 안내 박스 fixed

🔹 스크린샷을 남겨주세요!

@simeunseo simeunseo added fix fix 은서 은서의 개발 라벨 labels Aug 23, 2024
@simeunseo simeunseo requested a review from ljh0608 August 23, 2024 16:52
@simeunseo simeunseo self-assigned this Aug 23, 2024
Copy link
Member

@ljh0608 ljh0608 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생 많으셨습니다. 몇가지 반영 고려해보시고 머지해주세요!

@@ -9,10 +9,11 @@ interface ValueProps {
value: string;
setValue: (e: React.ChangeEvent<HTMLInputElement>) => void;
resetValue: () => void;
max: number;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3) input의 최대 길이를 나타내는 props가 맞다면 maxLength 네이밍을 고려해보셔도 좋을 것 같습니다!

@@ -44,6 +40,7 @@ function SetHostInfo({ meetingInfo, setMeetingInfo, setStep }: FunnelProps) {
}
};

console.log(meetingInfo.password.length);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3) console 이 자주 올라오진 않지만! eslint 옵션중 console 에러로 인식하도록 변경하는거 어떠신가요?? 이 부분 이번주 회의 때 얘기해보면 좋겠습니다!

@ljh0608 ljh0608 merged commit f36fac6 into develop Aug 31, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix fix size/M 은서 은서의 개발 라벨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 자잘한 CSS 수정
2 participants