wireapp / wire-webapp

👽 Wire for web
https://app.wire.com
GNU General Public License v3.0
1.13k stars 290 forks source link

refactor: Use KeyboardUtil more often #17597

Closed svitovyda closed 1 month ago

svitovyda commented 1 month ago

Description

Replaced some simple custom keyboard listeners with the ones from KeyboardUtil

Screenshots/Screencast (for UI changes)

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 11.11111% with 8 lines in your changes missing coverage. Please review.

Project coverage is 46.12%. Comparing base (a01fa21) to head (eb9801e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #17597 +/- ## ========================================== + Coverage 46.11% 46.12% +0.01% ========================================== Files 760 760 Lines 25017 25012 -5 Branches 5729 5724 -5 ========================================== + Hits 11537 11538 +1 + Misses 12036 12031 -5 + Partials 1444 1443 -1 ```