-
Notifications
You must be signed in to change notification settings - Fork 403
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
Filter data feed table #1403
Filter data feed table #1403
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@dwightjl, could you share your opinion on this change? |
This change is great and the search works well. Would it be easy to simply list ALL data feeds in one table and add a filter by network? Similar to what you have for the categories, but for each network instead. Ideally we have all data feeds listed in a single table (if performance allows), and let users filter and search to find what they need. Our network selector is just a temporary solution for helping people get the info they need. We can probably merge this as it is, but if it's not hard to list everything together that would be even better. |
* Create design of VRF v2 cost calculator * Add checkbox to have user choose method and compute parameters to compute vrf request cost * Finalize VRF Cost Calculator * Fix API url link * fix API URL issue when calling * Fix total cost output bugs + Add chain icons next to chain name in dropdown + Solve dropdown issue that didn't show on click when input is filled * Fix bug when previous data are not refreshed after changing chain and network in calculator * Fix responsive design issues + Add icons next to network options in dropdown menu + Fix issue where data wre not fetched from API when changing vrf method * Cost calculator edits * Refactor rebase issues + Fix issues that make API calls for BNB fail * Fix issue where gas price input was not taken into account in request cost computation + Add maxCost computation in subscription method depending on gas lane chosen * Apply design suggestions + Fix gas price that formatted the value before the user finished typing * Syntax fix * Add verification gas row in cost table of subscription method + Apply small syntax suggestions * Edits * Add Caret svg to dropdown input * Writer edits * Lint fix --------- Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Dwight Lyle <[email protected]>
smartcontractkit#1415) * Fix issue where supported network link did not work for certain networks + Fix typos * Edits * Apply small syntax suggestion --------- Co-authored-by: Yacine Benichou <[email protected]>
* fix tsconfig.json errors in vscode * fix compile errors in solana pricefeeds off-chain-read.ts
* Create design of VRF v2 cost calculator * Finalize VRF Cost Calculator * Fix total cost output bugs + Add chain icons next to chain name in dropdown + Solve dropdown issue that didn't show on click when input is filled * Fix responsive design issues + Add icons next to network options in dropdown menu + Fix issue where data wre not fetched from API when changing vrf method * Cost calculator edits * Refactor rebase issues + Fix issues that make API calls for BNB fail * Fix Arbitrum computation issue by adding LINK Premium and price feed + Add L1 Gas Price input field to table when network is Arbitrum * Fix API url + edits * Fix issue when L1 gas price estimate could be undefined when switching networks * Writer edits --------- Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Dwight Lyle <[email protected]>
@dwightjl , okay, I will do it. |
1e8b2de
to
1d2d44a
Compare
@dwightjl maybe I should make some modifications so that you can approve this PR?
The URL is in sync, everything appears to be working correctly to me. Please let me know if I have overlooked anything. |
This looks great I just need to set aside some time to go through it in greater detail. Sorry for the delay. I was out for a couple of days last week as well. |
We're getting build errors on this now: https://github.com/smartcontractkit/documentation/actions/runs/6099817310/job/16552816596?pr=1403 It might be due to some changes in #1446 |
I am going to fix it now |
@dwightjl it should be working correctly now, It would be perfect if you would check just in case, before merging. |
This is great work @simkasss. Thank you so much! |
* filter data-feed by category * pagination wip * filter eth mainnet table * add search input * url sync with search * update placeholder * Token terminology update (smartcontractkit#1414) * Vrf v2 cost calculator (smartcontractkit#1353) * Create design of VRF v2 cost calculator * Add checkbox to have user choose method and compute parameters to compute vrf request cost * Finalize VRF Cost Calculator * Fix API url link * fix API URL issue when calling * Fix total cost output bugs + Add chain icons next to chain name in dropdown + Solve dropdown issue that didn't show on click when input is filled * Fix bug when previous data are not refreshed after changing chain and network in calculator * Fix responsive design issues + Add icons next to network options in dropdown menu + Fix issue where data wre not fetched from API when changing vrf method * Cost calculator edits * Refactor rebase issues + Fix issues that make API calls for BNB fail * Fix issue where gas price input was not taken into account in request cost computation + Add maxCost computation in subscription method depending on gas lane chosen * Apply design suggestions + Fix gas price that formatted the value before the user finished typing * Syntax fix * Add verification gas row in cost table of subscription method + Apply small syntax suggestions * Edits * Add Caret svg to dropdown input * Writer edits * Lint fix --------- Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> * Fix issue where supported network link did not work for certain netwo… (smartcontractkit#1415) * Fix issue where supported network link did not work for certain networks + Fix typos * Edits * Apply small syntax suggestion --------- Co-authored-by: Yacine Benichou <[email protected]> * fix tsconfig.json errors in vscode (smartcontractkit#1416) * fix tsconfig.json errors in vscode * fix compile errors in solana pricefeeds off-chain-read.ts * Vrf v2 cost calculator (smartcontractkit#1418) * Create design of VRF v2 cost calculator * Finalize VRF Cost Calculator * Fix total cost output bugs + Add chain icons next to chain name in dropdown + Solve dropdown issue that didn't show on click when input is filled * Fix responsive design issues + Add icons next to network options in dropdown menu + Fix issue where data wre not fetched from API when changing vrf method * Cost calculator edits * Refactor rebase issues + Fix issues that make API calls for BNB fail * Fix Arbitrum computation issue by adding LINK Premium and price feed + Add L1 Gas Price input field to table when network is Arbitrum * Fix API url + edits * Fix issue when L1 gas price estimate could be undefined when switching networks * Writer edits --------- Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Dwight Lyle <[email protected]> * add query parameters * close dropdown on click outside * flexible search box * reset search and categories on network select * typecheck * fix queryString usage --------- Co-authored-by: Dwight Lyle <[email protected]> Co-authored-by: yacine-benichou <[email protected]> Co-authored-by: Yacine Benichou <[email protected]> Co-authored-by: Amine E <[email protected]>
Relates issues
relates #1384
Description
The Ethereum Mainnet price feed table has been enhanced with filtering by feed category, allowing users to select one category or multiple categories.
Changes
Added pagination and filtering by data feed category.