• v2026.01.006 - Fix Cookbook Count Display Bug
    All checks were successful
    Basil CI/CD Pipeline / Code Linting (push) Successful in 1m20s
    Basil CI/CD Pipeline / Web Tests (push) Successful in 1m21s
    Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m16s
    Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m37s
    Basil CI/CD Pipeline / API Tests (push) Successful in 1m42s
    Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
    Basil CI/CD Pipeline / Build All Packages (push) Successful in 1m27s
    Basil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 5m1s
    Basil CI/CD Pipeline / Trigger Deployment (push) Successful in 13s
    Stable

    pkartch released this 2026-01-20 04:38:55 +00:00 | 4 commits to main since this release

    Release v2026.01.006

    Bug Fixes

    • Fixed cookbook count display issue: Removed conflicting CSS rule that was causing cookbook count "0" to display with incorrect color (gray instead of green) and font size (0.875rem instead of 0.6rem) when no linked cookbooks exist.

    Technical Details

    Files Changed: 1 file, -5 lines

    Fix:

    • Removed standalone .cookbook-count CSS rule (gray #666, 0.875rem) that was overriding the properly scoped .cookbook-info .cookbook-count rule (green #2e7d32, responsive sizing)
    • Cookbook and recipe counts now display consistently with the same styling
    • Font size scales appropriately with column count (3, 5, 7, 9 columns)

    Commits

    • 8d6ddd7 - fix: remove conflicting cookbook-count CSS rule causing styling issues
    • 0e941db - chore: bump version to 2026.01.006

    🤖 Generated with Claude Code

    Downloads