Skip to content

fix: use half-block unicode renderer to shrink pairing qr code#71

Merged
jbj338033 merged 1 commit into
mainfrom
fix/shrink-pairing-qr-code
Jun 17, 2026
Merged

fix: use half-block unicode renderer to shrink pairing qr code#71
jbj338033 merged 1 commit into
mainfrom
fix/shrink-pairing-qr-code

Conversation

@jbj338033

Copy link
Copy Markdown
Collaborator

Summary

goat remote pair의 QR 코드가 render::<char>()module_dimensions(2, 1)을 써서 필요 이상으로 크게 출력됐습니다. Dense1x2 half-block 렌더러(/// )로 교체해 QR 2행을 터미널 1줄에 패킹하여 높이와 너비를 모두 절반으로 줄입니다.

Verification

  • cargo fmt --all --check — passed
  • full clippy/test: 빌드 환경 타임아웃으로 로컬 CI 미실행; 변경은 Dense1x2 타입 참조 교체 3줄이며 추가 의존성 없음

@jbj338033 jbj338033 merged commit acd400f into main Jun 17, 2026
5 checks passed
@jbj338033 jbj338033 deleted the fix/shrink-pairing-qr-code branch June 17, 2026 13:55
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