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

[FEAT] 게스트 페이지에서 질문 게시판이 블러 처리된 상태로 보이도록 추가 #143

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Nov 29, 2024

  1. refactor(detail-refactor): 디테일 페이지에서 불필요하게 컴포넌트 뎊스를 가지는 부분 수정

    - 명세에 맞추어 page는 여러 독립적인 section으로 이루어지도록 구성하기 위해서 불필요하게 section 두개를 묶은 부분(ProgramHeader, ProgramDetail)을 따로 독립적인 section으로 수정
    - 분리함에 따라서 기존에 두 컴포넌트를 묶어서 로더를 적용하는 부분 분리
    geongyu09 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e236793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc2238 View commit details
    Browse the repository at this point in the history
  3. refactor: 질문 게시판에서 사용하는 팀 이름 탭 부분을 컴포넌트로 분리

    dashboard에서 많은 책임을 가지고 있던 부분에서 탭 부분은 분리
    geongyu09 committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    7f0c3f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2024

  1. Configuration menu
    Copy the full SHA
    9249e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b22f755 View commit details
    Browse the repository at this point in the history
  3. fix: 빌드 오류 해결

    geongyu09 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    ed11dd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9858c72 View commit details
    Browse the repository at this point in the history