Commit Graph

9 Commits

Author SHA1 Message Date
4a0f9c1a67 Remove maxPlayers from server data handling for simplified player count display
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 13s
2025-10-06 19:27:05 +08:00
83630ffe51 Refactor player count calculations to exclude bot counts for accurate statistics
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 11s
2025-10-06 19:02:23 +08:00
ec5ea81b87 Refactor server data handling to use new API response structure and update UI components accordingly
Some checks failed
CI - Build and Push / Build and Push Docker Image (push) Failing after 14s
2025-10-06 18:35:36 +08:00
a957004142 Refactor server error handling in Servers component to improve UI clarity 2025-10-05 16:38:56 +08:00
168f2abe6d Implement centralized server data polling with context management 2025-10-05 08:29:01 +08:00
1ce25cf0f2 Add loading skeletons for server data display in Servers component 2025-10-05 08:14:39 +08:00
98d83ec852 Update server button styles and connection logic for online servers 2025-10-04 23:01:56 +08:00
d79c6b1b49 Refactor server data structure and update localization for server categories and status 2025-10-04 22:48:57 +08:00
a10367f825 Add Servers page with layout, mock data, and routing; update navigation and localization 2025-10-03 16:16:44 +08:00