Commit Graph

56 Commits

Author SHA1 Message Date
3c9fe445c9 Refactor server statistics to replace totalSlots with totalBots for accurate player count display
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 11s
2025-10-06 19:22:55 +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
828d45001f Refactor server statistics calculations to remove dependency on a2sData structure
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 12s
2025-10-06 18:37:45 +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
3dd30bb53f Add KUBERNETES_DEPLOYMENT_REPLICAS variable for configurable pod replicas
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 21s
2025-10-06 14:59:26 +08:00
f2cc11f537 Update CI/CD workflows to trigger on master branch instead of dev
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 15s
2025-10-06 14:37:01 +08:00
659ab2c8c4 Refactor CI/CD workflows to remove input parameters and use secrets for image tag and Kubernetes configurations 2025-10-06 14:32:32 +08:00
f6318d528f Set default ingress host to 'www.cialloo.com' in CD workflow
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 12s
2025-10-05 20:29:53 +08:00
5e9942d55d Improve server data handling by retaining previous data on polling errors
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 11s
2025-10-05 18:54:21 +08:00
3abb7e0ad1 Update CI/CD workflows to enable automatic triggers after successful builds
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 10s
2025-10-05 17:48:15 +08:00
a957004142 Refactor server error handling in Servers component to improve UI clarity 2025-10-05 16:38:56 +08:00
86cfb82158 Add hasInitialData state to ServerContext for improved error handling 2025-10-05 09:38:24 +08:00
836c55f526 Add localization for active players and most popular labels in English and Chinese 2025-10-05 09:18:04 +08:00
f9c0f14247 Add server statistics display in App component with online count and active players 2025-10-05 09:12:00 +08:00
1d7075a470 Implement StatsContext for centralized statistics management and refactor App component to utilize context 2025-10-05 09:03:40 +08:00
0590e2a05e Refactor server data fetching to batch query all servers in a single API call 2025-10-05 08:58:09 +08:00
168f2abe6d Implement centralized server data polling with context management 2025-10-05 08:29:01 +08:00
9794615c80 Add nginx configuration file for serving built assets and handling routing 2025-10-05 08:21:43 +08:00
1ce25cf0f2 Add loading skeletons for server data display in Servers component 2025-10-05 08:14:39 +08:00
193a4ff1a0 Add loading skeleton component and enhance loading animations in App 2025-10-05 08:05:56 +08:00
d72b6341a5 Add loading animation for statistics display in App component 2025-10-05 07:58:00 +08:00
18483c8978 Add force restart option to deployment workflow and script 2025-10-04 23:26:26 +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
da6909ccf7 Add recent activity section to localization files for English and Chinese 2025-10-04 22:33:56 +08:00
904ff324bb Refactor Footer component to reorganize quick links and community links sections 2025-10-04 18:38:11 +08:00
89f18d1641 Enhance playtime formatting to include hours and minutes; update localization for time in English and Chinese 2025-10-04 18:32:06 +08:00
0174ac83e9 Implement API integration for statistics, recent chat messages, and top players; remove mock data 2025-10-04 16:50:23 +08:00
af676aaa9f Refactor App component to integrate mock statistics and recent chat messages; update localization for stats and activity sections 2025-10-04 13:23:40 +08:00
ff056c4c47 Refactor Friends component to implement category filtering and update friend links data 2025-10-04 09:26:13 +08:00
6b16ac2bf9 Add Friends feature with routing and localization; update styles for feature cards 2025-10-04 09:09:16 +08:00
0f709df621 Refactor navigation links in Footer and Nav components to use Link for consistent routing and improve accessibility 2025-10-04 07:02:34 +08:00
e21dd609ac Wrap logo in Link component for consistent navigation 2025-10-03 16:39:41 +08:00
060a08371f Add Forum page with layout, mock data, and routing; update navigation and localization 2025-10-03 16:37:46 +08:00
7579e48611 Add ScrollToTop component for improved navigation experience 2025-10-03 16:35:17 +08:00
1c618121df Refactor footer links to use React Router's Link component for improved navigation 2025-10-03 16:29:56 +08:00
a10367f825 Add Servers page with layout, mock data, and routing; update navigation and localization 2025-10-03 16:16:44 +08:00
2ddadc44e2 Add Blog page with routing, layout, and mock posts; update navigation and localization 2025-10-03 16:13:04 +08:00
1b745c7ffc Add Friends page with layout and navigation; update localization for new content 2025-10-03 15:59:25 +08:00
0149a79bef Update navigation links and translations for improved accessibility and consistency 2025-10-03 15:21:58 +08:00
8054b48c07 Refactor LanguageSelector styles for improved theming and consistency 2025-10-03 12:04:17 +08:00
7597e8db33 Implement theme toggle functionality and refactor styles for light/dark mode support 2025-10-03 12:00:38 +08:00
765ef6f9fc Add internationalization support with i18next and language selector component 2025-10-03 11:49:51 +08:00
a4a3cfafd2 Remove unused React SVG asset to streamline project assets 2025-10-03 11:20:24 +08:00
df8a91aeef Refactor App component and styles for a complete redesign of the gaming community website 2025-10-03 11:19:21 +08:00
da1314ad67 Remove unnecessary ingress annotation for Traefik controller in ingress.yaml 2025-10-02 16:02:43 +08:00
fd9a266de0 Refactor kubeconfig setup to use a temporary file and remove unnecessary directory creation 2025-10-02 15:55:39 +08:00
4b372f8208 Refactor CD workflow by removing kubectl and envsubst installation steps for streamlined deployment 2025-10-02 15:48:55 +08:00
669fa2626e Refactor CI workflow steps for clarity and organization 2025-10-02 15:08:42 +08:00
a9e4e05fda Add CI/CD workflows for building and deploying Docker images to Kubernetes 2025-10-02 15:00:50 +08:00