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

issue#9 행사 페이지 UI 변경 (2) #64

Merged
merged 27 commits into from
Dec 26, 2024
Merged

issue#9 행사 페이지 UI 변경 (2) #64

merged 27 commits into from
Dec 26, 2024

Conversation

joojjang
Copy link
Collaborator

@joojjang joojjang commented Dec 24, 2024

📝 상세 내용

  • board area 내 내용되는 모듈들만 경로 변경
    event
    ㄴ _components
        ㄴ board-area
            ㄴ BoardArea.tsx
            ㄴ BoardHero.tsx
            ...
            ㄴ index.ts 
            // index.ts에서 BoardArea만 export
    
    • 파일명과 파일 내 컴포넌트명 통일을 위해 BoardArea에서 다음과 같이 import
    import { BoardHero as EventBoardHero } from './BoardHero'
    import { CreatePostButton as CreateEventPostButton } from './CreatePostButton'
    import { Gallery as EventGallery } from './Gallery'
    import { PostList as EventPostList } from './PostList'
    import { ViewSelector as EventViewSelector } from './ViewSelector'
  • 페이지에 Separator 추가
  • 행사 게시글 작성하기 버튼의 라우팅 경로 수정
  • InstagramArea에서 쓰로틀링을 통해 일정 시간 간격으로 리사이징 이벤트 실행
    • lodash를 설치

#️⃣ 이슈 번호

참고 사항

브랜치명을 바꾸느라 원격 브랜치가 삭제되어 PR이 닫혀서 새로 열었습니다 ㅜㅜㅠㅡㅠ

- radix ui 바로가기 아이콘
- Instagram → InstagramArea
- import할 때만 Event 붙이고 파일명과 컴포넌트명 통일
- useState 쓰는 곳으로
@joojjang joojjang requested a review from ppochaco December 24, 2024 22:58
@joojjang joojjang linked an issue Dec 24, 2024 that may be closed by this pull request
4 tasks
Copy link
Member

@ppochaco ppochaco left a comment

Choose a reason for hiding this comment

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

수고하셨습니당

충돌은 제가 임시로 해결했습니다. 필요한 코드가 삭제되었을 수도 있으니 한 번 확인해주세요!

@ppochaco
Copy link
Member

머지하겠습니당

@ppochaco ppochaco merged commit fb1c31b into develop Dec 26, 2024
1 check passed
@ppochaco ppochaco deleted the feature/#9-event branch December 26, 2024 16:03
@ppochaco ppochaco removed their assignment Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

행사 페이지 UI 수정
2 participants