Skip to content
Open
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
12 changes: 1 addition & 11 deletions Flipcash/Core/Controllers/BetaFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,9 @@ class BetaFlags: ObservableObject {

extension BetaFlags {
enum Option: String, Hashable, Equatable, Codable, CaseIterable, Identifiable {

case transactionDetails
case vibrateOnScan
case showMissingRendezvous
case enableConfetti
case enableCoinbase
case coinbaseSandbox

Expand All @@ -101,10 +99,6 @@ extension BetaFlags {
return "Transaction details"
case .vibrateOnScan:
return "Vibrate on scan"
case .showMissingRendezvous:
return "Show Missing Rendezvous"
case .enableConfetti:
return "Enable Confetti Cannon"
case .enableCoinbase:
return "Enable Coinbase"
case .coinbaseSandbox:
Expand All @@ -118,10 +112,6 @@ extension BetaFlags {
return "If enabled, tapping a transaction in Balance will open a details modal"
case .vibrateOnScan:
return "If enabled, the device will vibrate to indicate that the camera has registered the code on the bill"
case .showMissingRendezvous:
return "If enabled, pools that have a missing rendezvous key will show a flag in the list"
case .enableConfetti:
return "If enabled, confetti cannon will blast confetti on winning pools"
case .enableCoinbase:
return "If enabled, Coinbase onramp will be available regardless of region"
case .coinbaseSandbox:
Expand Down
343 changes: 0 additions & 343 deletions Flipcash/Core/Controllers/Database/Database+Pools.swift

This file was deleted.

Loading