You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/features/advanced/src/main/kotlin/com/flipcash/app/advanced/internal/AdvancedFeatureMenuItems.kt
Copy file name to clipboardExpand all lines: apps/flipcash/features/advanced/src/main/kotlin/com/flipcash/app/advanced/internal/AdvancedFeaturesScreenViewModel.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import javax.inject.Inject
20
20
privatevalFullMenuList= buildList {
21
21
add(BillCustomizer)
22
22
add(Deposit)
23
+
add(ExportLogs)
23
24
}
24
25
25
26
@HiltViewModel
@@ -44,6 +45,7 @@ internal class AdvancedFeaturesScreenViewModel @Inject constructor(
44
45
data classOpenScreen(valscreen:AppRoute) : Event
45
46
46
47
data objectOpenBillPlayground: Event
48
+
data objectExportLogs: Event
47
49
}
48
50
49
51
init {
@@ -83,6 +85,7 @@ internal class AdvancedFeaturesScreenViewModel @Inject constructor(
@@ -174,7 +163,6 @@ val FeatureFlag.message: String
174
163
FeatureFlag.Pools->"When enabled, you'll be able to participate in and create betting pools with other users for a chance to win a share of the prize"
175
164
FeatureFlag.OnRamp->"When enabled, you'll gain the ability to fund your wallet from external sources via providers using a debit card or via another wallet (like Phantom)"
176
165
FeatureFlag.BillCustomizer->"When enabled, you'll gain access to the bill customization playground"
177
-
FeatureFlag.ProductionLogging->"When enabled, traces will print to log output"
178
166
FeatureFlag.CashReservesEnabled->"When enabled, USDC will be brandished as Cash Reserves throughout the app"
179
167
FeatureFlag.MarketCapChart->"When enabled, you'll gain access to the market cap chart in token info"
180
168
FeatureFlag.CoinbaseOnRamp->"When enabled, you'll gain access to the Coinbase onramp for token buys"
Copy file name to clipboardExpand all lines: apps/flipcash/shared/featureflags/src/main/kotlin/com/flipcash/app/featureflags/internal/InternalFeatureFlagController.kt
0 commit comments