Skip to content
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

fix issue #425 -- fix export video stuck calculating if craft/stick size = 0 #586

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

meoso
Copy link

@meoso meoso commented Jun 23, 2022

Co-authored-by: haslinghuis mark@numloq.nl

@haslinghuis
Copy link
Member

Is there a reason we need craft-size of 0%

Otherwise we should just limit range here by setting min to 1:

<input name="craft-size" type="number" step="1" min="0" max="100"

@meoso
Copy link
Author

meoso commented Jun 23, 2022

i set it 0% to export video without displaying them; however, toggling the render "off" is just as effective.

js/flightlog_video_renderer.js Outdated Show resolved Hide resolved
@haslinghuis
Copy link
Member

Please amend the PR without creating another commit - or squash afterwards

@sonarcloud
Copy link

sonarcloud bot commented Jun 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

Do you want to test this code? Here you have an automated build:
Betaflight-Blackbox-Explorer-Linux
Betaflight-Blackbox-Explorer-macOS
Betaflight-Blackbox-Explorer-Windows
WARNING: It may be unstable and result in corrupted configurations or data loss. Use only for testing!

@haslinghuis haslinghuis added this to the 3.7.0 milestone Jun 23, 2022
@blckmn
Copy link
Member

blckmn commented Jun 23, 2022

AUTOMERGE: (FAIL)

  • github identifies PR as mergeable -> PASS
  • assigned to a milestone -> PASS
  • cooling off period lapsed -> PASS
  • commit count less or equal to three -> PASS
  • Don't merge label NOT found -> PASS
  • at least one RN: label found -> FAIL
  • Tested label found -> FAIL
  • assigned to an approver -> FAIL
  • approver count at least three -> FAIL

@haslinghuis haslinghuis merged commit 1fd3922 into betaflight:master Jun 24, 2022
Finalizing Firmware 4.4 Release automation moved this from Client to Closed Jun 24, 2022
@nerdCopter nerdCopter deleted the 20220613_fix_issue_425 branch January 24, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

bug: export video stuck calculating if craft:size or stick:size set to 0%
4 participants