-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rwa tokenization changes #3268
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
Open
AKCodez
wants to merge
22
commits into
master
Choose a base branch
from
rwa-tokenization-changes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rwa tokenization changes #3268
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
… adjustments - Changed the payments page to use `index.page.tsx` instead of `index.md` for better component integration. - Added `AdvantagesSection` and `ProjectCards` components to both payments and tokenization pages to enhance content presentation. - Adjusted CSS styles for improved responsiveness and layout consistency across different screen sizes. - Removed outdated security card implementation in tokenization page and replaced it with a more streamlined advantages section.
- Replaced the manual benefits list in the index page with the BenefitsSection component for improved maintainability. - Added BenefitsSection to the payments page, showcasing embedded payment use cases with new card data. - Updated ProjectCards component to support optional button text for enhanced project presentation. - Introduced new CSS styles for embedded payments icons and battle-tested project cards for better visual consistency.
…layout improvements - Integrated DeveloperResourcesSection into both payments and tokenization pages to provide developers with essential resources and community links. - Updated payment URLs for various stablecoins to direct users to relevant external resources. - Improved layout and styling for the payments integration section, ensuring better responsiveness and user experience. - Refactored CSS for shared developer tools styles between payments and tokenization pages, enhancing visual consistency.
- Simplified the hero section by removing unnecessary container classes. - Adjusted padding and margins in the payments styles to enhance layout consistency across various screen sizes. - Updated media queries to ensure better responsiveness for video content and typography on smaller devices.
…eness - Added max-width and margin adjustments to the payments integration section for better alignment on larger screens. - Implemented responsive breakpoints for the payments integration section to ensure optimal display on medium and large devices. - Introduced new styles for light mode payment logos and embedded payments icons, enhancing visual consistency across the payments page.
Co-authored-by: Rome Reginelli <[email protected]>
Co-authored-by: Rome Reginelli <[email protected]>
Co-authored-by: Rome Reginelli <[email protected]>
Co-authored-by: Rome Reginelli <[email protected]>
- Corrected the class name from `.fiipay` to `.friipay` in the _use-cases.scss file to ensure proper image rendering. - No changes made to the devportal2024-v1.css file, but it remains updated for future styling adjustments.
- Added padding to the developer tools section within the tokenization page for improved layout. - Updated CSS variables in devportal2024-v1.css for consistency and future styling adjustments.
Co-authored-by: Rome Reginelli <[email protected]>
Co-authored-by: Rome Reginelli <[email protected]>
- Adjusted CSS variable definitions for better alignment with design standards. - Ensured future styling adjustments can be made more easily.
- Updated the structure of the tokenization page to improve readability and organization. - Introduced new sections for video content and benefits, enhancing user engagement. - Adjusted CSS styles for better responsiveness and alignment with design standards. - Added a new margin utility class in _helpers.scss for consistent spacing. - Improved the developer resources section to handle single card layouts more effectively.
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.
Branched off payments update page branch in order to make use of new shared components, this will be merged after the payments page updates