-
Notifications
You must be signed in to change notification settings - Fork 60
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
Implement more UI code #1089
Implement more UI code #1089
Conversation
jonwil
commented
Feb 7, 2024
•
edited by xezon
Loading
edited by xezon
- Fixes Backspace key does not remove text in text fields #1078
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #1089 +/- ##
===========================================
- Coverage 2.55% 2.53% -0.03%
===========================================
Files 949 949
Lines 109418 110292 +874
Branches 18667 18881 +214
===========================================
Hits 2799 2799
- Misses 106215 107089 +874
Partials 404 404 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First batch
961e0b7
to
a06a416
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second batch.
Check Box works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. No crashes. UI gadgets work in principle.