refactor: fadePosition enum을 픽셀 기반 페이드 설정으로 전환#56
Closed
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
개요
페이드 위치를 드롭다운으로 고르던 방식에서, 상단/하단 페이드를 각각 픽셀 값으로 직접 설정하는 방식으로 변경
원래는 드롭다운에서 커스텀을 선택 시, 픽셀 값으로 변경할 수 있게 하려고 했지만 단순화를 위해 통일함
변경 내용
백엔드
fadeTopPx,fadeBottomPx,reverseFadeTopPx,reverseFadeBottomPx필드 추가fadePositionenum이 남아있는 store/프리셋은 자동으로 픽셀값으로 변환하는 마이그레이션 추가preset_load()와keys_reset_all()에서keyDisplayDelayMs가 빠져있던 기존 누락 수정프론트엔드
마이그레이션 매핑