[Feat] 질문 및 토픽 즐겨찾기 기능 추가#56
Merged
SangHyun01 merged 9 commits intodevelopfrom Nov 25, 2025
Hidden character warning
The head ref may contain hidden characters: "55-feat-\uc9c8\ubb38-\ubc0f-\ud1a0\ud53d-\uc990\uaca8\ucc3e\uae30-\uae30\ub2a5-\ucd94\uac00"
Merged
Conversation
SangHyun01
approved these changes
Nov 25, 2025
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.
Feat: 질문 및 토픽 즐겨찾기 기능 추가 및 코드 스타일 개선
Summary
이 PR은 사용자가 즐겨찾는 토픽과 질문을 북마크할 수 있는 새로운 기능을 도입합니다. 또한, 사이드바와 메시지 버블에 대한 UI 조정, 버그 수정 및 전반적인 코드 스타일 개선 사항이 포함되어 있습니다.
Changes
토픽 및 질문 즐겨찾기 기능
개별 질문 즐겨찾기
버그 수정 및 UI 조정
bookmarked->favorite리팩토링: 백엔드 API와의 일관성을 위해 코드베이스 전체에서bookmarked속성명을favorite으로 변경했습니다.코드 스타일 및 리팩토링
Typewriter.tsx컴포넌트를 삭제했습니다.QuestionCard.tsx컴포넌트를 추가했습니다 (향후 사용 예정).관련 이슈