Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RustLangES/RustLangES.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4475ad9
Choose a base ref
...
head repository: RustLangES/RustLangES.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1750cec
Choose a head ref
  • 10 commits
  • 108 files changed
  • 2 contributors

Commits on Aug 24, 2025

  1. Configuration menu
    Copy the full SHA
    886a44b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    169ebc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f72aab View commit details
    Browse the repository at this point in the history
  3. Add theme context and provider for dark/light mode support

    - Introduced a new  enum to manage UI themes (Light, Dark, System).
    - Implemented  component to provide theme context to child components.
    - Added functionality to update CSS based on the selected theme and system preferences.
    - Integrated local storage to persist theme selection across sessions.
    - Updated  to include the new context module.
    - Modified the  page to include buttons for learning and joining the community.
    - Added new icon modules for Rust logos.
    Phosphorus-M committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    98325cf View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. feat: Add OurCommunity and ProjectCard components

    - Introduced OurCommunitySection component to showcase community resources.
    - Added ProjectCard component for displaying project details with GitHub user avatars.
    - Updated mod.rs to include new components.
    - Created models for GitHub users.
    - Enhanced index page to incorporate OurCommunitySection and CommunityProjectSection.
    - Cleaned up unused code in various pages.
    - Adjusted theme provider to improve theme handling.
    Phosphorus-M committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    b80d0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9b836b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87c7ed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Add new sponsor logos and sections, enhance community components

    - Added new sponsor logos: heavy-duty-builders.png, heavydutybuilders.png, tauri-logo.png, and others.
    - Introduced BecameSponsorSection component to encourage sponsorship.
    - Updated OurSponsorsSection to include new sponsors and improve layout.
    - Enhanced CommunityProjectSection and OurCommunitySection for better responsiveness.
    - Implemented Footer component with social media links.
    - Adjusted header and other components for improved styling and layout.
    Phosphorus-M committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    d6e91de View commit details
    Browse the repository at this point in the history
  2. feat: update styles and add resources section

    - Updated the breakpoint for desktop in input.css.
    - Added a secondary background style for light theme in input.css.
    - Updated @rustlanges/styles dependency to version 0.0.2 in package.json and package-lock.json.
    - Refactored CommunityProjectSection to improve layout and responsiveness in community_project.rs.
    - Added resources module to mod.rs and created resources component in resources.rs.
    - Enhanced the Aprende page to include a resources section and improved layout in aprende.rs.
    - Updated the Index page layout and button styles for better user experience in index.rs.
    Phosphorus-M committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    c622638 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. Configuration menu
    Copy the full SHA
    1750cec View commit details
    Browse the repository at this point in the history
Loading