-
Notifications
You must be signed in to change notification settings - Fork 25
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
#780 | Search bar (part 1) - create basic search UI with address support #799
#780 | Search bar (part 1) - create basic search UI with address support #799
Conversation
✅ Deploy Preview for teloscan-stage ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for testnet-teloscan ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-mainnet-teloscan ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
If I search 0x0 I get only addresses, if I add a 1 so 0x01 I get transactions, if I add a 2, 0x012 I get addresses and transactions. If theres addresses that match 0x012 then those addresses should match 0x01. There's also 0xc9 which should match a contract https://deploy-preview-799--dev-mainnet-teloscan.netlify.app/address/0xc96afc666A4195366a46E4ca8C4f10f3C39Ee363 but only matches transactions. |
Fixes #780
Draft: this PR is completely included in the second part: #800
Description
This PR implements a functional search UI that supports address searches. The search bar is now displaying correct results for all categories, but only addresses and transactions are correctly displayed.
Note:
Error handling and adaptation to small resolutions are still missing.
Test Scenarios