-
v2026.01.006 - Fix Cookbook Count Display Bug
StableAll checks were successfulBasil CI/CD Pipeline / Code Linting (push) Successful in 1m20sBasil CI/CD Pipeline / Web Tests (push) Successful in 1m21sBasil CI/CD Pipeline / Shared Package Tests (push) Successful in 1m16sBasil CI/CD Pipeline / Security Scanning (push) Successful in 1m37sBasil CI/CD Pipeline / API Tests (push) Successful in 1m42sBasil CI/CD Pipeline / E2E Tests (push) Has been skippedBasil CI/CD Pipeline / Build All Packages (push) Successful in 1m27sBasil CI/CD Pipeline / Build & Push Docker Images (push) Successful in 5m1sBasil CI/CD Pipeline / Trigger Deployment (push) Successful in 13sreleased this
2026-01-20 04:38:55 +00:00 | 4 commits to main since this releaseRelease 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-countCSS rule (gray #666, 0.875rem) that was overriding the properly scoped.cookbook-info .cookbook-countrule (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 issues0e941db- chore: bump version to 2026.01.006
🤖 Generated with Claude Code
Downloads