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

홈 및 블로그 코드 개선 완료 #94

Merged
merged 11 commits into from
Apr 11, 2024
Merged

홈 및 블로그 코드 개선 완료 #94

merged 11 commits into from
Apr 11, 2024

Conversation

gwansikk
Copy link
Member

@gwansikk gwansikk commented Apr 11, 2024

Summary

홈 및 블로그 페이지의 코드를 개선하였습니다.

Tasks

리팩토링(Refactoring):

  • 홈 페이지 공지 UI 개선: 사용자 경험 향상을 위해 홈 페이지의 공지 섹션 UI를 개선했습니다.
  • 활동사진 API 변경: 변경된 활동 사진 관련 API를 적용하였습니다.
  • BirthdayListBirthdaySection으로 변경: 컴포넌트 이름을 변경했습니다.
  • 블로그 섹션 UI 개선: 블로그 섹션의 사용자 인터페이스를 개선했습니다.
  • 동아리 소식 섹션 개선: 동아리 소식을 전달하는 섹션의 정보 구조와 디자인을 개선했습니다.
  • 레이아웃 구조 개선: 애플리케이션의 전체 레이아웃 구조를 개선하여, 사용자 경험을 향상시켰습니다.

새로운 기능(Features):

  • EmptyBox Component 추가: 데이터가 없는 경우 사용자에게 안내할 목적으로 공백 상태를 표시하는 컴포넌트를 추가했습니다.
  • SectionSkeleton Component 추가: 데이터 로딩 시 임시로 표시되는 스켈레톤 컴포넌트를 추가했습니다.
  • TextBanner Component 추가: 텍스트 기반의 정보를 전달하기 위한 배너 컴포넌트를 추가했습니다.
  • BlogDetailPage 추가: 블로그 상세 페이지를 추가했습니다.

Screenshot

블로그 상세
image image

@gwansikk gwansikk added the 🔨 Refactor 코드 수정 및 최적화 label Apr 11, 2024
@gwansikk gwansikk self-assigned this Apr 11, 2024
Copy link

changeset-bot bot commented Apr 11, 2024

⚠️ No Changeset found

Latest commit: 835ceed

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@gwansikk gwansikk linked an issue Apr 11, 2024 that may be closed by this pull request
2 tasks
@gwansikk gwansikk merged commit a79475d into develop/#28 Apr 11, 2024
@gwansikk gwansikk deleted the refactor/#93 branch April 11, 2024 09:32
@gwansikk gwansikk added the 🏠 Member member 프로젝트 관련 label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Member member 프로젝트 관련 🔨 Refactor 코드 수정 및 최적화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

홈 및 블로그 코드 개선
1 participant