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: cachevector/cachevector.com
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feat/responsive-ui
Choose a base ref
...
head repository: cachevector/cachevector.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 64 files changed
  • 2 contributors

Commits on Aug 25, 2025

  1. Merge pull request #1 from cachevector/feat/responsive-ui

    Feat/responsive UI
    maskedsyntax authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    4bfcc04 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. Configuration menu
    Copy the full SHA
    6af4c5a View commit details
    Browse the repository at this point in the history
  2. wip(ui): udpate ui for home page

    the homepage looks nice, but mobile responsiveness and polishing the
    dark theme is wip
    maskedsyntax committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    f8cfa80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d561872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7658667 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. feat(ui): improve dark theme ui and responsiveness

    played with colors for the dark theme.
    the design is now done for both web and mobile.
    maskedsyntax committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    de1498a View commit details
    Browse the repository at this point in the history
  2. refactor: code cleanup

    removed some commented css that we dont need
    maskedsyntax committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    b4208c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. update blogs page

    maskedsyntax committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    0c3a821 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. feat: rebuild website with Svelte + Vite + Bun

    Complete rebuild from vanilla HTML/CSS/JS to Svelte SPA:
    - Svelte 5 with runes, Vite 7, Bun runtime
    - Custom History API router with code splitting
    - CSS variable theme system (light/dark) with flash prevention
    - 11 technical blog posts with inline SVG diagrams
    - Responsive mobile-first layout
    - Editorial design: square corners, bold borders, clean typography
    - Fonts: Outfit (headings), Plus Jakarta Sans (body), JetBrains Mono (code)
    maskedsyntax committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    d0b7c46 View commit details
    Browse the repository at this point in the history
  2. feat: add projects page, update home with product links, fix dark the…

    …me tags
    
    - Add /projects page showing all 6 products with GitHub/PyPI links
    - Home page now features only HashPrep (Beta) and FuzzyBunny (Live)
    - Add Projects nav link between Home and Blog
    - Fix dark theme tag readability with dedicated tag CSS variables
    - Add card accent stripes and product link sections
    maskedsyntax committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    d9c7f91 View commit details
    Browse the repository at this point in the history
  3. fix(ui): remove accent stripes, fix project card consistency

    - Remove black accent stripe from ProductCard, BlogCard, and mission cards
    - Fix inconsistent card heights on Projects page by using flex column
      layout with description flex-grow to push features/links to bottom
    - Reduce tag size for tighter, more uniform spacing across cards
    maskedsyntax committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    78f16c2 View commit details
    Browse the repository at this point in the history
  4. feat: add syntax highlighting, use Epilogue/DM Mono fonts, fix SVG di…

    …agrams
    
    - Use DM Mono for headings, Epilogue for blog/mission titles
    - Add highlight.js with dynamic imports for C++, Python, Go
    - Fix convergence chart clipped label (viewBox height)
    - Center delimiter/length-prefix and tokenization diagrams
    - Widen DAG boxes so text fits without overflow
    maskedsyntax committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    c00f951 View commit details
    Browse the repository at this point in the history
Loading