Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:stackblitz/tutorialkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:6c31d71
Choose a base ref
Loading
...
head repository:stackblitz/tutorialkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:67a5d3e
Choose a head ref
Loading
  • 11commits
  • 11files changed
  • 3contributors

Commits on Nov 7, 2024

  1. feat(dev): add support for footer override

    adds support for overriding the footer component, similar to the TopBar override setup. Users can now customize footer content such as legal terms, contact info, and copyrights.this change introduces `Footer.astro` and `FooterWrapper.astro` files to allow flexible slotting of footer items, improving customization for standalone tutorial deploymentsclose#323
    @RonithManikonda
    RonithManikonda committedNov 7, 2024
    Configuration menu
    Copy the full SHA
    d3dbe48View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    7878c48View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f7f2eView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6f358View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. feat(vite-plugins): add support for overriding Footer component

    extend the override-components plugin to allow customization of the Footer component. added a new `Footer` option to the `OverrideComponentsOptions` interface, updated the `load` function to export the Footer, and introduced a `resolveDefaultFooter` helper function to handle default paths based on the `defaultRoutes` option.BREAKING CHANGE: users upgrading to this version must update their `astro.config.ts` if they wish to customize the new Footer component. refer to the updated documentation for usage.
    @RonithManikonda
    RonithManikonda committedNov 27, 2024
    Configuration menu
    Copy the full SHA
    696ee1bView commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. feat(astro): add slot-based footer customization

    adds support for overriding the footer component via named slots (edit-page-link, lesson-links, webcontainers-link) in Footer.astro, enabling flexible customization of footer content in FooterWrapper.astro.updated TutorialContent.astro to use FooterWrapper.astro for rendering footer elements, aligning with the new slot-based structure. this change ensures consistent and modular handling of footer elements across tutorials.close#423
    @RonithManikonda
    RonithManikonda committedJan 16, 2025
    Configuration menu
    Copy the full SHA
    0cc38a6View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Copy the full SHA
    257871cView commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. Configuration menu
    Copy the full SHA
    09903b3View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e58f612View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. fix(astro): replace Fragment with div in Layout.astro

    The Fragment component was causing a linter error when used with slots in Astro. Replaced it with a div element which is properly supported.closes#323
    @RonithManikonda
    RonithManikonda committedMay 1, 2025
    Configuration menu
    Copy the full SHA
    c6291d1View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a5d3eView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp