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

feat: 질문 폼 생성하기 베이스 배경 이미지 적용 #490

Merged
merged 3 commits into from
Mar 23, 2024

Conversation

hyesungoh
Copy link
Member

🤔 해결하려는 문제가 무엇인가요?

제곧내

🌄 스크린샷

스크린샷 2024-03-20 오후 10 20 35

@hyesungoh hyesungoh self-assigned this Mar 20, 2024
Copy link

github-actions bot commented Mar 20, 2024

Bundle Sizes

Compared against 57ce4fa

Route Size (gzipped) Diff
/result/base 91.99 KB added
/survey/base 88.38 KB +4.78 KB
/survey/create 103.94 KB -4.5 KB

Dynamic import: No significant changes found

Copy link
Member

@sumi-0011 sumi-0011 left a comment

Choose a reason for hiding this comment

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

webp 부분 확인 부탁드립니다!

@@ -19,6 +20,10 @@ const SurveyBasePage: NextPage = () => {
<Link href="/survey/create" css={linkCss}>
<Button color="blue">폼 생성하기</Button>
</Link>

<div css={backgroundImageWrapperCss}>
<Image quality={100} src="/images/survey/base.webp" alt="배경" fill objectFit="cover" />
Copy link
Member

Choose a reason for hiding this comment

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

webp를 지원하지 않는 브라우저라면 처리 해주지 않아도 되는걸까요?

Copy link
Member Author

Choose a reason for hiding this comment

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

스크린샷 2024-03-20 오후 11 38 03

https://caniuse.com/webp

예쓰!!! 안해도 된다 생각했어용

Copy link
Member Author

Choose a reason for hiding this comment

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

이제 주 사용처가 웹뷰가 될 거 같기도 했구요 !!

@hyesungoh hyesungoh requested a review from sumi-0011 March 21, 2024 01:42
* feat: 설문이 있을 때 핸들링

* feat: 연구 결과 피드백 없을 때 마크업 (#492)

* chore: 결과 베이스 이미지

* feat: mobile header props 뚫기

* feat: 결과 베이스
@hyesungoh hyesungoh merged commit 8abe2c5 into main Mar 23, 2024
4 checks passed
@hyesungoh hyesungoh deleted the feature/survey-base-bg-image branch March 23, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants