Improve dashboard

This commit is contained in:
世界
2023-08-02 16:47:07 +08:00
parent b9a7ea4afa
commit 5e0573d15c
24 changed files with 619 additions and 257 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ public struct LogView: View {
Text("Service not started")
}
}
.navigationTitle("Logs")
}
private struct LogView0: View {
@@ -43,7 +42,7 @@ public struct LogView: View {
#if os(tvOS)
.focusable()
#endif
Spacer(minLength: 5)
Spacer(minLength: 8)
}
.onChangeCompat(of: logClient.logList.count) { newCount in