Reduce ping logging and detect API version

This commit is contained in:
Micha
2025-11-16 14:12:11 +01:00
parent 27b8779952
commit d759a51ace
3 changed files with 37 additions and 44 deletions

View File

@@ -6,3 +6,4 @@
- Migrated the updated API layer and unified `ServerInfo` model from the previous branch.
- Added verbose logging in `MainView` to trace server loading, selection, and fetch/ping activity when the list appears empty.
- Switched `MainView` and `ServerFormView` to the version-aware API client (`APIFactory`/`APIv2_12`) for server summaries and introduced a shared `PingService`.
- Detection now probes `meta.api_version` so future API versions are selected automatically, and the ping loop logs only failures to keep output quiet.