feat: added a view that allows rearranging modules in the OneView widget (#1084)

This commit is contained in:
Serhiy Mytrovtsiy
2023-02-01 17:57:41 +01:00
parent 6c991de101
commit fdfbb0aac4
5 changed files with 259 additions and 25 deletions

View File

@@ -216,6 +216,7 @@ public extension Notification.Name {
static let fanHelperState = Notification.Name("fanHelperState")
static let toggleOneView = Notification.Name("toggleOneView")
static let widgetRearrange = Notification.Name("widgetRearrange")
static let moduleRearrange = Notification.Name("moduleRearrange")
static let pause = Notification.Name("pause")
}