Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The previous SearchBar showed some strange behavior when the viewport was small but not small enough to trigger the mobile view, resulting in the SearchBar being too small.
A few changes have been made to improve this:
Cashlink Button
The new cashlink button consist in a circle with a dot notification for the amount of pending cashlinks.
New SearchBar Behavior
The search bar is collapsed and displays
Search transactions
when it's not being used (i.e., not focused or no text entered).When is being used, it will take all the remaining space and the placeholder will change to
Search transactions by contact, address, etc.
if there's enough space.An
X
button has been added for clearing the input and collapsing the bar. Its behavior is as follows:You can also watch a video preview here
If there's not enough space for the bar to be clearly visible, it will extend, taking up the send and receive button space
Lastly, before the search bar didn't have a minimun width (can be seen in the first screenshot). Now it will look like a button and take the full width when clicked on it