Commit 160d6a5
feat(developer-hub): add multi-feed search functionality to Lazer price feed IDs
Users can now search for multiple feeds simultaneously by entering
comma or space-separated search terms. For example:
- 'BTC ETH' shows feeds matching either BTC or ETH
- 'BTC, ETH, SOL' shows feeds matching any of the three terms
The search uses OR logic - a feed is shown if it matches ANY of the
search terms.
Co-Authored-By: aditya@dourolabs.xyz <aditya@dourolabs.xyz>1 parent 77ccbcf commit 160d6a5
File tree
1 file changed
+30
-4
lines changed- apps/developer-hub/src/components/PriceFeedIdsProTable
1 file changed
+30
-4
lines changedLines changed: 30 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
67 | 93 | | |
68 | 94 | | |
69 | 95 | | |
| |||
95 | 121 | | |
96 | 122 | | |
97 | 123 | | |
98 | | - | |
| 124 | + | |
99 | 125 | | |
100 | 126 | | |
101 | 127 | | |
| |||
0 commit comments