-
Notifications
You must be signed in to change notification settings - Fork 8
refactor: update column headers and adjust component styles #1717
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
StefChatz
commented
Nov 28, 2025
- Changed 'Borrow Rate APY' to 'Borrow APY' in BorrowRate component.
- Adjusted class names for Chevron components to improve layout.
- Added 'flex-shrink-0' to AssetImage in Name components for consistent sizing.
- Modified spacing in BridgeRow and Row components for better alignment.
- Changed 'Borrow Rate APY' to 'Borrow APY' in BorrowRate component. - Adjusted class names for Chevron components to improve layout. - Added 'flex-shrink-0' to AssetImage in Name components for consistent sizing. - Modified spacing in BridgeRow and Row components for better alignment.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Changed build and lint scripts to use pnpm instead of yarn. - Added @types/react and @types/react-dom dependencies. - Updated engines section to specify pnpm version. - Improved type handling in Row component by casting row as any. - Adjusted handleBridgeCompletion function to convert amount to string for fee calculation.
- Deleted the engines section specifying pnpm version from package.json.
- Updated various package versions in pnpm-lock.yaml, including zod and react-is. - Adjusted dependencies for several packages to ensure compatibility with the latest versions.
- Introduced a packages section in pnpm-workspace.yaml to include the root directory for package management.
- Added '@delphi-labs/shuttle' dependency with version 4.3.0. - Updated '@delphi-labs/shuttle-react' version to 4.3.0, ensuring compatibility with other dependencies. - Adjusted zod version from 4.1.13 to 3.25.76 across multiple packages for consistency. - Updated various other package versions to maintain compatibility and improve overall dependency management.
- Merged import statements for Row and Table from '@tanstack/react-table' to streamline code structure.
- Added '@types/lodash' dependency with version ^4.17.21 to package.json. - Updated pnpm-lock.yaml to reflect changes in dependency versions, including zod to 4.1.13 across multiple packages for consistency.
- Added '@wagmi/core' dependency with version ^2.19.1 to package.json. - Updated pnpm-lock.yaml to reflect changes in dependency versions, including adjustments to zod from 4.1.13 to 3.25.76 across multiple packages for consistency.
- Added new dependencies: '@cosmjs/encoding' (version ^0.32.0), 'mobile-detect' (version ^1.4.5), and '@eslint/js' (version ^9.15.0). - Updated existing dependencies, including '@keplr-wallet/cosmos' to version 0.12.296 and various other packages to maintain compatibility and improve overall dependency management. - Adjusted versions of 'zod' across multiple packages for consistency.
Patricie29
reviewed
Dec 1, 2025
…k-0' for better layout control
Patricie29
approved these changes
Dec 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.