-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/New-Barams/this-year-ajaja-fe …
…into feat/#417/kakao-login-button-refactoring
- Loading branch information
Showing
31 changed files
with
624 additions
and
38 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { DOMAIN } from '@/constants/api'; | ||
import { axiosInstanceClient } from '../axiosInstanceClient'; | ||
|
||
interface PostRemindTestResponse { | ||
success: boolean; | ||
data: 'EMAIL' | 'KAKAO' | 'BOTH'; | ||
} | ||
|
||
export const postRemindTest = async () => { | ||
const { data } = await axiosInstanceClient.post<PostRemindTestResponse>( | ||
DOMAIN.POST_REMINDS_TEST, | ||
); | ||
return data; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ $card_image_margin: 1rem; | |
} | ||
&--tags { | ||
@include ellipsis(2); | ||
height: 2.5rem; | ||
height: 3rem; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ | |
width: 100%; | ||
height: 100%; | ||
gap: 1rem; | ||
|
||
&--image { | ||
width: 100%; | ||
height: 257px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
'use client'; | ||
|
||
import { BasicError } from '@/components'; | ||
|
||
export default function ErrorPage({ | ||
reset, | ||
}: { | ||
error: Error; | ||
reset: () => void; | ||
}) { | ||
return <BasicError reset={reset} />; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.notice-page { | ||
&__wrapper { | ||
height: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
padding: 0.5rem; | ||
} | ||
|
||
&__title { | ||
align-self: center; | ||
margin-top: 2.5rem; | ||
} | ||
|
||
&__content{ | ||
overflow-y: scroll; | ||
margin-left: var(--scroll-margin-left); | ||
|
||
&__title { | ||
margin-top: 2rem; | ||
} | ||
|
||
&__date { | ||
margin-top: 0.25rem; | ||
} | ||
|
||
&__description { | ||
margin-top: 1rem; | ||
line-height: 1.5rem; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
'use client'; | ||
|
||
import { useScroll } from '@/hooks/useScroll'; | ||
import Link from 'next/link'; | ||
import React from 'react'; | ||
import './index.scss'; | ||
|
||
export default function NoticePage() { | ||
const { handleScroll, scrollableRef } = useScroll(); | ||
|
||
return ( | ||
<div className="notice-page__wrapper"> | ||
<h1 className="notice-page__title font-size-xl">공지사항</h1> | ||
|
||
<div | ||
className="notice-page__content" | ||
ref={scrollableRef} | ||
onScroll={handleScroll}> | ||
<p className="notice-page__content__title font-size-lg"> | ||
개인정보 처리방침 도입 안내 | ||
</p> | ||
|
||
<p className="notice-page__content__date font-size-base color-origin-secondary"> | ||
2024.01.19 | ||
</p> | ||
|
||
<p className="notice-page__content__description"> | ||
<p> | ||
안녕하세요! 모든 사람들의 갓생을 꿈꾸는 뉴바람스입니다. 이용약관 및 | ||
개인정보 처리방침이 도입되어서 안내 드리고자 공지사항 남깁니다. | ||
</p> | ||
<br /> | ||
|
||
<p> | ||
주요 변경 사항은 다음과 같습니다. | ||
<br /> | ||
- 회원가입 시 전화번호 수집 <br />- 목적: 카카오톡으로 계획 리마인드 | ||
발송을 위함{' '} | ||
</p> | ||
<br /> | ||
|
||
<p> | ||
자세한 내용은 다음 페이지를 통해서 확인할 수 있습니다. <br /> | ||
<Link href="https://sites.google.com/view/ajaja-policy-privacy"> | ||
- 개인정보 처리방침 | ||
</Link> | ||
<br /> | ||
<Link href="https://sites.google.com/view/ajaja-policy-term"> | ||
- 이용약관 | ||
</Link> | ||
</p> | ||
<br /> | ||
|
||
<p> | ||
이용약관과 개인정보 처리방침은 24년 1월 12일부터 시행되었습니다. | ||
감사합니다! 올해도 아좌좌 🔥 | ||
</p> | ||
</p> | ||
</div> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.