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 fade header #436

Merged
merged 3 commits into from
Mar 26, 2020
Merged

Fix fade header #436

merged 3 commits into from
Mar 26, 2020

Conversation

McGiverGim
Copy link
Member

Fixes #427 maybe it produces from time to time some glitch when pressing H a lot of times but it fixes itself with one press more. Now it lefts the window unusable so I think the fix is good enough...

I have divided the PR into two commit to let review it easily:

  • First it fixes the problem
  • Second, updates the bootstrap library to 3.4.1 and includes it in the yarn/npm system. It exists a version 4, but needs more changes in the code.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mikeller
Copy link
Member

Thanks for fixing this @McGiverGim. With respect to the bootstrap update, have you looked into switching to consuming bootstrap from the npm package instead of locally bundling a version? This will make future updates much easier.

@mikeller mikeller added this to the 3.5.0 milestone Mar 25, 2020
@McGiverGim
Copy link
Member Author

Yes, that is what I did. Now is included as npm package.

@mikeller mikeller merged commit 82569d4 into betaflight:master Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: pressing H quickly & repeatedly will fade the background completely to black
2 participants