Skip to content

fix: FIT-255: Video settings on Labeling Interface Settings modal don't work #7816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2025

Conversation

yyassi-heartex
Copy link
Contributor

This pull request introduces two changes to the SettingsModel in web/libs/editor/src/stores/SettingsStore.js. These changes enhance the model's functionality by adding a new property and a method for toggling boolean properties.
before:
image

after:
image

Enhancements to SettingsModel:

  • Added a new optional boolean property, videoDrawOutside, to the SettingsModel. This property can be used to control whether video elements are drawn outside a specific boundary.
  • Introduced a new method, toggleProperty(name), which allows toggling the value of a boolean property dynamically. This simplifies the process of flipping boolean states in the model.

Copy link

netlify bot commented Jun 23, 2025

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

Name Link
🔨 Latest commit a264b73
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/685959d629c4d70008337e55

Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit a264b73
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/685959d629c4d70008337e51

Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit a264b73
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/685959d6f93462000833a280
😎 Deploy Preview https://deploy-preview-7816--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 Jun 23, 2025
@yyassi-heartex yyassi-heartex requested a review from a team June 23, 2025 13:42
Copy link

netlify bot commented Jun 23, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit a264b73
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/685959d65a24ed0008595efd
😎 Deploy Preview https://deploy-preview-7816--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.

Copy link
Collaborator

@hlomzik hlomzik left a comment

Choose a reason for hiding this comment

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

we used a method we don't have in the code? wow!
that's very simple and important fix

@robot-ci-heartex robot-ci-heartex merged commit ae2655a into develop Jun 23, 2025
44 checks passed
@robot-ci-heartex robot-ci-heartex deleted the fb-fit-255/allow-draw-outside branch June 23, 2025 17:06
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