Add Open Graph and Twitter Card meta tags for social media embeds
Patrick Jr.
9:29 PM
1267113
Ran php-cs-fixer fix .
Patrick Jr.
9:24 PM
e0ee263
Integrate Google Analytics across all pages
Patrick Jr.
9:22 PM
c3d3910
Clean up CSS comments and fix navbar layout
Patrick Jr.
9:13 PM
11299da
More CSS
Cleaned up some more CSS stuff
Patrick Jr.
9:01 PM
a1558e4
Fix package detail image to skip videos and use first image
Patrick Jr.
8:39 PM
dfbf218
Removed Legacy.css
• no longer used
Patrick Jr.
8:29 PM
42c163f
Add version history feature and fix hero image selection
• Implemented package version history API integration
• Added fetchPackageVersions() function to fetch version data
• Created collapsible version history section on package detail page
• Display version ID, date, changelog, file count, size, and engine version
• Added formatBytes() utility function for human-readable file sizes
• Fixed FullIdent fallback when not present in API response
• Changed hero image to use last screenshot (most recent) instead of first
• Added version history CSS styling with hover effects and clean layout
• Version list shows up to 10 most recent versions
Patrick Jr.
8:29 PM
42f98a6
Improve package detail page styling and hero image handling
• Redesigned package detail header to match official sbox.game layout
• Changed header from grid to flexbox column layout
• Repositioned organization badge above title as compact badge
• Updated title styling with better typography and spacing
• Changed hero image aspect ratio from 1:1 to 16:9
• Improved detail grid with better spacing and hover effects
• Enhanced organization section with cleaner styling
• Updated breadcrumbs with card background and better typography
• Added hover effects throughout for better interactivity
• Modified hero image to always use screenshots instead of thumbnails
• Added filtering to skip videos and thumbnail URLs
• Improved visual hierarchy and spacing across all sections