Skip to content

Conversation

@Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Jan 13, 2026

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)

https://app.asana.com/1/9976422036640/project/1200382638405084/task/1212576624322582?focus=true


Note

Improves search UX and aligns API usage across scenes.

  • Refactors SearchFooter: replace onStartSearching/onDoneSearching with onFocus/onCancel, add onSubmitEditing to dismiss the keyboard, and set autoCorrect={false}; removes Space wrapper and simplifies handlers
  • Updates search footers in CoinRankingScene, GiftCardMarketScene, Staking/EarnScene, TransactionListScene, and WalletDetailsScene (plus WalletListScene) to new props
  • CHANGELOG: notes fixes for keyboard dismissal on submit and disabled autocorrect for search input

Written by Cursor Bugbot for commit 93ec43c. This will update automatically on new commits. Configure here.

Comment on lines 57 to 64
const handleCancel = useHandler(() => {
onCancel()
})

const handleSearchFocus = useHandler(() => {
onStartSearching()
onFocus()
})
Copy link
Contributor

Choose a reason for hiding this comment

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

Optional: Get rid of handleCancel, and just pass onCancel straight to the text input. Same for handleSearchFocus. Straight pass-through like this is allowed and even encouraged - one less function to create & run.

@Jon-edge Jon-edge force-pushed the jon/fix/search-keyboard-dismiss branch 2 times, most recently from 384bc88 to 2e7a980 Compare January 16, 2026 01:39
- Fix misleading reinvented prop names
- Remove styled components
- Dismiss keyboard when search is submitted
- Disable auto-correct for search input
@Jon-edge Jon-edge force-pushed the jon/fix/search-keyboard-dismiss branch from 2e7a980 to 93ec43c Compare January 16, 2026 01:51
@Jon-edge Jon-edge merged commit 87efb56 into develop Jan 16, 2026
4 checks passed
@Jon-edge Jon-edge deleted the jon/fix/search-keyboard-dismiss branch January 16, 2026 02:51
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.

3 participants