-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/map #10
Conversation
페이지 이름 request 괜찮은가요?
SearchBar가 jusetify-content: center를 안해도 양쪽으로 뻗는데 아직 이유를 모르겠어요.
stack이 스크린 화면 100%로 꽉 찼으면 좋겠는데 계속 넘쳐서 애먹고 있어요.
|
> | ||
<HeaderBar /> | ||
<SearchBar /> | ||
<div css={{flex: 1, height: 10}}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
css={{ | ||
display: "flex", | ||
flexDirection: "column", | ||
width: "100%", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
홍빈님 말씀대로 이 부분의 영향이 있었어요. 확인해보니, SearchBar
안에 들어있는 컴포넌트의 margin, padding
을 설정해주지 않아서 마음대로 움직이고 있는 거였어요.
onChange?: ChangeEventHandler<HTMLSelectElement>; | ||
}; | ||
|
||
export const Select = ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
색상 값이 사실 컬러시스템에서 가져오지 않고 hex 값을 사용하는 등
디자인팀에서 아직 와이어프레임 단계이다보니깐 아직 디자인이 미완성인거 같아요.
지금은 당장 이렇게 나두고 나중에 디자인 팀이 컴포넌트로 작업해주시면 그때 수정하는 PR 올릴게요!
@@ -31,6 +31,7 @@ | |||
"@storybook/react": "^6.4.22", | |||
"@storybook/testing-library": "^0.0.9", | |||
"@svgr/webpack": "5.5.0", | |||
"@types/navermaps": "^3.0.13", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Summary
헌혈 요청 페이지 만드는 중
Key Changes
Notes
SearchBar
가jusetify-content: center
를 안해도 양쪽으로 뻗는데 아직 이유를 모르겠어요.stack
이 스크린 화면 100%로 꽉 찼으면 좋겠는데 계속 넘쳐서 애먹고 있어요.Screenshots
Checklist
test
lint-fix
ts-check