Skip to content

Fix#156: 랜딩 페이지 디자인 및 요구사항 반영#191

Merged
toothlessdev merged 36 commits into
mainfrom
fix#156
Aug 1, 2025
Merged

Fix#156: 랜딩 페이지 디자인 및 요구사항 반영#191
toothlessdev merged 36 commits into
mainfrom
fix#156

Conversation

@toothlessdev
Copy link
Copy Markdown
Member

@toothlessdev toothlessdev commented Jul 31, 2025

@toothlessdev toothlessdev self-assigned this Jul 31, 2025
toothlessdev and others added 29 commits August 1, 2025 09:53
Co-authored-by: 김건호 <kimgho@users.noreply.github.com>
Co-authored-by: 김건호 <kimgho@users.noreply.github.com>
Co-authored-by: 강태현 <polyglot-k@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 1, 2025

Warnings
⚠️ PR에 Reviewers가 지정되어 있지 않습니다. 리뷰어를 지정해주세요.
⚠️ PR에 라벨이 지정되어 있지 않습니다. 적절한 라벨을 추가해주세요.
Messages
📖 ✅ PR 제목에 이슈 번호가 포함되어 있습니다.
📖 ✅ PR에 Assignees가 지정되어 있습니다.
📖 ✅ package.json에 변경사항이 없습니다.
📖 ✅ 브랜치 이름 'fix#156'이 컨벤션을 따릅니다.
📖 ✅ TypeScript 컴파일이 성공적으로 완료되었습니다.
📖 ✅ ESLint 검사 결과 문제가 없습니다.

📝 추가 및 변경된 파일

총 37개 파일 변경

├── 📂 mosu-admin/
│   └── 📂 src/
│       └── ⚛️ App.tsx
├── 📂 mosu-app/
│   └── 📂 src/
│       ├── 📂 apps/
│       │   ├── 📂 constants/
│       │   │   └── 📘 env.ts
│       │   ├── 📂 lib/
│       │   │   ├── 📘 gsap.ts
│       │   │   └── 📘 query.ts
│       │   └── 📂 ui/
│       │       └── ⚛️ NavTop.tsx
│       ├── 📂 entities/
│       │   └── 📂 exam/
│       │       └── 📂 ui/
│       │           └── ⚛️ RegisteredExamCard.tsx
│       ├── 📂 pages/
│       │   └── ⚛️ index.tsx
│       ├── 📂 shared/
│       │   ├── 📂 lib/
│       │   │   └── 📘 logger.ts
│       │   ├── 📂 utils/
│       │   │   ├── 📘 url.ts
│       │   │   └── 📘 slf4jFormat.ts
│       │   └── 📂 animations/
│       │       ├── ⚛️ AnimatedContent.tsx
│       │       ├── ⚛️ BlurText.tsx
│       │       ├── 📄 ShinyText.module.scss
│       │       └── ⚛️ ShinyText.tsx
│       └── 📂 widgets/
│           ├── 📂 apply/
│           │   └── ⚛️ ApplyPaymentFail.tsx
│           └── 📂 home/
│               ├── 📄 FeatureSection.module.scss
│               ├── 📄 FooterSection.module.scss
│               ├── ⚛️ FooterSection.tsx
│               ├── 📄 HeroSection.module.scss
│               ├── ⚛️ HeroSection.tsx
│               ├── 📄 IntroSection.module.scss
│               ├── 📄 ProblemSection.module.scss
│               ├── 📄 ReviewSection.module.scss
│               ├── 📄 ServiceLocationSection.module.scss
│               ├── ⚛️ ServiceLocationSection.tsx
│               ├── 📄 SolutionSection.module.scss
│               ├── ⚛️ SolutionSection.tsx
│               ├── 📂 assets/
│               │   ├── 🖼️ img-carousel-item1.png
│               │   ├── 🖼️ img-carousel-item2.jpeg
│               │   ├── 🖼️ img-carousel-item3.jpeg
│               │   ├── 🖼️ img-carousel-item4.jpeg
│               │   └── 🖼️ img-problem-section.jpeg
│               ├── ⚛️ FeatureSection.tsx
│               ├── ⚛️ IntroSection.tsx
│               ├── ⚛️ ProblemSection.tsx
│               └── ⚛️ ReviewSection.tsx
└── 📄 yarn.lock

Generated by 🚫 dangerJS against e7e2f85

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 1, 2025

✅ Mosu Admin 빌드가 성공적으로 완료되었습니다!

📋 빌드 결과

  • ✅ DangerJS 검사 통과
  • ✅ React 앱 빌드 성공

🚀 다음 단계

코드 리뷰 후 머지하면 프로덕션에 배포됩니다.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 1, 2025

✅ Mosu Admin 빌드가 성공적으로 완료되었습니다!

📋 빌드 결과

  • ✅ DangerJS 검사 통과
  • ✅ React 앱 빌드 성공

🚀 다음 단계

코드 리뷰 후 머지하면 프로덕션에 배포됩니다.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 1, 2025

📚 Storybook이 Chromatic에 배포되었습니다!

@toothlessdev toothlessdev merged commit c6b2df9 into main Aug 1, 2025
9 checks passed
@toothlessdev toothlessdev added this to the 최종 릴리즈 milestone Aug 1, 2025
@toothlessdev toothlessdev moved this to 진행중 in mosu-client Aug 1, 2025
@toothlessdev toothlessdev moved this from 진행중 to 완료 in mosu-client Aug 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 완료

Development

Successfully merging this pull request may close these issues.

[✍️ 기능 변경 요청] 랜딩페이지 수정요구사항 반영

1 participant