Feature/5031 maintenance error handling

This commit is contained in:
Frank Rotermund
2023-10-17 10:12:31 +00:00
parent e9ddd4733b
commit 4e4244eadf
12 changed files with 281 additions and 68 deletions
@@ -35,6 +35,7 @@ enum ServerDowntimeType: String {
protocol ServerDowntimeService {
func fetchDowntimes(session: MXSession, completion: @escaping () -> Void)
func loadDowntimes(downtimes: [[String: Any]]) throws
func isDowntimePresentable() -> Bool
func downtimeText() -> String
func downtimeColor() -> UIColor