Skip to content

Comments

[SRLT-132] 전문가 상세페이지 이미지 로딩 문제 해결#98

Closed
SeongHo5356 wants to merge 1 commit intodevelopfrom
main
Closed

[SRLT-132] 전문가 상세페이지 이미지 로딩 문제 해결#98
SeongHo5356 wants to merge 1 commit intodevelopfrom
main

Conversation

@SeongHo5356
Copy link
Member

@SeongHo5356 SeongHo5356 commented Jan 25, 2026

#️⃣ 관련 이슈

  • #이슈번호

✍️ 작업 내용 요약

ex)채팅 화면 구현 & 챗봇 관련 API 구현

💡 작업 내용

기능

  • ex 뒤로가기, 끝내기 버튼 hover -> 말풍선 설명 띄우기

🖥️ 구현 화면

스크린샷 또는 gif 파일로 올려주시면 됩니다.

기타 사항

기타 안건이나 개인적으로 추가한 사항 적어주시면 됩니다.

Summary by CodeRabbit

  • Chores
    • IDE 프로젝트 설정 파일 추가 (모듈 구성, 코드 스타일, 린팅 및 포맷팅 설정)
    • Next.js 원격 이미지 최적화 지원 확대
    • TypeScript JSX 런타임 설정 업데이트

✏️ Tip: You can customize this high-level summary in your review settings.

@SeongHo5356 SeongHo5356 changed the title feat: (SRLT-132) 전문가 상세페이지 이미지 로딩 문제 해결 [SRLT-132] 전문가 상세페이지 이미지 로딩 문제 해결 Jan 25, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 25, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

인텔리제이 아이디어 IDE 설정 파일들을 추가하고, Next.js 이미지 최적화에 원격 호스트명을 등록하며, TypeScript 설정에서 JSX 런타임을 "preserve"에서 "react-jsx"로 변경합니다.

Changes

코호트 / 파일(들) 변경 요약
IDE 설정 파일
.idea/.gitignore, .idea/codeStyles/*, .idea/inspectionProfiles/*, .idea/modules.xml, .idea/prettier.xml, .idea/vcs.xml
IntelliJ IDEA 프로젝트 설정 추가: 무시 항목, 코드 스타일(HTML/JavaScript/TypeScript/Vue), ESLint 검사, Prettier 자동화 모드, VCS 매핑 구성
IDE 모듈 설정
.idea/STARLIGHT_FE.iml
WEB_MODULE 타입의 새로운 모듈 정의, .tmp/temp/tmp 폴더 제외, 상속된 JDK 및 테스트 소스 폴더 설정
Next.js 설정
next.config.ts
remotePatterns 배열에 starlight-s3.kr.object.ncloudstorage.com 호스트명과 /** 경로 패턴 추가
TypeScript 설정
tsconfig.json
jsx 옵션을 "preserve"에서 "react-jsx"로 변경, lib 및 paths 배열 포맷팅 개선

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

🐞 FIX, ✂️ CHORE

Suggested reviewers

  • parknari02

Poem

🐰 IDE 설정으로 정렬하고,
JSX 런타임으로 변신하네,
S3 호스트를 연결하며,
프로젝트 환경이 반짝반짝! ✨

✨ Finishing touches
  • 📝 Generate docstrings

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant