Commit Graph

10243 Commits

Author SHA1 Message Date
gabriel-ortiz
2e7b4ce758 Enhance CarouselFeatured styles for improved responsiveness
- Added flex-direction adjustments for CarouselFeatured component to support column-reverse layout on smaller screens and row layout on medium and larger screens.
- Removed redundant vendor prefixes from box-sizing and text-decoration properties in devportal2024-v1.css for cleaner code and improved maintainability.
2026-05-12 10:32:35 -07:00
gabriel-ortiz
df6a1587f1 Add Payments Page and Sections
- Created a new Payments page with multiple sections including Hero, Why Choose, Advanced Features, Stablecoins, Embedded Payments, Partner Logos, Flexible Integration, Developer Spotlight, and Stay Connected.
- Each section is designed to highlight various aspects of the XRP Ledger Payments Infrastructure, featuring components like FeaturedVideoHero and CardsIconGrid.
- Added corresponding styles and images to enhance the visual presentation of the new sections.
2026-05-05 16:57:13 -07:00
gabriel-ortiz
af81994d9c Merge pull request #3628 from XRPLF/go/feat/composeHome
Refactor home page sections and introduce new components
2026-04-30 13:56:43 -07:00
gabriel-ortiz
76c5d6a88d Refactor home page sections and introduce new components
- Replaced existing content in index.page.tsx with new section components for improved structure and maintainability.
- Added new sections: HomeBeginJourneySection, HomeBlockchainStatsSection, HomeComplianceDirectorySection, HomeDevelopersFeatureSection, HomeFutureFinanceCallout, HomeHeroCallout, HomeInstitutionsFeatureSection, HomePartnerLogosSection, HomeStayConnectedSection, and HomeCarousel.
- Updated styles for CarouselFeatured and CardStat components to enhance visual consistency and responsiveness.
- Introduced SCSS for HomeHero section to manage layout and spacing effectively.
2026-04-30 11:31:41 -07:00
gabriel-ortiz
8d65b8e751 Merge pull request #3604 from XRPLF/go/chore/featureTwoColumnPatternQA
Update FeatureTwoColumn component and related styles
2026-04-15 13:53:46 -07:00
gabriel-ortiz
339bd84540 Enhance styling for LinkTextCard and SectionHeader components
- Added dark mode support for paragraph text in LinkTextCard.
- Introduced responsive margin adjustments for button groups in SectionHeader.
- Updated FeatureSingleTopic styles to include proper heading and description classes for consistency.
2026-04-15 13:52:36 -07:00
Calvin
25760d1ef8 minor refactoring, adding font class on text class (#3608) 2026-04-15 08:13:35 -07:00
gabriel-ortiz
c714657c62 Remove aspect-ratio property from FeatureTwoColumn styles for improved layout consistency 2026-04-14 14:03:59 -07:00
gabriel-ortiz
5e19f0e01c Refactor CSS styles for improved consistency and layout
- Removed redundant vendor prefixes from box-sizing and text-decoration properties.
- Adjusted line-height for the legend element to ensure proper spacing.
- Updated display classes to maintain consistent styling across breakpoints.
- Cleaned up unused CSS rules to enhance maintainability.
2026-04-13 14:40:18 -07:00
Calvin
3c86f7ac29 Qa/grids and text directory (#3605)
* qa fixes for 3 sections

* removing unnecessary class
2026-04-13 14:18:57 -07:00
gabriel-ortiz
7d2ea6110e Update FeatureTwoColumn component and related styles
- Downgraded Bootstrap version from 5.3.8 to 5.3.3 in package-lock.json.
- Refactored import paths in plugin files to use local types.
- Enhanced FeatureTwoColumn component with improved layout and responsive behavior.
- Updated SCSS for consistent spacing and layout adjustments across breakpoints.
- Revised documentation in FeatureTwoColumn.md for clarity on layout behavior and props.
2026-04-13 13:49:01 -07:00
Calvin
b7db009786 Qa/section cards (#3596)
* qa/section-cards: link colors, dark mode green TextCard, CardTextIconCard text color

Co-Authored-By: Oz <oz-agent@warp.dev>

* updating documentation, fix per QA feedback

* removing important and css clean up

---------

Co-authored-by: Oz <oz-agent@warp.dev>
2026-04-10 16:33:25 -07:00
gabriel-ortiz
97bb0f13c9 Merge pull request #3598 from XRPLF/go/chore/HeaderHeroPrimaryMediaQA
Update ButtonGroup styles and props for improved spacing options
2026-04-10 15:34:56 -07:00
gabriel-ortiz
74e6d20ec5 Update ButtonGroup styles and props for improved spacing options
- Adjusted the gap for the small variant from 8px to 4px.
- Introduced a new medium gap variant with responsive settings (16px on mobile/tablet, 24px on desktop).
- Updated ButtonGroupProps interface to include the new medium gap option.
- Modified HeaderHeroPrimaryMedia to utilize the new medium gap setting for button groups.
2026-04-10 13:55:08 -07:00
gabriel-ortiz
06de729eba Merge pull request #3595 from XRPLF/go/chore/featureCarouselQA
Enhance CarouselFeatured styles for improved layout and spacing
2026-04-09 16:43:44 -07:00
gabriel-ortiz
3f1d5a148e Merge branch 'xrpl-brand-update-2026' into go/chore/featureCarouselQA 2026-04-09 16:39:08 -07:00
gabriel-ortiz
8498fef70e Enhance CarouselFeatured styles for improved layout and spacing
- Added responsive gap settings for grid rows in CarouselFeatured.
- Standardized margin and padding for the CarouselFeatured component.
- Updated SCSS and CSS files to reflect these changes for better visual consistency.
2026-04-09 16:33:28 -07:00
Calvin
f9d84f916d Fix to TileLogo and fix to svg for external link (#3594)
* fixes for link arrow and tile logo

* ran prod build, seeing css changes

* fixing css
2026-04-09 15:46:44 -07:00
gabriel-ortiz
3ff8607cc5 Merge pull request #3590 from XRPLF/go/chore/mediaCalloutHero
Update CalloutMediaBanner styles and improve CSS variables for dark mode
2026-04-09 13:46:36 -07:00
gabriel-ortiz
4e3a6f322b Update CalloutMediaBanner styles and improve CSS variables for dark mode
- Adjusted background and text colors for various variants in CalloutMediaBanner.
- Updated SCSS variables for improved color consistency across dark mode.
- Cleaned up and standardized CSS formatting for better readability.
2026-04-08 16:24:44 -07:00
Calvin
2a3746eb07 dark mode for the grid (#3565) 2026-04-07 18:49:59 -07:00
gabriel-ortiz
35571903e0 Merge pull request #3582 from XRPLF/go/qa/standardCardGroupSection
Enhance StandardCard styles for dark mode and clean up showcase component
2026-04-06 18:04:33 -07:00
gabriel-ortiz
a89fcbb275 Enhance StandardCard styles for dark mode and clean up showcase component
- Added dark mode background color for the StandardCard component.
- Removed unnecessary padding and border radius from the showcase StandardCard group section for a cleaner look.
- Updated CSS files with new styles and optimizations.
2026-04-06 16:44:33 -07:00
Calvin
0dcab2ccd1 QA: Link Component
clean up css, lilac properly documented for links (#3564)
2026-03-26 13:30:11 -07:00
Calvin
10b3b7f081 QA: Typography 2026-03-26 13:21:45 -07:00
Calvin
79e7cee695 QA: Buttons (#3562)
* fixed to the button for light + dark, all three buttons

* empty commit

Co-Authored-By: Oz <oz-agent@warp.dev>

* testing link to qa branch

* fix spacing

* minifying css

---------

Co-authored-by: Oz <oz-agent@warp.dev>
2026-03-26 13:15:14 -07:00
Calvin
8eb5173ebc focus state fixed, updated documentation, typography + focus state fixed (#3561) 2026-03-26 11:32:47 -07:00
Calvin
2acc7c4213 QA for TileLogo Component (#3560)
* qa feedback implemented

* style clean up
2026-03-26 11:19:28 -07:00
Calvin
e7904a0f0f tilelink working, fixed all QA items (#3559) 2026-03-26 10:50:17 -07:00
Calvin
68f10b41ad QA/CardIcon (#3558)
* fixing light + dark mode for card icon

* fix pressed on dark mode for gray
2026-03-25 16:33:48 -07:00
Calvin
3e6dd8687d Navbar icon updates: new 18×18 icons, dedicated Community icons, and code cleanup (#3544)
* updating navigation with the correct icons

* clean up code, add alt tags

* consolidate, code clean up

* minor tweak to icons.ts
2026-03-18 17:12:03 -07:00
Calvin Jhunjhuwala
84109910b2 merged master 2026-02-23 15:11:26 -08:00
Calvin Jhunjhuwala
8f0db49832 Merge origin/master into xrpl-brand-update-2026
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-23 15:09:03 -08:00
Calvin
32e89c1299 Component Library Refactor & New Components (#3510)
* adding showcase page

* adding CardStatsList

* clean up, tighter code

* code review and code clean up

* update import, clean up env for error message

* tweak some css code

* less css, rebuilt

* re-adding bem, modifier for bds variants
2026-02-23 15:00:18 -08:00
Calvin
a97a009d93 Add CardsIconGrid and CardsTextGrid Section Patterns (#3505)
* CardsIconGrid and CardsTextGrid + showcase pages

* cleaning up code

* more code clean up

* using the spacing tokens for values
2026-02-18 16:19:01 -08:00
Maria Shodunke
0c6283624b Merge pull request #3497 from XRPLF/sav-python-tutorials
SAV Python Tutorials
2026-02-18 16:37:01 +00:00
Maria Shodunke
7a4041865a Apply suggestions from code review
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2026-02-18 09:36:10 +00:00
Maria Shodunke
a2c7afb400 Merge pull request #3503 from XRPLF/gpg-key-blog
GPG Key Blog
2026-02-18 09:26:21 +00:00
Oliver Eggert
8750c196b9 add reviewer suggestions 2026-02-18 00:47:26 -08:00
Oliver Eggert
91c7014676 update commands and expected output 2026-02-17 18:16:36 -08:00
Oliver Eggert
37ca34a5a1 initial draft 2026-02-17 16:50:06 -08:00
Aria Keshmiri
df074e625b Merge pull request #3488 from XRPLF/feature/optimize
Feature/optimize
2026-02-17 14:30:46 -08:00
Calvin
a4b1925b31 [feat] Add LinkTextCard and LinkTextDirectory Components (#3501)
* adding linktextcard + linktextdirectory

* adding dark mode

* code review clean up

* code review comments
2026-02-17 12:21:10 -08:00
oeggert
4d4ce6b9e1 Merge pull request #3502 from XRPLF/update-gpg-key-docs
I'll open a separate PR if we need a blog post.
2026-02-17 12:17:07 -08:00
Oliver Eggert
c8f5f8456c update gpg key expected output 2026-02-17 11:14:49 -08:00
Maria Shodunke
43e61b4844 Update with remaining review comments 2026-02-17 14:17:07 +00:00
Maria Shodunke
fbbd88a069 Apply suggestions from code review
Co-authored-by: oeggert <117319296+oeggert@users.noreply.github.com>
2026-02-16 13:49:24 +00:00
Maria Shodunke
a57c4b7d76 Speed up vault_setup.py 2026-02-16 13:49:24 +00:00
Maria Shodunke
0c63250bdf Add Python SAV code examples 2026-02-16 13:49:24 +00:00
oeggert
60d7292eb6 Merge pull request #3495 from XRPLF/lending-python
Lending Protocol Tutorials and Python Code Samples
2026-02-13 17:33:37 -08:00