-
Notifications
You must be signed in to change notification settings - Fork 5
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
홈페이지 개발 #45
홈페이지 개발 #45
Conversation
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.
크 고생하셨습니다 !! 👏🤓
src/app/home/HomePage.tsx
Outdated
const GoMakeReview = () => { | ||
navigate("/review"); | ||
}; |
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.
옹 여기 파스칼로 작성돼있네요..!
src/layout/DefaultLayout.tsx
Outdated
import { AppBar, AppBarProps } from "@/component/common/appBar"; | ||
|
||
type DefaultLayoutProps = AppBarProps & { | ||
appBarVisible?: boolean; | ||
theme?: string; |
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.
개인적인 의견인데, 요거 theme을 유니온으로 지정하고 각 타입에 따라 컴포넌트 내부에서 색상을 지정해주는 건 어떨까요 ?? 배경 색 종류가 몇개 없어서, default 등 이름으로 지정해주면 편할 것 같아요!
width: 100%; | ||
height: 7.4rem; | ||
background-color: #ffffff; | ||
box-shadow: 0.4rem, #2125290a; |
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.
제가 잘 몰라서 그러는데 #2125290a
는 뭐예요?!
@@ -8,7 +8,7 @@ type TypographyProps = { | |||
as?: Extract<React.ElementType, TextTags>; | |||
variant?: keyof typeof DESIGN_SYSTEM_TEXT; | |||
color?: keyof typeof DESIGN_SYSTEM_COLOR; | |||
children: string; | |||
children: React.ReactElement | string; |
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.
이거 혹시 슬랙 참고하셔서 타입 수정 가능하실까요!
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 (요약)
🫨 Describe your Change (변경사항)
🧐 Issue number and link (참고)
📚 Reference (참조)