Skip to content

Conversation

@nick-skriabin
Copy link
Member

This PR addresses the issue where undo hotkey won't do anything during drawing and/or after competing a region. This is done by removing the isDrawing check in the undo hotkey handler. This behavior matches the behavior of the undo/redo buttons in the sidebar.

Another issue this PR addresses is incorrect marking of the incomplete regions in the sidebar -- previously the code wouldn't account for maxPoints property correctly.

@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit f5968a5
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/692dc36f54cc610008dbaa4a

@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit f5968a5
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/692dc36f43f6f9000888d9b7
😎 Deploy Preview https://deploy-preview-8916--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit f5968a5
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/692dc36f37e8630008814875
😎 Deploy Preview https://deploy-preview-8916--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the fix label Nov 30, 2025
@netlify
Copy link

netlify bot commented Nov 30, 2025

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit f5968a5
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/692dc36f65de9800080be696

@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

❌ Patch coverage is 22.22222% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.78%. Comparing base (8fb49b8) to head (f5968a5).
⚠️ Report is 3 commits behind head on develop.

Files with missing lines Patch % Lines
.../editor/src/components/KonvaVector/KonvaVector.tsx 0.00% 4 Missing ⚠️
...nents/KonvaVector/components/VectorTransformer.tsx 0.00% 2 Missing ⚠️
web/libs/editor/src/regions/VectorRegion.jsx 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (8fb49b8) and HEAD (f5968a5). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (8fb49b8) HEAD (f5968a5)
pytests 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8916      +/-   ##
===========================================
- Coverage    66.04%   57.78%   -8.27%     
===========================================
  Files          828      561     -267     
  Lines        64832    40893   -23939     
  Branches     11044    11043       -1     
===========================================
- Hits         42820    23630   -19190     
+ Misses       22008    17259    -4749     
  Partials         4        4              
Flag Coverage Δ
lsf-e2e 51.80% <22.22%> (+0.74%) ⬆️
lsf-integration 48.58% <22.22%> (+0.28%) ⬆️
lsf-unit 8.33% <0.00%> (-0.01%) ⬇️
pytests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nick-skriabin
Copy link
Member Author

nick-skriabin commented Dec 1, 2025

/git merge

Workflow run
Successfully merged: create mode 100644 web/libs/storybook/public/logo.svg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants