Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
5504f37
CDP-216 choreโš™๏ธ (framer-motion): framer motion ์„ค์น˜
leeunduck Nov 17, 2025
393d0d1
CDP-216 featโœจ (landing): landing motion ๋ชจ์•„๋†“์€ ts ์ƒ์„ฑ
leeunduck Nov 17, 2025
5084dc6
CDP-216 refactor๐Ÿ”จ (landing): framer motion ์ ์šฉ
leeunduck Nov 17, 2025
cced02c
CDP-216 refactor๐Ÿ”จ (framer-motion): framer motion ์ ์šฉ
leeunduck Nov 17, 2025
aabbd6e
CDP-216 featโœจ (signup): signup form ์• ๋‹ˆ๋ฉ”์ด์…˜ ๋ ˆ์ด์–ด ์ถ”๊ฐ€
leeunduck Nov 18, 2025
edc9b21
CDP-217 featโœจ (signup): ์• ๋‹ˆ๋ฉ”์ด์…˜ ์ƒํƒœ ์ถ”๊ฐ€
leeunduck Nov 18, 2025
f685ba0
CDP-217 featโœจ (signup-state): ํšŒ์›๊ฐ€์ž… ํŽ˜์ด์ง€ ์• ๋‹ˆ๋ฉ”์ด์…˜ ์ƒํƒœ ์ถ”๊ฐ€
leeunduck Nov 19, 2025
2096f26
CDP-216 refactor๐Ÿ”จ (signup): type ๊ด€๋ จ ๊ณตํ†ต์œผ๋กœ ๋ณ€๊ฒฝ
leeunduck Nov 19, 2025
9a14524
CDP-217 featโœจ (forgotpassword): ๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ ํŽ˜์ด์ง€ ์Šคํƒ€์ผ ๋ฐ ์• ๋‹ˆ๋ฉ”์ด์…˜ ์ƒํƒœ ์ถ”๊ฐ€
leeunduck Nov 19, 2025
15e98a5
CDP-217 refactor๐Ÿ”จ (forgotpassword): ์ด๋ฉ”์ผ ์ธ์ฆ ๋ฒˆํ˜ธ ์ž๋™๋„˜๊น€ ํ›… ์ถ”๊ฐ€ ๋ฐ ์ ์šฉ
leeunduck Nov 19, 2025
19dfc6b
CDP-219 featโœจ (login-state): ํผ ๊ธฐ๋ณธ๋™์ž‘ ๋ง‰๊ธฐ hook & ๋น„๋ฐ€๋ฒˆํ˜ธ ํ† ๊ธ€ hook & ๋กœ๊ทธ์ธ ํŽ˜์ด์ง€ โ€ฆ
leeunduck Nov 20, 2025
72795f9
CDP-220 featโœจ (signup-state): signup state ์ถ”๊ฐ€
leeunduck Nov 22, 2025
39c141c
CDP-220 refactor๐Ÿ”จ (signup-state): ์‚ญ์ œ๋œ step field ๋ณต๊ตฌ
leeunduck Nov 23, 2025
cd90585
CDP-220 refactor๐Ÿ”จ (signup-state): ์‚ญ์ œ๋œ step field ๋ณต๊ตฌ
leeunduck Nov 23, 2025
87f160f
CDP-221 featโœจ (forgot-state): ๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ ์—๋Ÿฌ & ๊ฒฐ๊ณผ ํ•จ์ˆ˜ ์ƒํƒœ ์ถ”๊ฐ€
leeunduck Nov 23, 2025
0a3dd6b
CDP-216 fix๐Ÿ› (signup-group-button): props ์ œ๊ฑฐ
leeunduck Nov 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.544.0",
"next": "15.5.3",
"next-seo": "^6.8.0",
Expand Down
47 changes: 47 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions src/app/(auth)/forgot-password/page.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
import { AuthMain } from "@/components/auth/AuthMain";
import { ForgotPasswordForm } from "@/components/auth/forgotPassword/ForgotPasswordForm";
import { ForgotPasswordHeader } from "@/components/auth/forgotPassword/ForgotPasswordHeader";
import { makePageMetadata } from "@/seo/metadata";

export const metadata = {
...makePageMetadata({
title: "๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ",
description: "PlanMate ๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ 1๋‹จ๊ณ„: ์ด๋ฉ”์ผ ์ž…๋ ฅ ํŽ˜์ด์ง€",
description: "PlanMate ๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ ํŽ˜์ด์ง€",
canonical: "/forgot-password",
}),
robots: { index: false, follow: false },
};

export default function ForgotPasswordPage() {
return <div>๋น„๋ฐ€๋ฒˆํ˜ธ ์ฐพ๊ธฐ - ์ด๋ฉ”์ผ ์ž…๋ ฅ ํŽ˜์ด์ง€</div>;
return (
<>
<ForgotPasswordHeader />
<AuthMain flow="forgot">
<ForgotPasswordForm />
</AuthMain>
</>
);
}
14 changes: 0 additions & 14 deletions src/app/(auth)/forgot-password/reset/page.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions src/app/(auth)/forgot-password/verify/page.tsx

This file was deleted.

24 changes: 24 additions & 0 deletions src/app/(auth)/signup/basic/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { AuthMain } from "@/components/auth/AuthMain";
import { SignupForm } from "@/components/auth/signup/SignupForm";
import { SignupHeader } from "@/components/auth/signup/SignupHeader";
import { makePageMetadata } from "@/seo/metadata";

export const metadata = {
...makePageMetadata({
title: "ํšŒ์›๊ฐ€์ž…",
description: "MyPlanMate ํšŒ์›๊ฐ€์ž…ํŽ˜์ด์ง€",
canonical: "/signup/basic",
}),
robots: { index: false, follow: false },
};

export default function SignupEmailPage() {
return (
<>
<SignupHeader />
<AuthMain flow="signup">
<SignupForm />
</AuthMain>
</>
);
}
38 changes: 0 additions & 38 deletions src/app/(auth)/signup/email/page.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions src/app/(auth)/signup/name/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/(auth)/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { makePageMetadata } from "@/seo/metadata";
export const metadata = {
...makePageMetadata({
title: "ํšŒ์›๊ฐ€์ž…",
description: "PlanMate ํšŒ์›๊ฐ€์ž… ํŽ˜์ด์ง€",
description: "MyPlanMate ํšŒ์›๊ฐ€์ž… ํŽ˜์ด์ง€",
canonical: "/signup",
}),
robots: { index: false, follow: false }, // ์ธ์ฆ ๊ด€๋ จ ํŽ˜์ด์ง€๋Š” ๊ฒ€์ƒ‰ ์ œ์™ธ
Expand Down
38 changes: 0 additions & 38 deletions src/app/(auth)/signup/password/page.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/app/(auth)/signup/terms/page.tsx

This file was deleted.

21 changes: 19 additions & 2 deletions src/components/auth/AuthMain.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
import type { AuthCommonProps } from "@/types/auth";
"use client";

import { useForgotPasswordStepStore } from "@/stores/forgotPasswordStepStore";
import { useSignupStepStore } from "@/stores/signupStepStore";
import type { AuthMainProps } from "@/types/auth";
import { useEffect } from "react";

export function AuthMain({ children, flow }: AuthMainProps) {
const resetSignupStep = useSignupStepStore((s) => s.reset);
const resetForgotStep = useForgotPasswordStepStore((s) => s.reset);

useEffect(() => {
if (flow === "signup") {
resetSignupStep();
}
if (flow === "forgot") {
resetForgotStep();
}
}, [flow, resetSignupStep, resetForgotStep]);

export function AuthMain({ children }: AuthCommonProps) {
return (
<main className="w-full" aria-label="์ธ์ฆ ๋ณธ๋ฌธ">
{children}
Expand Down
22 changes: 22 additions & 0 deletions src/components/auth/AuthStepTransition.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { authStepSlide, authTransition } from "@/lib/variants/motion.auth";
import type { AuthStepTransitionProps } from "@/types/auth";
import { AnimatePresence, motion } from "framer-motion";

export function AuthStepTransition({ stepKey, direction, children }: AuthStepTransitionProps) {
return (
<AnimatePresence mode="wait" custom={direction}>
<motion.div
key={stepKey}
variants={authStepSlide}
initial="enter"
animate="center"
exit="exit"
custom={direction}
transition={authTransition}
className="w-full"
>
{children}
</motion.div>
</AnimatePresence>
);
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
"use client";

import { cn } from "@/lib/utils";
import type { SignupStepIndicatorProps } from "@/types/auth";
import type { StepIndicatorProps } from "@/types/auth";

export function SignupStepIndicator({
currentStep,
totalSteps = 4,
className,
}: SignupStepIndicatorProps) {
export function StepIndicator({ currentStep, totalSteps = 4, className }: StepIndicatorProps) {
const steps = Array.from({ length: totalSteps }, (_, index) => index + 1);

return (
Expand Down
Loading