Merged
Conversation
fix: 프로필 커스텀 이모지/링크 처리
feat: 표준 이모지 팔렛트 확장
feat: 이모지 검색 추천 UX
feat: 이모지 퍼지 검색
fix: 계정 선택 드롭다운 커스텀 이모지 표시
…emoji 댓글/부스트 커스텀 이모지 표시
feat: 댓글/부스트 라벨에서 스레드 팝업 열기
이용약관/라이선스 팝업 노출
README 오픈소스 목록 최신화
feat: 이모지 툴팁에 shortcode 표시
프로필 bio 커스텀 이모지 렌더링 수정
프로필 더보기 메뉴 및 토스트 피드백
프리뷰 카드 본문 3줄 제한 (#133)
알림 팝오버 닫기 버튼 제거 (#127)
계정별 공개 범위 저장 (#146)
프로필 원본 사이트 바로가기 (#126)
타임라인 원본 서버 바로가기 (#148)
- AccountSelector에서 재인증/삭제 버튼 제거하여 계정 선택 전용으로 단순화 - 설정 모달에 계정 관리 설정 항목 추가 (계정 선택 드롭다운 + 재인증/삭제 버튼) - 미사용 AccountManager, SessionStorageAccountStore 파일 삭제 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
feat: 설정 모달에 계정 관리 기능 추가
- 긴 계정 이름이 말줄임표(...)로 표시되도록 ellipsis 처리 추가 - 마우스 오버 시 전체 이름과 핸들을 툴팁으로 표시 - 드롭다운에서 텍스트가 길어질 때 아바타 찌그러짐 방지 (flex-shrink: 0) - 셀렉터 요약과 드롭다운 항목에 적절한 max-width 설정
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.
Summary
Changes
title속성 추가하여 툴팁 기능 구현.account-text에 ellipsis 처리 적용.account-avatar에flex-shrink: 0추가하여 아바타 크기 고정max-width설정Test