-
Notifications
You must be signed in to change notification settings - Fork 38
fix: fix TnC signing issue on mobile wallets #229
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
Closed
Closed
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
- Added support for SVG imports using @svgr/webpack in the webpack configuration. - Updated package.json to include @svgr/webpack dependency. - Refactored various components to use SVG icons directly instead of image imports. - Introduced new gradient styles in globals.css for better UI consistency. - Improved layout and styling in strategy-related components for a more cohesive design. - Fixed minor issues in transaction history and deposit components for better user experience.
- Introduced a new APYHistory component to display historical APY data using a responsive area chart. - Updated the Strategy component to include a new tab for APY History, allowing users to view APY trends. - Enhanced the TVL component with improved styling and layout consistency. - Added recharts library to package.json for chart rendering capabilities.
- Updated padding in various tabs for improved layout. - Reorganized tab structure in the Strategy component to better reflect APY and risk information. - Introduced a new APYHistory icon and updated related tracking events. - Enhanced the StrategyInfo component layout for better alignment and spacing. - Added new SVG asset for APY History representation. - Adjusted footer margin for better visual separation.
- Upgraded starknetkit from version 2.4.0 to 2.12.1 to reflect Ready rebranding - Updated @starknet-io/get-starknet-core and @starknet-io/get-starknet to version 4.0.7 for compatibility. - Added new dependency @argent/x-ui at version 1.87.0. - Updated react and react-dom to version 18.3.1 for the latest features and fixes.
- Introduced a TimeRangeSelector component for selecting APY history display ranges (1d, 7d, 30d, all). - Updated APYHistory component to utilize the selected time range for data filtering. - Added new theme colors for improved UI consistency. - Refactored dummy APY history data generation for dynamic date handling.
- Removed box shadow from the Home component for a cleaner look. - Changed text color from white to black in the Filters component for better readability against the purple background.
- Added a new route for fetching APY history based on strategy ID and duration. - Introduced APYHistory and APYHistoryBlockInfo interfaces to manage APY data structure. - Enhanced EkuboClStrategy with a method to retrieve APY history from block data. - Updated pre-commit hook to only add staged files after linting and formatting.
Sensei improvements
Evergreen vaults release
…ng signing process
…refactor Navbar and TnCModal components by removing unused account variable for cleaner code.
…nCModal component
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.
PR Fixes:
Checklist before requesting a review