homebase-app
homebase-app copied to clipboard
User search bars
Closes #851
Deploy Preview for tezos-homebase ready!
| Name | Link |
|---|---|
| Latest commit | d650d2d2a65a43a501268e35655cdea58f1e2139 |
| Latest deploy log | https://app.netlify.com/sites/tezos-homebase/deploys/67157627452f860008d221de |
| Deploy Preview | https://deploy-preview-853--tezos-homebase.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 36 (🔴 down 4 from production) Accessibility: 89 (no change from production) Best Practices: 100 (no change from production) SEO: 54 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
If you go to a specific page on token list page. and then search for token not in that page the search doesn't work or doesn't show the token you're searching for. Even if it's there.
- Go to specific page
- search for a token that exists.
The logic is still not working.
@Man-Jain This item appears in the list because the search considers the id, name, and symbol fields when processing the query. In this case, the name of the PNLP token is ‘SEB-PEPE PNLP’, which is why it shows up in the search results.
The logic is still not working.
@Man-Jain This item appears in the list because the search considers the
id, name, and symbolfields when processing the query. In this case, the name of the PNLP token is ‘SEB-PEPE PNLP’, which is why it shows up in the search results.
Ohhh makes sense then. Alright.
https://github.com/dOrgTech/homebase-app/pull/853#issuecomment-2425223895
If you go to a specific page on token list page. and then search for token not in that page the search doesn't work or doesn't show the token you're searching for. Even if it's there.
1. Go to specific page![]()
2. search for a token that exists.![]()
@Man-Jain This one is resolved now by resetting the page counter whenever user searches for something.

The logic is still not working.