-
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
글 상세 페이지(API 추가 전) #14
Conversation
@@ -0,0 +1,18 @@ | |||
export type ProfileHeaderProps = { |
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.
🤖 파일명 컨벤션(아님) 따라서 question-detail-type.ts 에서 question-detail.type.ts 로 바꾸면 더 좋을것같아요
@@ -0,0 +1,67 @@ | |||
import styled, { css } from "styled-components"; |
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.
이부분 type error로 인해 build error 발생하네요
export const QuestionDetailPage = () => { | ||
return( | ||
<> | ||
<QuestionDetailContainer> |
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/shared/icons/main/View.tsx
Outdated
@@ -1,6 +1,6 @@ | |||
import { IconProps } from "../Icons.type"; |
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/shared/route/index.ts
Outdated
@@ -1 +1 @@ | |||
export * from "./route"; | |||
export * from "./route"; |
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.
공백 변경사항은 다음엔 반영 안해도 좋을 것 같읍니다!
@@ -0,0 +1,67 @@ | |||
import styled, { css } from "styled-components"; |
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 부분 안 하는 부분 지워주셔야 lint 통과 될 거 같아요~!
const QuestionCodeType = styled.p` | ||
color: ${({theme}) => theme.colors.main}; | ||
font-size: ${({theme}) => theme.fontSize.subtitle2}; | ||
` | ||
const QuestionGitLinkBtn = styled.a` | ||
cursor: pointer; | ||
line-height: 30px; | ||
font-size: ${({theme}) => theme.fontSize.button}; | ||
border: none; | ||
border-radius: 10px; | ||
padding: 0 18px; | ||
background-color: ${({theme}) => theme.colors.secondary}; | ||
` |
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.
prettier 적용이 안 된 것 같아요!
prettier 익스텐션 설치 확인 한번 해주세요~
src/entities/question-detail-page/model/question-detail-type.ts
Outdated
Show resolved
Hide resolved
src/entities/question-detail-page/ui/question-detail-profile.tsx
Outdated
Show resolved
Hide resolved
src/entities/question-detail-page/ui/question-detail-profile.tsx
Outdated
Show resolved
Hide resolved
✅ Deploy Preview for calm-gumdrop-cdbfa2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for tubular-smakager-c0ad14 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
타입 오류 조치
API 추가 전 껍데기 텍스트만 넣어놓은 상태