-
Notifications
You must be signed in to change notification settings - Fork 619
Feature: Routes page #6318
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
Feature: Routes page #6318
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6318 +/- ##
=======================================
Coverage 56.83% 56.83%
=======================================
Files 1168 1168
Lines 64793 64793
Branches 5258 5258
=======================================
Hits 36824 36824
Misses 27242 27242
Partials 727 727
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
Very basic routes page for universal bridge <img width="1723" alt="Screenshot 2025-02-21 at 20 23 30" src="https://github.com/user-attachments/assets/228bd8e4-78e9-4c5b-8dc7-7c32e25ea1ba" /> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on enhancing the dashboard's routing and pagination functionalities, as well as introducing a bridge URL configuration. It includes updates to testing files, UI components, and server-side logic to improve the overall user experience. ### Detailed summary - Added `BRIDGE_URL` to `env.ts` for bridge API configuration. - Updated multiple test files to include `@playwright/test`. - Introduced `ChainlistPagination` and `RouteListView` components for improved navigation. - Enhanced `getRoutes` function to fetch routes with parameters. - Created `RouteListCard` and `RouteListRow` components for displaying routes. - Implemented search functionality in `SearchInput` component. - Updated `RoutesData` to handle pagination and display filtered results. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
22e8222 to
eac713f
Compare
…/github.com/thirdweb-dev/js into greg/tool-3503-universal-bridge-routes-page
Very basic routes page for universal bridge
PR-Codex overview
This PR primarily focuses on enhancing the functionality of the dashboard's routing feature, particularly for bridging tokens between chains. It introduces new components, updates existing ones for better routing, and modifies environment variables for API integration.
Detailed summary
opengraph-image.png.@playwright/test.BRIDGE_URLinenv.ts.getBaseURLfunction to acceptundefined.Routetype inroute.ts..env.examplewith new API hosts.ChainlistPaginationandRouteListViewcomponents.SearchInput,QueryType, and routing logic inpage.tsx.RouteListCardandRouteListRowcomponents for displaying routes.routes-table.tsx.