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

글 상세 페이지(API 추가 전) #14

Merged
merged 9 commits into from
Apr 8, 2024
Merged

글 상세 페이지(API 추가 전) #14

merged 9 commits into from
Apr 8, 2024

Conversation

Leedo02
Copy link
Contributor

@Leedo02 Leedo02 commented Apr 7, 2024

API 추가 전 껍데기 텍스트만 넣어놓은 상태

  • 코드리뷰 해주세요.
  • 수정사항 모두 수용 가능★

@@ -0,0 +1,18 @@
export type ProfileHeaderProps = {
Copy link
Contributor

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";
Copy link
Contributor

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>
Copy link
Contributor

Choose a reason for hiding this comment

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

탭이 네칸으로 보입니다 프리티어가 적용안된것같아용

@@ -1,6 +1,6 @@
import { IconProps } from "../Icons.type";
Copy link
Contributor

Choose a reason for hiding this comment

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

파일명 파스칼에서 케밥으로 바뀌면 좋을것같아요

@@ -1 +1 @@
export * from "./route";
export * from "./route";
Copy link
Contributor

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";
Copy link
Contributor

Choose a reason for hiding this comment

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

css 부분 안 하는 부분 지워주셔야 lint 통과 될 거 같아요~!

Comment on lines 19 to 31
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};
`
Copy link
Contributor

Choose a reason for hiding this comment

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

prettier 적용이 안 된 것 같아요!
prettier 익스텐션 설치 확인 한번 해주세요~

src/pages/question-detail-page/question-detail-page.tsx Outdated Show resolved Hide resolved
Copy link

netlify bot commented Apr 7, 2024

Deploy Preview for calm-gumdrop-cdbfa2 ready!

Name Link
🔨 Latest commit bf32931
🔍 Latest deploy log https://app.netlify.com/sites/calm-gumdrop-cdbfa2/deploys/6613d1b13b9dee00084c0e03
😎 Deploy Preview https://deploy-preview-14--calm-gumdrop-cdbfa2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 8, 2024

Deploy Preview for tubular-smakager-c0ad14 ready!

Name Link
🔨 Latest commit bf32931
🔍 Latest deploy log https://app.netlify.com/sites/tubular-smakager-c0ad14/deploys/6613d1b1aea3c40009dc53a5
😎 Deploy Preview https://deploy-preview-14--tubular-smakager-c0ad14.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@anveloper anveloper left a comment

Choose a reason for hiding this comment

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

타입 오류 조치

@anveloper anveloper dismissed Sang-minKIM’s stale review April 8, 2024 11:18

조치완료된것으로 보임

@anveloper anveloper merged commit 44d6b99 into main Apr 8, 2024
11 checks passed
@anveloper anveloper deleted the sky branch April 8, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants