mirror of
https://github.com/home-assistant/iOS.git
synced 2026-05-04 16:22:51 -05:00
Revert "Add visual feedback for widget progress" (#3406)
Reverts home-assistant/iOS#3403
This commit is contained in:
committed by
GitHub
parent
11472e6753
commit
ddb696d2e1
@@ -19,10 +19,9 @@ public struct CustomWidget: Codable, FetchableRecord, PersistableRecord, Equatab
|
||||
itemsStates = states
|
||||
}
|
||||
|
||||
public enum ItemState: Codable, FetchableRecord, PersistableRecord, Equatable {
|
||||
public enum ItemState: String, Codable, FetchableRecord, PersistableRecord, Equatable {
|
||||
case idle
|
||||
case pendingConfirmation
|
||||
case progress(Int)
|
||||
}
|
||||
|
||||
public static func widgets() throws -> [CustomWidget]? {
|
||||
|
||||
Reference in New Issue
Block a user