Trim extra refresh logging

This commit is contained in:
Micha
2025-11-16 15:10:51 +01:00
parent d759a51ace
commit 22b2c632a9
2 changed files with 1 additions and 4 deletions

View File

@@ -7,3 +7,4 @@
- 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.
- Further reduced MainView console noise by removing redundant refresh/onAppear logs.