Skip to content

refactor(web): 게시판 PC/모바일 카드 레이아웃 통일#56

Merged
bbbang105 merged 1 commit intodevfrom
fix/board-unified-card-layout
Mar 18, 2026
Merged

refactor(web): 게시판 PC/모바일 카드 레이아웃 통일#56
bbbang105 merged 1 commit intodevfrom
fix/board-unified-card-layout

Conversation

@bbbang105
Copy link
Owner

Summary

  • 데스크톱 전용 테이블 뷰(PostTableRow, PinnedTableRow) 제거 → 카드 레이아웃으로 통일
  • 관리자 칩 등으로 인한 공지 제목 잘림 문제 해결
  • 불필요한 Table 컴포넌트 import 6개 제거 (번들 사이즈 감소)
  • PostCard, PinnedCard 불필요한 wrapper div 제거

Test plan

  • PC에서 게시판 공지사항 제목이 잘리지 않고 전체 표시되는지 확인
  • PC/태블릿/모바일 모두 동일한 카드 레이아웃으로 표시되는지 확인
  • 공지 뱃지, 카테고리 뱃지, 관리자 칩, 댓글/투표 카운트 정상 표시
  • 비밀글 마스킹 정상 동작

🤖 Generated with Claude Code

- 데스크톱 전용 테이블 뷰(PostTableRow, PinnedTableRow) 제거
- 모든 화면에서 카드 레이아웃(PostCard, PinnedCard)으로 통일
- 불필요한 Table 컴포넌트 import 제거
- PostCard, PinnedCard wrapper div 제거 (group class를 내부 div로 이동)

Co-Authored-By: Claude <noreply@anthropic.com>
@bbbang105 bbbang105 requested a review from choihooo as a code owner March 18, 2026 02:22
@vercel
Copy link

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
study-admin-web Ready Ready Preview, Comment Mar 18, 2026 2:23am

@bbbang105 bbbang105 added the 🔄 refactor 코드 리팩토링 label Mar 18, 2026
@bbbang105 bbbang105 merged commit 62e0e5b into dev Mar 18, 2026
8 checks passed
@bbbang105 bbbang105 deleted the fix/board-unified-card-layout branch March 18, 2026 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔄 refactor 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant