| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-04-17 | fix: simplify Alpine.js component initialization by loading articles data ↵ | Danilo M. | 1 | -1/+1 | |
| directly | |||||
| 2026-04-17 | fix: correct Alpine.js x-init syntax for article data initialization | Danilo M. | 1 | -1/+1 | |
| 2026-04-17 | fix: refactor 404 page to use Alpine.data() pattern for proper function ↵ | Danilo M. | 1 | -39/+12 | |
| registration | |||||
| 2026-04-17 | fix: move notFoundPage() function definition before x-data initialization to ↵ | Danilo M. | 1 | -40/+43 | |
| fix easter egg button | |||||
| 2026-04-17 | fix: improve styling and functionality for 404 and Repository pages | Danilo M. | 1 | -34/+35 | |
| - 404.html: Move x-data directive to wrap entire content including modal, fixing Easter egg button click functionality. Add border, glow, and bg styling to main container. - repository/list.html: Add border, glow, rounded, and bg styling to article container for consistency with other pages. - Both pages now have consistent visual styling with borders, glows, and proper background colors. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-17 | Fix styling issues on 404 and Repository pages | Danilo M. | 1 | -6/+7 | |
| - Add proper container styling (mx-auto, px-4, py-12) to main content wrappers matching single.html pattern - Replace gray color hardcodes with theme-aware CSS variables: - bg-gray-50/gray-900 → bg-bg/50 with hover:bg-bg/70 for article cards - text-gray-600/gray-400 → text-text-dim for text - border-gray-300/gray-700 → border-border for borders - bg-gray-200/gray-800 → bg-border/20 for tags - Fixes color inconsistency in both light and dark modes - Ensures 404 latest articles and Repository tags use theme colors instead of fixed gray Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> | |||||
| 2026-04-17 | feat: create 404 error page with search, recent articles, and easter egg | Danilo M. | 1 | -0/+169 | |
