feat: admin 쪽지 차단 + 모바일 목록 카드 스타일 + disciplinelog 해제 표시#452
Merged
Conversation
- admin에게 쪽지 발신 프론트엔드 차단 - 모바일 게시판 목록에 bg-card rounded-xl 카드 스타일 적용 (상세 하단 목록과 통일) - getPenaltyDisplay에 penalty_date_to 기반 해제 판단 로직 추가 - 목록/상세 페이지에서 종료일 지난 제재는 '해제됨' Badge 표시
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
sdk-kr
added a commit
that referenced
this pull request
Mar 9, 2026
## Summary - 모바일에서 카드 스타일을 화면 폭 양끝까지 채워서 라운딩 없이 지면공간을 효율적으로 사용하도록 복원 - #452/#453에서 의도치 않게 덮어쓴 playonly(토비)님의 모바일 레이아웃 원복 ## Changes - `card.svelte`: `rounded-xl` → `rounded-none md:rounded-xl` (모바일 라운딩 제거) - `default-layout.svelte`: `px-2` → `px-5` + `[&_[data-slot='card']]:-mx-5 md:[&_[data-slot='card']]:mx-0` (카드가 모바일에서 좌우 끝까지 확장) - `[boardId]/+page.svelte`: 외부 `bg-card overflow-hidden rounded-xl` wrapper div 제거 (playonly 디자인과 충돌) ## Test plan - [ ] 모바일에서 카드가 화면 양끝까지 채워지는지 확인 - [ ] 데스크탑에서 카드 라운딩 정상 표시 확인 - [ ] 게시판 목록/상세 페이지 레이아웃 확인 Co-authored-by: Deploy Bot <deploy@damoang.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bg-card rounded-xl카드 스타일 적용 (상세 하단 목록과 통일)getPenaltyDisplay에penalty_date_to기반 해제 판단 로직 추가Test plan