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

feat: Let users search for both the vault name and symbol #293

Merged
merged 1 commit into from
Jul 22, 2023
Merged

Conversation

karelianpie
Copy link
Member

Description

Add the vault symbol to compare against the searchValue

Related Issue

Closes #291

Motivation and Context

Let users search for both the vault name and symbol so they are more likely to find the vault they are looking for.

How Has This Been Tested?

Tried locally, refer to the screenshot below

Screenshots (if appropriate):

Screenshot 2023-07-21 at 17 07 03

@karelianpie karelianpie self-assigned this Jul 21, 2023
@vercel
Copy link

vercel bot commented Jul 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yearnfi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2023 2:10pm

Comment on lines -219 to -220
const vaultsToUse = [...vaultsToDisplay];

Copy link
Member Author

Choose a reason for hiding this comment

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

This seemed unnecessary, spreading the vaults to just put them back again into an array

@Majorfi Majorfi added this pull request to the merge queue Jul 22, 2023
Merged via the queue into main with commit 9b5da88 Jul 22, 2023
9 checks passed
@Majorfi Majorfi deleted the issues/291 branch July 22, 2023 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🟢 Done
Development

Successfully merging this pull request may close these issues.

FRP: Let users search for both the vault name and symbol
2 participants