[Feat] : 패치노트 페이지 추가 (#228)#229
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
/describe |
|
/review |
Review Summary by QodoAdd patch notes page with changelog display
WalkthroughsDescription• Add new patch notes page at /info/patch-notes route • Display changelog entries in reverse chronological order with version cards • Implement hierarchical bullet formatting for changelog messages • Add patch notes menu item to info page with ScrollText icon Diagramflowchart LR
A["Info Page"] -- "Add menu item" --> B["Patch Notes Page"]
C["changelog.json"] -- "Import & reverse" --> B
B -- "Render entries" --> D["Version Cards"]
D -- "Format messages" --> E["Bullet List"]
File Changes1. apps/web/src/app/info/page.tsx
|
|
/improve |
Code Review by Qodo
Context used✅ Tickets:
🎫 패치노트 페이지 추가 1. Unstable version ordering
|
|
Persistent review updated to latest commit f16ca9d |
|
PR Description updated to latest commit (f16ca9d)
|
User description
📌 PR 제목
[Feat] : 패치노트 페이지 추가
📌 변경 사항
패치노트카드 추가 (ScrollText 아이콘)💬 추가 참고 사항
PR Type
Enhancement
Description
Add new patch notes page at
/info/patch-notesrouteDisplay changelog entries in reverse chronological order with card UI
Implement hierarchical bullet formatting for sub-items starting with
-Add patch notes menu item to
/infopage with ScrollText iconDiagram Walkthrough
File Walkthrough
page.tsx
Add patch notes menu item to info pageapps/web/src/app/info/page.tsx
ScrollTexticon from lucide-reactmenuItemsarray with idpatch-notes,title
패치노트, and descriptionScrollTexticon for visual representationpage.tsx
Create patch notes page with changelog renderingapps/web/src/app/info/patch-notes/page.tsx
changelog.json-are indentedsub-items, others are main bullet points
ArrowLefticon