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(app): update software keyboard css to aling with dqa #12940

Merged
merged 2 commits into from
Jun 21, 2023

Conversation

koji
Copy link
Contributor

@koji koji commented Jun 20, 2023

Overview

update the index.css under software keyboard
fix RAUT-497

updated_keyboard.mov

Test Plan

Changelog

Review requests

Risk assessment

low

update the index.css under software keyboard

fix RAUT-497
@koji koji requested review from ewagoner, jerader and a team June 20, 2023 19:22
@koji koji marked this pull request as ready for review June 20, 2023 19:22
@koji koji requested a review from a team as a code owner June 20, 2023 19:22
@koji koji removed the request for review from a team June 20, 2023 19:22
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #12940 (ab50aac) into edge (9201f57) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             edge   #12940    +/-   ##
========================================
  Coverage   72.88%   72.89%            
========================================
  Files        2342     2345     +3     
  Lines       64208    64411   +203     
  Branches     7127     7227   +100     
========================================
+ Hits        46799    46952   +153     
- Misses      15741    15775    +34     
- Partials     1668     1684    +16     
Flag Coverage Δ
app 71.54% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 14 files with indirect coverage changes

Copy link
Contributor

@brenthagen brenthagen left a comment

Choose a reason for hiding this comment

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

comment about the numpad, otherwise fixes the DQA ticket ✔️

background-color: #d0d0d0;
font-family: 'Public Sans', sans-serif;
padding: 8px;
font-size: 28px;
}

.simple-keyboard.oddTheme1 .hg-row .hg-button:not(:last-child) {
Copy link
Contributor

Choose a reason for hiding this comment

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

should this also be .hg-row:not(:last-child)? without, the numpad has extra bottom margin also:

Screen Shot 2023-06-21 at 1 54 17 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks!

@koji koji merged commit 589b7e3 into edge Jun 21, 2023
@koji koji deleted the fix_update-software-keyboard-dqa2 branch June 21, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants