refactor(convention): 공개 글 제목과 문체 정리 - #94
Conversation
방문자 관점에서 보이는 레이아웃 잔버그를 정리했어요. 모바일 하단 네비게이션을 좌측 드로어로 바꾸고 헤더와 글로벌 레이아웃의 간섭을 줄였어요. 베트남 여행 글의 어색한 문장 배치도 함께 정리했어요.
공개 Tech/Life 글의 제목을 더 담백하고 신뢰감 있는 톤으로 맞췄어요.\n공개 글 본문은 의미를 바꾸지 않고 하다체 중심으로 정리했어요.\n본문이 없는 공개 메타와 DB 글 경로도 현재 기준에 맞게 정리했어요.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9356410167
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <button | ||
| type="button" | ||
| aria-label="메뉴 닫기" | ||
| className={clsx( |
There was a problem hiding this comment.
Prevent closed drawer controls from receiving focus
When open is false, the drawer remains mounted and only uses visual classes (opacity, translate, pointer-events) to hide itself, so keyboard users on mobile can still tab to invisible drawer controls and links. This creates hidden focus targets and can trigger unexpected navigation despite the menu being “closed”; conditionally rendering the drawer/backdrop or applying inert/hidden (or equivalent tab suppression) when closed would avoid this.
Useful? React with 👍 / 👎.
Summary
Validation