Skip to content

Commit

Permalink
Merge pull request #1675 from planetary-social/onboarding-feature-flag
Browse files Browse the repository at this point in the history
Enable new onboarding feature flag
  • Loading branch information
mplorentz authored Oct 21, 2024
2 parents 7b21171 + 4a1f1d0 commit 7c52930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a tip to Discover to prompt first-time users to go to their Feed. [#1601](https://github.com/planetary-social/nos/issues/1601)
- Added a tip to the Feed to welcome first-time users and explain how the Feed works. [#1602](https://github.com/planetary-social/nos/issues/1602)
- Added a tag to published contact lists to help us detect the source of lost contact lists. [cleanstr#51](https://github.com/planetary-social/cleanstr/issues/51)
- Updated the onboarding screens with a new design.
- Removed integration with Universal Name Space [#1636](https://github.com/planetary-social/nos/issues/1636)
- Remove most usage of xcstringstool-generated strings to improve performance. [#1458](https://github.com/planetary-social/nos/issues/1458)
- Added new authors and categories to the Discover tab. [#1592](https://github.com/planetary-social/nos/issues/1592)
Expand Down
2 changes: 1 addition & 1 deletion Nos/Service/FeatureFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protocol FeatureFlags {

/// Feature flags and their values.
private var featureFlags: [FeatureFlag: Bool] = [
.newOnboardingFlow: false
.newOnboardingFlow: true
]

/// Returns true if the feature is enabled.
Expand Down

0 comments on commit 7c52930

Please sign in to comment.