Skip to content

페이지 레이아웃 스타일 수정 및 리팩토링#142

Merged
dolmeengii merged 9 commits intodevfrom
fix/#141/login
Oct 12, 2025
Merged

페이지 레이아웃 스타일 수정 및 리팩토링#142
dolmeengii merged 9 commits intodevfrom
fix/#141/login

Conversation

@nijesmik
Copy link
Collaborator

Important

Merge 시 commit 메시지 맨 앞에 🔀 이모지(:twisted_rightwards_arrows:)를 붙여주세요!

작업 요약

@nijesmik nijesmik self-assigned this Oct 12, 2025
@nijesmik nijesmik linked an issue Oct 12, 2025 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors page layout styles and adds Storybook stories for multiple pages. The refactoring consolidates shared styling patterns into reusable components and updates layout implementations across various pages.

  • Removed redundant layout components and consolidated styling into shared UI utilities
  • Updated Header component to use extracted blur and compound variant styling
  • Added Storybook stories for login, signup, landing, and 404 pages

Reviewed Changes

Copilot reviewed 20 out of 21 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/widgets/header/ui/index.tsx Updated to use shared blur styling and improved compound variants
src/widgets/footer/ui/footer.tsx Refactored to use shared hero styling pattern
src/widgets/basic-layout/ Removed entire basic layout component
src/widgets/auth-layout/ui/ Simplified to use shared layout styling
src/shared/ui/styles.ts Added new shared styling utilities for common patterns
src/shared/ui/logo.tsx Added width fit styling
src/shared/ui/hero.tsx Updated prop naming and background handling
src/pages/ Updated pages to use new layout patterns and added Storybook stories
src/app/styles/globals.css Added Cal Sans font and removed redundant hero class
.storybook/preview.tsx Added HeroUI provider and Next.js configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dolmeengii dolmeengii merged commit dbee12a into dev Oct 12, 2025
1 check passed
@dolmeengii dolmeengii deleted the fix/#141/login branch October 12, 2025 08:31
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.

로그인 페이지 하단 여백 수정

3 participants