Add MainView logging for server loading debug

This commit is contained in:
Micha
2025-11-15 20:01:24 +01:00
parent 7593a781f2
commit ba2b1f32eb
2 changed files with 52 additions and 24 deletions

View File

@@ -4,3 +4,4 @@
- Flattened the project structure so sources live at the repository root instead of the nested `iKeyMon/` folder and updated the Xcode project accordingly.
- Fixed build settings (entitlements, preview assets) and placeholder previews to work with the new layout.
- 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.