Add Stinky badge for specific Steam IDs with green background
Patrick Jr.
6:47 PM
5555f81
feat: Fully implement all s&box API endpoints with complete frontend integration
• Added 10 new API endpoints (featured, trending, downloads, rating, updated, sounds, particles, status, package list, player overview)
• Extended package type filters to include all 12 types (added sounds and particles)
• Enhanced sort dropdown with 5 new sorting options (Featured, Trending, Most Downloaded, Highest Rated, Recently Updated)
• Implemented AJAX-based filtering for instant results without page reloads
• Updated fetchPackagesApi to use new specialized endpoints
• Added support for type-specific API endpoints (/api.php/packages/{type})
• Improved filter button functionality with visual feedback
• Enhanced sort dropdown to work seamlessly with new API endpoints
• Updated API documentation (api-doc.php) with all new endpoints
• Created comprehensive testing tool (tools/test-api-endpoints.php)
• All 45+ API endpoints now fully functional and integrated
• Maintained backward compatibility with existing functionality
Patrick Jr.
6:32 PM
82e0820
Fix: Prevent duplicate SBOX_API_BASE constant definition in orgnews.php
Patrick Jr.
6:06 PM
39a4126
Simplify header navigation and reorganize footer links
• Reduced header navigation from 7 to 3 links for cleaner UI
• Header now shows: Packages, News, Org News
• Moved Release Notes, Changelog, About, and API Docs to footer
• Footer Resources section now has 6 organized links
• Eliminates duplicate API Docs link
• Improves navigation hierarchy and reduces header clutter
Patrick Jr.
6:03 PM
90f84df
Remove broken stats API call causing 404 errors
• Removed cURL request to non-existent /api.php/stats endpoint
• Removed unused hero stats section that was hidden
• Cleaned up unnecessary variables (totalPackages, totalFavorites, totalUpvotes)
• Fixes 404 error: https://services.facepunch.com/sbox/api.php/stats
Patrick Jr.
5:55 PM
590b0ca
changelog
removed cutoff
Patrick Jr.
5:52 PM
da77e38
Redesign footer with improved layout and sbox.game stats
• Redesigned footer with 4-column grid layout
• Added About section with description and social media icons
• Organized navigation into Explore and Resources sections
• Added Platform Stats section showing live sbox.game data
• Stats display: Assets, Organizations, Files, and Storage
• Added footer bottom with copyright and community credit
• Animated heart icon in footer credit
• Improved hover effects and visual hierarchy
• Stats clearly attributed to sbox.game with source link
• Better mobile responsiveness with organized sections
Patrick Jr.
5:51 PM
01a35a0
Add organization news feature with full post display
• Added /orgnews page showing all package news from organizations
• Created newspost.php for displaying full news posts with sections
• Updated API with news endpoints (/api.php/news and /api.php/news/org)
• Added news routes to index.php
• Updated navigation header with News and Org News links
• Improved schema.py to discover more API endpoints dynamically
• News posts display rich content including images, galleries, and formatted text