Skip to content

fix: 비회원의 스터디 개설 버튼 비활성화 (QNRR-666)#325

Merged
yeun38 merged 1 commit intodevelopfrom
fix/qnrr-666
Jan 8, 2026
Merged

fix: 비회원의 스터디 개설 버튼 비활성화 (QNRR-666)#325
yeun38 merged 1 commit intodevelopfrom
fix/qnrr-666

Conversation

@doyou1
Copy link
Contributor

@doyou1 doyou1 commented Jan 7, 2026

Summary

  • 그룹 스터디 목록 페이지에서 비회원이 스터디 개설 버튼을 클릭할 수 없도록 버튼 비활성화 처리
  • 프리미엄 스터디 목록 페이지에서도 동일하게 비회원의 스터디 개설 버튼 비활성화 처리

Changes

  • group-study-list-page.tsx: useAuth 훅을 사용하여 인증 상태 확인 후 버튼 비활성화
  • premium-study-list-page.tsx: useAuth 훅을 사용하여 인증 상태 확인 후 버튼 비활성화

Test plan

  • 비로그인 상태에서 그룹 스터디 목록 페이지 접속 시 "스터디 개설하기" 버튼이 비활성화되는지 확인
  • 비로그인 상태에서 프리미엄 스터디 목록 페이지 접속 시 "스터디 개설하기" 버튼이 비활성화되는지 확인
  • 로그인 상태에서 두 페이지의 "스터디 개설하기" 버튼이 정상적으로 활성화되는지 확인
  • 버튼 클릭 시 스터디 개설 모달이 정상적으로 열리는지 확인

🤖 Generated with Claude Code

Before After
image image
image image

그룹 스터디 및 프리미엄 스터디 목록 페이지에서 비로그인 사용자가
스터디 개설 버튼을 클릭할 수 없도록 버튼 비활성화 처리

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@doyou1 doyou1 self-assigned this Jan 7, 2026
@yeun38 yeun38 merged commit f05b1e6 into develop Jan 8, 2026
8 checks passed
@yeun38 yeun38 deleted the fix/qnrr-666 branch January 8, 2026 12:39
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.

2 participants