Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Anytype/Sources/Analytics/AnalyticsConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ enum AnalyticsEventsMigrationType: String {
}

enum AnalyticsWidgetSource {
case allObjects
case pinned
case recent
case recentOpen
Expand All @@ -112,8 +111,6 @@ enum AnalyticsWidgetSource {

var analyticsId: String {
switch self {
case .allObjects:
return "AllObjects"
case .pinned:
return "Pinned"
case .recent:
Expand Down Expand Up @@ -489,7 +486,6 @@ enum ClickNavBarAddMenuRoute: String {
case screenBin = "ScreenBin"
case screenDate = "ScreenDate"
case screenType = "ScreenType"
case screenAllObjects = "ScreenAllObjects"
}

enum ClickNavBarAddMenuType: String {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ extension WidgetSource {
extension AnytypeWidgetId {
var analyticsSource: AnalyticsWidgetSource {
switch self {
case .allObjects:
return .allObjects
case .pinned:
return .pinned
case .recent:
return .recent
case .recentOpen:
return .recentOpen
case .bin:
return .bin
case .chat:
return .chat
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ struct EditorCoordinatorView: View {
EditorPageCoordinatorView(data: data, showHeader: true, setupEditorInput: { _, _ in })
case let .list(data):
EditorSetCoordinatorView(data: data, showHeader: true)
case let .allObjects(spaceId):
AllObjectsCoordinatorView(spaceId: spaceId, output: model)
case let .date(data):
DateCoordinatorView(data: data)
case let .type(data):
Expand Down

This file was deleted.

This file was deleted.

Loading