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: cssloaders/cssloaders.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cssloaders/cssloaders.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 4 commits
  • 174 files changed
  • 1 contributor

Commits on Jul 6, 2025

  1. feat: Initialize React application with Vite and TypeScript

    - Added main application structure with App component.
    - Created Header and Footer components with styles.
    - Implemented Outlet component for rendering nested routes.
    - Developed Tile component for displaying loading animations.
    - Introduced SCSS for styling and organized styles into modules.
    - Set up Vite configuration for React and TypeScript support.
    - Removed legacy SCSS file and replaced it with modular styles.
    - Added SVG icon for Vite.
    - Configured TypeScript settings for strict type checking and module resolution.
    vineethtrv committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    a9d429b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. feat: Add loaders and styles for circle animations; refactor Outlet a…

    …nd StyleLoader components
    vineethtrv committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    a064ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

  1. refactor: Remove unused StyleLoader component and related styles; opt…

    …imize Outlet component for dynamic style loading
    vineethtrv committed Jul 13, 2025
    Configuration menu
    Copy the full SHA
    df1f650 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2025

  1. Add multiple circle loader styles and refactor loader imports

    - Introduced 68 new CSS modules for various circle loader animations.
    - Updated the index file to include a new bubble loader.
    - Refactored dynamic style loading in getDynamicStyle utility.
    - Cleaned up import statements in main.tsx for consistency.
    - Removed the dot loader index file as it is no longer needed.
    vineethtrv committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    64bd7c8 View commit details
    Browse the repository at this point in the history
Loading