[refactor/MAT-914] drawing import 패키지 전환 + scrap/utils/skia 삭제#355
Open
b0nsu wants to merge 1 commit into
Open
[refactor/MAT-914] drawing import 패키지 전환 + scrap/utils/skia 삭제#355b0nsu wants to merge 1 commit into
b0nsu wants to merge 1 commit into
Conversation
…-914) 기존 apps/native/src/features/student/scrap/utils/skia/ 의 drawing.tsx / smoothing.ts 는 @repo/pointer-native-drawing 패키지 도입 전 위치. develop 시점 패키지와 코드 동일. - ProblemScreen / ScrapDetailScreen / useHandwritingManager / handwritingEncoder 의 import 를 @repo/pointer-native-drawing 으로 전환 - scrap/utils/skia/ 디렉토리 삭제 (drawing.tsx + smoothing.ts + index.ts) 향후 MAT-897 우산의 drawing 5단계 PR(MAT-898~902) 변경이 ProblemScreen / Scrap 양쪽에 자동 반영됨. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
scrap/utils/skia/ 의 drawing.tsx / smoothing.ts 는 `@repo/pointer-native-drawing` 도입 전 위치이며 develop 시점 패키지와 코드 동일. caller(ProblemScreen / ScrapDetailScreen / useHandwritingManager / handwritingEncoder) 4곳의 import 를 패키지로 전환하고 옛 위치 삭제.
Linear
Changes
Testing
Risk / Impact