Skip to content

Commit

Permalink
Merge pull request #1191 from anyproto/ios-2398-use-human-readable-re…
Browse files Browse the repository at this point in the history
…lease-versions-in-toggle-infos

IOS-2398 Update toggle versioning style
  • Loading branch information
ignatovv authored Apr 11, 2024
2 parents 969df5f + 18949ed commit 92c2927
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,45 +6,45 @@ public extension FeatureDescription {

static let setKanbanView = FeatureDescription(
title: "Set kanban view",
type: .feature(author: "[email protected]", releaseVersion: "0.?.0"),
type: .feature(author: "[email protected]", releaseVersion: "?"),
defaultValue: false,
debugValue: false
)

static let fullInlineSetImpl = FeatureDescription(
title: "Full inline set impl (IOS-790)",
type: .feature(author: "[email protected]", releaseVersion: "0.?.0"),
type: .feature(author: "[email protected]", releaseVersion: "?"),
defaultValue: false,
debugValue: false
)

static let dndOnCollectionsAndSets = FeatureDescription(
title: "Dnd on collections and sets (wating for the middle)",
type: .feature(author: "[email protected]", releaseVersion: "0.?.0"),
type: .feature(author: "[email protected]", releaseVersion: "?"),
defaultValue: false
)

static let galleryInstallation = FeatureDescription(
title: "Gallery / Experience installation - IOS-1805",
type: .feature(author: "[email protected]", releaseVersion: "0.28.0"),
type: .feature(author: "[email protected]", releaseVersion: "3"),
defaultValue: true
)

static let newTypePicker = FeatureDescription(
title: "New type picker, you know 🫵🐭 - IOS-2017",
type: .feature(author: "[email protected]", releaseVersion: "0.28.0"),
type: .feature(author: "[email protected]", releaseVersion: "3"),
defaultValue: true
)

static let newTextEditingRelationView = FeatureDescription(
title: "New text relation editing view - 2438",
type: .feature(author: "[email protected]", releaseVersion: "0.29.0"),
type: .feature(author: "[email protected]", releaseVersion: "4"),
defaultValue: true
)

static let multiplayer = FeatureDescription(
title: "Multiplayer",
type: .feature(author: "[email protected]", releaseVersion: "0.29.0"),
type: .feature(author: "[email protected]", releaseVersion: "4"),
defaultValue: false
)

Expand Down

0 comments on commit 92c2927

Please sign in to comment.