[cherry-pick] 레슨 피드백 글자수 제한·카운터, 피드 이미지 JPEG 수정#694
Conversation
…미지 업로드 시 JPEG 확장자 jpeg → jpg 통일 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…드백 1000자 제한·카운터 추가, 이미지 업로드 normalizeImageFileForUpload 적용 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…록 마크다운 에디터 내부 이미지 업로드 기능 제거 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 45 minutes and 46 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
개요
레슨 피드백 textarea에 1000자 제한 및 실시간 카운터를 추가하고, 피드 이미지 업로드 시 JPEG 확장자를
jpeg → jpg로 통일했습니다. 또한 피드 등록 마크다운 에디터 내부의 이미지 업로드 기능을 제거해 중복 업로드 경로를 정리했습니다.원본 PR
hotfix/lesson-submitCherry-pick 대상 커밋
de7b055— [lesson-submit] fix : 피드 이미지 업로드 시 JPEG 확장자 jpeg → jpg 통일b2c4457— [lesson-submit] fix : 레슨 피드백 1000자 제한·카운터 추가, 이미지 업로드 normalizeImageFileForUpload 적용d1e7d09— [lesson-submit] fix : 피드 등록 마크다운 에디터 내부 이미지 업로드 기능 제거변경 파일
src/app/(class-lesson)/class/[slug]/lesson/[id]/_components/lesson-review-form.tsx— 1000자 제한 + 실시간 글자 수 카운터 추가src/app/(class-lesson)/class/[slug]/lesson/[id]/_components/lesson-screenshot-modal.tsx— 이미지 업로드 normalizeImageFileForUpload 적용src/app/(landing)/class/[slug]/(learning)/feed/write/page.tsx— 마크다운 에디터 내부 이미지 업로드 기능 제거, JPEG 확장자 통일src/features/community/api/community-api.ts— JPEG 확장자 jpeg → jpg 통일혼입 검증 결과
Test plan
.jpeg확장자가.jpg로 저장되는지 확인/feed/write)에서 마크다운 에디터 내 이미지 업로드 버튼 제거 확인🤖 Generated with Claude Code