Skip to content

[feat/native/problem-#193] 문제 풀이 canvas 구현#206

Merged
sterdsterd merged 13 commits intodevelopfrom
feat/native/problem-#193
Feb 13, 2026
Merged

[feat/native/problem-#193] 문제 풀이 canvas 구현#206
sterdsterd merged 13 commits intodevelopfrom
feat/native/problem-#193

Conversation

@b0nsu
Copy link
Collaborator

@b0nsu b0nsu commented Feb 10, 2026

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  1. DrawingCanvas 추가
  2. ProblemDrawingToolbar 구현
  • DrawingToolbar 커스텀(No TextMode, Not selectable pen, eraser width)

@vercel
Copy link

vercel bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pointer-admin Ready Ready Preview, Comment Feb 11, 2026 1:21pm

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements a drawing canvas feature for the problem-solving screen, allowing students to draw directly on problem content. The implementation adds a simplified drawing toolbar and overlays a transparent drawing canvas on top of the problem viewer.

Changes:

  • Added ProblemDrawingToolbar component with undo/redo and pen/eraser modes (no text mode or size selectors)
  • Modified DrawingToolbar to support optional text mode props for reusability
  • Integrated drawing canvas overlay on ProblemScreen with transparent background

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.

File Description
apps/native/src/features/student/problem/components/ProblemDrawingToolbar.tsx New simplified toolbar component for problem screen with undo/redo and pen/eraser functionality
apps/native/src/features/student/scrap/components/scrap/DrawingToolbar.tsx Made text mode props optional to support use cases without text input
apps/native/src/features/student/problem/screens/ProblemScreen.tsx Integrated drawing canvas and toolbar with absolute positioning overlay
apps/native/src/features/student/scrap/utils/skia/drawing.tsx Changed canvas background from white to transparent for overlay functionality

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

….tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
….tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
b0nsu and others added 2 commits February 11, 2026 22:19
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
b0nsu

This comment was marked as resolved.

Copy link
Collaborator

@sterdsterd sterdsterd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나중에 Drawing 관련된 파일들 scrap 밑 말고 밖으로 빼는 게 좋을듯

@sterdsterd sterdsterd merged commit 01f83ec into develop Feb 13, 2026
2 checks passed
@sterdsterd sterdsterd deleted the feat/native/problem-#193 branch February 13, 2026 17:34
@sterdsterd sterdsterd linked an issue Feb 13, 2026 that may be closed by this pull request
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.

[feat/native/problem-#193] 문제풀이 canvas 추가

2 participants