Files
Checkmate/client
Burak Arslan 281cbbc30f feat: add game server monitoring support
- Added a new `/games` route in `monitorRoute.js` to fetch all supported games.
- Implemented `getAllGames` method in `monitorController.js` using the `gamedig` library.
- Introduced `useFetchMonitorGames` hook in `monitorHooks.js` to fetch game data in the frontend.
- Updated `UptimeCreate` page to support game server monitoring:
  - Added a new monitor type `"game"`.
  - Dynamically fetches and displays game options using the new `/games` API.
- Removed hardcoded `GAMES` object and replaced it with dynamic fetching from the backend.
- Updated `NetworkService.js` with a new `getMonitorGames` method for API calls.

This update introduces game server monitoring functionality, allowing users to monitor game servers dynamically.
2025-08-03 13:19:55 +03:00
..
2025-04-20 11:29:53 -07:00
2025-04-20 11:29:53 -07:00
2025-05-07 10:50:55 -07:00
2025-06-24 15:40:50 +08:00
2025-04-20 11:43:32 -07:00
2025-04-20 11:29:53 -07:00
2025-04-20 11:40:32 -07:00
2025-05-27 09:10:32 -07:00
2025-06-23 12:09:30 +08:00
2025-05-27 09:10:32 -07:00
2025-05-27 09:10:32 -07:00
2025-07-07 16:14:51 -07:00

This directory contains the client side (frontend) of Checkmate.