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: analysis-tools-dev/website-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: analysis-tools-dev/website-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: comparison
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 21, 2026

  1. Migrate ESLint to v9 flat config

    mre committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    6a8ef60 View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json

    mre committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    f7490ef View commit details
    Browse the repository at this point in the history
  3. Add TypeScript ESLint plugin and update lint config

    - Add @typescript-eslint/eslint-plugin and globals to devDeps
    - Update eslint.config.js for improved TypeScript linting
    - Refactor components for clearer naming
    - Remove unnecessary eslint-disable comments
    - Simplify error handling in utils and scripts
    mre committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    a4714c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Add static tool comparison pages and comparison index

    - Implement static `/compare/[toolA]-vs-[toolB]` pages for side-by-side
      tool comparisons
    - Add `/compare` index page listing top comparisons per language
    - Add comparison helpers for deterministic slug generation and pair
      selection
    - Update navbar to include "Compare" link
    - Add ADR documenting comparison page architecture
    - Show "Compare with..." section on tool detail pages
    - Adjust navbar and styles for improved layout
    mre committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    d71e983 View commit details
    Browse the repository at this point in the history
Loading