Skip to content

Jon/kav button #5614

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

Merged
merged 3 commits into from
Jun 5, 2025
Merged

Jon/kav button #5614

merged 3 commits into from
Jun 5, 2025

Conversation

Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Jun 4, 2025

image Screenshot 2025-06-04 at 3 33 55 PM

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Copy link
Contributor

@swansontec swansontec left a comment

Choose a reason for hiding this comment

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

We definitely need to fix the incorrect comment.


const keyboardAccessoryStyle = React.useMemo(
() => ({
...styles.keyboardAccessory,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe get rid of the cacheStyles, and just put backgroundColor: 'transparent' directly in here. We're going to burn way more CPU cycles on the caching than we are on this one style property.

</View>
</SceneContainer>
</SceneWrapper>
<KavButton disabled={spinner1 || spinner2} label={lstrings.string_next_capitalized} onPress={handleSubmit} hasTabs hasNotifications />
Copy link
Contributor

Choose a reason for hiding this comment

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

In the KavButton comment, you said this needs to be child of SceneWrapper. Here, it's a sibling. We either need to fix the comment, or we need to fix this code.

@Jon-edge Jon-edge merged commit 9e6994e into develop Jun 5, 2025
2 checks passed
@Jon-edge Jon-edge deleted the jon/kav-button branch June 5, 2025 06: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