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

Feature/도서검색 UI 구현 #369 #443

Merged
merged 8 commits into from
Jul 23, 2023

Conversation

pipisebastian
Copy link
Member

연관 이슈

작업 요약

  • 도서검색 UI 구현했습니다.
  • 기능은 따로 이슈파서 작업할 예정입니다,

Preview 이미지

image

@pipisebastian pipisebastian added the Design 디자인 label Jul 10, 2023
@pipisebastian pipisebastian self-assigned this Jul 10, 2023
<div className="mr-2 flex h-[120px] w-[85px] bg-middleBlack">
<Logo className="m-2 w-full" />
</div>
<div className="relative grow p-2">
Copy link
Contributor

Choose a reason for hiding this comment

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

오호! grow 사용해본 적이 없어서 몰랐는데 이렇게 사용할 수 있군요! 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

헤헷! 저번에 상자가 옆에 상자 잡아먹는다고 질문드린건데, flex-grow하니까 해결되더라구요! 홋홋

Comment on lines 14 to 16
<Typography variant="paragraph" component="div" className="!mb-2 font-semibold">
Beginning Linux programming 4th Edition
</Typography>
Copy link
Contributor

Choose a reason for hiding this comment

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

단순히 텍스트만 들어가는 부분인 것 같은데 component div로 지정해준 이유가 있나요?~?

Copy link
Member Author

Choose a reason for hiding this comment

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

그게 Typography variant="paragraph"이 inline으로 들어가더라구요!
근데 필요한건 block이라 div로 지정해줬습니다!

아예 variant="paragraph"를 빼버리면 block으로 들어가는데, 개인적으로 paragraph인걸 명시하는게 좋아보여서 이렇게 했습니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

움움 근데 variant="paragraph"를 명시적으로 안붙혀주는게 깔끔할 것 같기도 하구,, 의견 부탁드립니다!

Copy link
Contributor

@publdaze publdaze Jul 20, 2023

Choose a reason for hiding this comment

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

아하! 저는 paragraph는 기본값이니 따로 안 쓰긴하는데 적어줘도 좋은 것 같아요!

block요소 여부 때문인 거면 태그를 별도로 지정해주는 방식 말고 className에 block 추가해주는 건 어떤가요?

+) component로 태그 변경하면 개발자도구 element에서도 변경되는 지 이때까지 신경을 안쓰고 썼던 것 같은데 다음에 쓸때 한 번 확인해봐야겠네욤! 궁금쓰~ 😄

<PageTitle>도서검색</PageTitle>
<div className="mb-5 flex w-full items-center justify-between">
<SearchSection />
<div className="mr-6 text-pointBlue">신청 가능 권수 : 1/5</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

이부분도 단순 text 띄워주는 거면 시멘틱하게 Typography 사용해주면 어떨까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

넹! 나중에 text hover시 툴팁 띄워주게 할거긴 합니당!

@publdaze publdaze added the P1 급하게 머지해달라 요구할 때 사용 label Jul 18, 2023
Copy link
Contributor

@publdaze publdaze left a comment

Choose a reason for hiding this comment

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

위에 코멘트 답변 달아두었는데 확인부탁드려요~ 크게 중요한 사항은 아닌 것 같아서 approve해두겠습니다! 수고하셨습니다!

Copy link
Contributor

@lcqff lcqff left a comment

Choose a reason for hiding this comment

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

수고하셧습니당bbb

@pipisebastian pipisebastian merged commit a0d9261 into develop Jul 23, 2023
@pipisebastian pipisebastian deleted the feature/도서검색_ui_구현_#369 branch July 23, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design 디자인 P1 급하게 머지해달라 요구할 때 사용
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[도서검색] 도서검색 ui 구현
3 participants