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

Text Input Fixes #4699

Merged
merged 17 commits into from
Jan 12, 2024
Merged

Text Input Fixes #4699

merged 17 commits into from
Jan 12, 2024

Conversation

samholmes
Copy link
Contributor

@samholmes samholmes commented Jan 10, 2024

This allows for the color interpolation to actually animate.

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)

@@ -273,8 +273,7 @@ export const FilledTextInput = React.forwardRef<FilledTextInputRef, FilledTextIn
</Container>
</TouchableWithoutFeedback>
<MessagesContainer>
{valid ? <Message>{valid}</Message> : null}
{error ? <Message danger>{error}</Message> : null}
<Message danger={error != null}>{valid || error || null}</Message>
Copy link
Member

Choose a reason for hiding this comment

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

?? instead of ||

src/components/themed/WalletListHeader.tsx Outdated Show resolved Hide resolved
Introduces DEV_TAB env config to enable or disable the devTab in the
MenuTabs. In the future, this config should be a string which takes the
screen name to load as the devTab.
@samholmes samholmes merged commit 97e1acf into develop Jan 12, 2024
2 checks passed
@samholmes samholmes deleted the sam/input-fixes branch January 12, 2024 02:12
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