UI 개선: 페이지네이션 첫페이지, 글쓰기 게시판명, 댓글 폰트#998
Merged
Merged
Conversation
- #9224: 페이지 3 이상일 때 '처음' 버튼 표시
- #9220: 글쓰기 페이지 상단에 게시판명 표시 ("자유게시판 — 새 글 작성")
- #9072: 댓글 에디터 폰트 0.9375rem → 1rem (가독성 개선)
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
5 tasks
sdk-kr
added a commit
that referenced
this pull request
May 1, 2026
## Summary
XS 묶음 PR — 1차 fix sweep (XS 3건 중 2건 적용, 1건 이미 해소).
### 적용 (2건)
- **#11769 메인 바로가기 가로 스크롤바 거슬림** —
`lib/components/ui/tag-nav/tag-nav.svelte`
- `scrollbar-width: none` + `::-webkit-scrollbar { display: none }` 추가
- 스크롤 동작은 유지하고 시각적 스크롤바만 제거
- **#9270 [폰] 왼쪽 추가 메뉴 텍스트 크기 개선** —
`lib/components/layout/sidebar.svelte`
- "추가 단축키" 섹션의 summary 글자 `text-[10px]` → `text-xs` (1단계 ↑)
- shift slot 항목 글자 `text-xs` → `text-sm` (1단계 ↑)
### Skip (1건)
- **#9220 글쓰기 화면 게시판명 헤더 표시** — 이미 PR #998 에서 적용됨
- `routes/[boardId]/write/+page.svelte` line 234 에 `<h1
class="text-foreground mb-4 text-xl font-bold">{boardTitle} — 새 글
작성</h1>` 존재
- 추가 변경 없음
## Test plan
- [ ] 메인 페이지에서 tag-nav 영역 가로 스크롤바 노출 안 됨 확인 (Chrome / Safari / Firefox)
- [ ] tag-nav 좌우 swipe 스크롤 정상 동작 (모바일)
- [ ] 사이드바 즐겨찾기에 "추가 단축키" (Shift+숫자 슬롯) 등록한 회원 화면에서 글자 크기 1단계 커진 것 시인성
확인
- [ ] 글쓰기 화면 (`/free/write` 등) 진입 시 게시판명 헤더 노출 (#9220 회귀 확인)
- [ ] svelte-check 0 errors (워크플로우에서)
## 참고
분석 보고서: `/home/angple/docs/2026-04-30-bug-sweep-followup-batch.md` Brief
A 섹션
Co-authored-by: sdk-kr <deploy@damoang.net>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Test plan